https://mooseframework.inl.gov
Loading...
Searching...
No Matches
NSIntegratedBC.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10#pragma once
11
12#include "IntegratedBC.h"
13
14// Forward Declarations
16
26{
27public:
29
31
32protected:
36
42
48
54
55 // Integrated BC can use Mat. properties...
57 const MaterialProperty<RealTensorValue> & _viscous_stress_tensor; // Includes _dynamic_viscosity
58
59 // Fluid properties
61
62 // Helper functions for mapping Moose variable numberings into
63 // the "canonical" numbering for the compressible NS equations.
64 bool isNSVariable(unsigned var);
65 unsigned mapVarNumber(unsigned var);
66};
Ideal gas fluid properties Default parameters are for air at atmospheric pressure and temperature.
const InputParameters & parameters() const
This class couples together all the variables for the compressible Navier-Stokes equations to allow t...
unsigned _rhow_var_number
unsigned _rhov_var_number
const VariableValue & _w_vel
const VariableValue & _v_vel
static InputParameters validParams()
const VariableValue & _rho
const VariableGradient & _grad_rho_w
const VariableGradient & _grad_rho_et
const VariableValue & _u_vel
unsigned _rhou_var_number
const VariableGradient & _grad_rho
bool isNSVariable(unsigned var)
const VariableValue & _rho_u
const VariableGradient & _grad_rho_u
const MaterialProperty< RealTensorValue > & _viscous_stress_tensor
unsigned _rho_et_var_number
unsigned mapVarNumber(unsigned var)
const VariableGradient & _grad_rho_v
const VariableValue & _rho_w
const VariableValue & _rho_v
unsigned _rho_var_number
const MaterialProperty< Real > & _dynamic_viscosity
const VariableValue & _rho_et
const IdealGasFluidProperties & _fp
VariableValueTempl< false > VariableValue
VariableGradientTempl< false > VariableGradient