https://mooseframework.inl.gov
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 {
27 public:
29 
31 
32 protected:
36 
42 
48 
49  unsigned _rho_var_number;
50  unsigned _rhou_var_number;
51  unsigned _rhov_var_number;
52  unsigned _rhow_var_number;
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 };
unsigned _rhov_var_number
OutputTools< Real >::VariableGradient VariableGradient
bool isNSVariable(unsigned var)
This class couples together all the variables for the compressible Navier-Stokes equations to allow t...
const VariableGradient & _grad_rho_w
const VariableValue & _rho_w
const VariableValue & _w_vel
const VariableValue & _rho
unsigned _rhou_var_number
const VariableGradient & _grad_rho_u
NSIntegratedBC(const InputParameters &parameters)
const VariableGradient & _grad_rho_et
const VariableGradient & _grad_rho_v
const MaterialProperty< RealTensorValue > & _viscous_stress_tensor
unsigned _rhow_var_number
const VariableValue & _rho_et
unsigned _rho_var_number
const MaterialProperty< Real > & _dynamic_viscosity
OutputTools< Real >::VariableValue VariableValue
unsigned mapVarNumber(unsigned var)
const VariableValue & _v_vel
const IdealGasFluidProperties & _fp
const VariableValue & _rho_u
const InputParameters & parameters() const
const VariableGradient & _grad_rho
Ideal gas fluid properties Default parameters are for air at atmospheric pressure and temperature...
const VariableValue & _u_vel
unsigned _rho_et_var_number
static InputParameters validParams()
const VariableValue & _rho_v