This class acts as a base class for stabilization kernels. More...
#include <NSSUPGBase.h>
Public Member Functions | |
NSSUPGBase (const InputParameters ¶meters) | |
Protected Member Functions | |
bool | isNSVariable (unsigned var) |
Helper functions for mapping Moose variable numberings into the "canonical" numbering for the compressible NS equations. More... | |
unsigned | mapVarNumber (unsigned var) |
Protected Attributes | |
const MaterialProperty< RealTensorValue > & | _viscous_stress_tensor |
const MaterialProperty< Real > & | _dynamic_viscosity |
const MaterialProperty< Real > & | _thermal_conductivity |
const MaterialProperty< Real > & | _hsupg |
const MaterialProperty< Real > & | _tauc |
const MaterialProperty< Real > & | _taum |
const MaterialProperty< Real > & | _taue |
const MaterialProperty< std::vector< Real > > & | _strong_residuals |
const MaterialProperty< std::vector< RealTensorValue > > & | _calA |
const MaterialProperty< std::vector< RealTensorValue > > & | _calC |
const MaterialProperty< std::vector< std::vector< RealTensorValue > > > & | _calE |
const VariableValue & | _d_rhodot_du |
const VariableValue & | _d_rhoudot_du |
const VariableValue & | _d_rhovdot_du |
const VariableValue & | _d_rhowdot_du |
const VariableValue & | _d_rhoEdot_du |
const VariableValue & | _temperature |
const VariableValue & | _enthalpy |
const VariableValue & | _u_vel |
const VariableValue & | _v_vel |
const VariableValue & | _w_vel |
const VariableValue & | _rho |
const VariableValue & | _rho_u |
const VariableValue & | _rho_v |
const VariableValue & | _rho_w |
const VariableValue & | _rho_E |
const VariableGradient & | _grad_rho |
const VariableGradient & | _grad_rho_u |
const VariableGradient & | _grad_rho_v |
const VariableGradient & | _grad_rho_w |
const VariableGradient & | _grad_rho_E |
unsigned | _rho_var_number |
unsigned | _rhou_var_number |
unsigned | _rhov_var_number |
unsigned | _rhow_var_number |
unsigned | _rhoE_var_number |
const IdealGasFluidProperties & | _fp |
This class acts as a base class for stabilization kernels.
This is useful because the stabilization kernels for different equations share a lot of information...
Definition at line 26 of file NSSUPGBase.h.
NSSUPGBase::NSSUPGBase | ( | const InputParameters & | parameters | ) |
Definition at line 28 of file NSSUPGBase.C.
|
protectedinherited |
Helper functions for mapping Moose variable numberings into the "canonical" numbering for the compressible NS equations.
Definition at line 78 of file NSKernel.C.
Referenced by NSSUPGEnergy::computeJacobianHelper(), NSSUPGMass::computeJacobianHelper(), NSSUPGMomentum::computeJacobianHelper(), NSMassInviscidFlux::computeQpOffDiagJacobian(), NSEnergyInviscidFlux::computeQpOffDiagJacobian(), NSMomentumInviscidFluxWithGradP::computeQpOffDiagJacobian(), NSMomentumInviscidFlux::computeQpOffDiagJacobian(), NSEnergyViscousFlux::computeQpOffDiagJacobian(), NSMomentumViscousFlux::computeQpOffDiagJacobian(), and NSEnergyThermalFlux::computeQpOffDiagJacobian().
|
protectedinherited |
Definition at line 88 of file NSKernel.C.
Referenced by NSSUPGEnergy::computeJacobianHelper(), NSSUPGMass::computeJacobianHelper(), NSSUPGMomentum::computeJacobianHelper(), NSMassInviscidFlux::computeQpOffDiagJacobian(), NSMomentumInviscidFluxWithGradP::computeQpOffDiagJacobian(), NSEnergyViscousFlux::computeQpOffDiagJacobian(), NSMomentumInviscidFlux::computeQpOffDiagJacobian(), NSMomentumViscousFlux::computeQpOffDiagJacobian(), and NSEnergyThermalFlux::computeQpOffDiagJacobian().
|
protected |
Definition at line 45 of file NSSUPGBase.h.
Referenced by NSSUPGEnergy::computeJacobianHelper(), NSSUPGMass::computeJacobianHelper(), and NSSUPGMomentum::computeJacobianHelper().
|
protected |
Definition at line 48 of file NSSUPGBase.h.
Referenced by NSSUPGEnergy::computeJacobianHelper(), and NSSUPGMomentum::computeJacobianHelper().
|
protected |
Definition at line 51 of file NSSUPGBase.h.
Referenced by NSSUPGEnergy::computeJacobianHelper(), and NSSUPGMomentum::computeJacobianHelper().
|
protected |
Definition at line 62 of file NSSUPGBase.h.
|
protected |
Definition at line 66 of file NSSUPGBase.h.
|
protected |
Definition at line 63 of file NSSUPGBase.h.
Referenced by NSSUPGMass::computeJacobianHelper().
|
protected |
Definition at line 64 of file NSSUPGBase.h.
Referenced by NSSUPGMass::computeJacobianHelper().
|
protected |
Definition at line 65 of file NSSUPGBase.h.
Referenced by NSSUPGMass::computeJacobianHelper().
|
protected |
Definition at line 34 of file NSSUPGBase.h.
|
protected |
Definition at line 72 of file NSSUPGBase.h.
Referenced by NSSUPGEnergy::computeJacobianHelper(), and NSSUPGEnergy::computeQpResidual().
|
protectedinherited |
Definition at line 66 of file NSKernel.h.
Referenced by NSSUPGEnergy::computeJacobianHelper(), NSSUPGMomentum::computeJacobianHelper(), NSMomentumInviscidFlux::computeJacobianHelper(), NSEnergyInviscidFlux::computeQpJacobian(), NSEnergyInviscidFlux::computeQpOffDiagJacobian(), NSSUPGMomentum::computeQpResidual(), and NSSUPGEnergy::computeQpResidual().
|
protectedinherited |
Definition at line 48 of file NSKernel.h.
Referenced by NSEnergyThermalFlux::NSEnergyThermalFlux(), and NSMomentumInviscidFluxWithGradP::NSMomentumInviscidFluxWithGradP().
|
protectedinherited |
Definition at line 52 of file NSKernel.h.
Referenced by NSEnergyThermalFlux::NSEnergyThermalFlux(), and NSMomentumInviscidFluxWithGradP::NSMomentumInviscidFluxWithGradP().
|
protectedinherited |
Definition at line 49 of file NSKernel.h.
Referenced by NSEnergyThermalFlux::NSEnergyThermalFlux(), and NSMomentumInviscidFluxWithGradP::NSMomentumInviscidFluxWithGradP().
|
protectedinherited |
Definition at line 50 of file NSKernel.h.
Referenced by NSEnergyThermalFlux::NSEnergyThermalFlux(), and NSMomentumInviscidFluxWithGradP::NSMomentumInviscidFluxWithGradP().
|
protectedinherited |
Definition at line 51 of file NSKernel.h.
Referenced by NSEnergyThermalFlux::NSEnergyThermalFlux(), and NSMomentumInviscidFluxWithGradP::NSMomentumInviscidFluxWithGradP().
|
protected |
Definition at line 38 of file NSSUPGBase.h.
|
protectedinherited |
Definition at line 41 of file NSKernel.h.
Referenced by NSEnergyViscousFlux::computeQpOffDiagJacobian(), NSEnergyInviscidFlux::computeQpResidual(), and NSGravityForce::computeQpResidual().
|
protectedinherited |
Definition at line 45 of file NSKernel.h.
|
protectedinherited |
Definition at line 42 of file NSKernel.h.
Referenced by NSEnergyViscousFlux::computeQpOffDiagJacobian(), and NSMassInviscidFlux::computeQpResidual().
|
protectedinherited |
Definition at line 43 of file NSKernel.h.
Referenced by NSEnergyViscousFlux::computeQpOffDiagJacobian(), and NSMassInviscidFlux::computeQpResidual().
|
protectedinherited |
|
protectedinherited |
Definition at line 44 of file NSKernel.h.
Referenced by NSEnergyViscousFlux::computeQpOffDiagJacobian(), and NSMassInviscidFlux::computeQpResidual().
|
protectedinherited |
Definition at line 59 of file NSKernel.h.
Referenced by NSSUPGEnergy::computeQpJacobian(), NSMomentumInviscidFluxWithGradP::computeQpOffDiagJacobian(), NSKernel::isNSVariable(), and NSKernel::mapVarNumber().
|
protectedinherited |
Definition at line 56 of file NSKernel.h.
Referenced by NSSUPGMomentum::computeQpJacobian(), NSEnergyInviscidFlux::computeQpOffDiagJacobian(), NSMomentumInviscidFluxWithGradP::computeQpOffDiagJacobian(), NSKernel::isNSVariable(), and NSKernel::mapVarNumber().
|
protectedinherited |
Definition at line 57 of file NSKernel.h.
Referenced by NSSUPGMomentum::computeQpJacobian(), NSEnergyInviscidFlux::computeQpOffDiagJacobian(), NSMomentumInviscidFluxWithGradP::computeQpOffDiagJacobian(), NSKernel::isNSVariable(), and NSKernel::mapVarNumber().
|
protectedinherited |
Definition at line 58 of file NSKernel.h.
Referenced by NSSUPGMomentum::computeQpJacobian(), NSEnergyInviscidFlux::computeQpOffDiagJacobian(), NSMomentumInviscidFluxWithGradP::computeQpOffDiagJacobian(), NSKernel::isNSVariable(), and NSKernel::mapVarNumber().
|
protected |
Definition at line 42 of file NSSUPGBase.h.
Referenced by NSSUPGEnergy::computeQpResidual(), NSSUPGMomentum::computeQpResidual(), and NSSUPGMass::computeQpResidual().
|
protected |
Definition at line 39 of file NSSUPGBase.h.
Referenced by NSSUPGEnergy::computeJacobianHelper(), NSSUPGMomentum::computeJacobianHelper(), NSSUPGMomentum::computeQpResidual(), and NSSUPGEnergy::computeQpResidual().
|
protected |
Definition at line 41 of file NSSUPGBase.h.
Referenced by NSSUPGEnergy::computeJacobianHelper(), NSSUPGMomentum::computeJacobianHelper(), NSSUPGMomentum::computeQpResidual(), and NSSUPGEnergy::computeQpResidual().
|
protected |
Definition at line 40 of file NSSUPGBase.h.
Referenced by NSSUPGEnergy::computeJacobianHelper(), NSSUPGMass::computeJacobianHelper(), NSSUPGMomentum::computeJacobianHelper(), NSSUPGEnergy::computeQpResidual(), NSSUPGMomentum::computeQpResidual(), and NSSUPGMass::computeQpResidual().
|
protected |
Definition at line 69 of file NSSUPGBase.h.
|
protected |
Definition at line 35 of file NSSUPGBase.h.
|
protectedinherited |
Definition at line 37 of file NSKernel.h.
Referenced by NSSUPGEnergy::computeJacobianHelper(), NSSUPGMomentum::computeJacobianHelper(), NSMomentumInviscidFlux::computeJacobianHelper(), NSEnergyInviscidFlux::computeQpJacobian(), NSMomentumInviscidFluxWithGradP::computeQpJacobian(), NSEnergyInviscidFlux::computeQpOffDiagJacobian(), NSMomentumInviscidFluxWithGradP::computeQpOffDiagJacobian(), NSEnergyInviscidFlux::computeQpResidual(), NSMomentumInviscidFluxWithGradP::computeQpResidual(), NSEnergyViscousFlux::computeQpResidual(), NSSUPGMomentum::computeQpResidual(), NSSUPGEnergy::computeQpResidual(), and NSMomentumInviscidFlux::computeQpResidual().
|
protectedinherited |
Definition at line 38 of file NSKernel.h.
Referenced by NSSUPGEnergy::computeJacobianHelper(), NSSUPGMomentum::computeJacobianHelper(), NSMomentumInviscidFlux::computeJacobianHelper(), NSEnergyInviscidFlux::computeQpJacobian(), NSMomentumInviscidFluxWithGradP::computeQpJacobian(), NSEnergyInviscidFlux::computeQpOffDiagJacobian(), NSMomentumInviscidFluxWithGradP::computeQpOffDiagJacobian(), NSEnergyInviscidFlux::computeQpResidual(), NSMomentumInviscidFluxWithGradP::computeQpResidual(), NSEnergyViscousFlux::computeQpResidual(), NSSUPGMomentum::computeQpResidual(), NSSUPGEnergy::computeQpResidual(), and NSMomentumInviscidFlux::computeQpResidual().
|
protected |
Definition at line 33 of file NSSUPGBase.h.
|
protectedinherited |
Definition at line 39 of file NSKernel.h.
Referenced by NSSUPGEnergy::computeJacobianHelper(), NSSUPGMomentum::computeJacobianHelper(), NSMomentumInviscidFlux::computeJacobianHelper(), NSEnergyInviscidFlux::computeQpJacobian(), NSMomentumInviscidFluxWithGradP::computeQpJacobian(), NSEnergyInviscidFlux::computeQpOffDiagJacobian(), NSMomentumInviscidFluxWithGradP::computeQpOffDiagJacobian(), NSEnergyInviscidFlux::computeQpResidual(), NSMomentumInviscidFluxWithGradP::computeQpResidual(), NSEnergyViscousFlux::computeQpResidual(), NSSUPGMomentum::computeQpResidual(), NSSUPGEnergy::computeQpResidual(), and NSMomentumInviscidFlux::computeQpResidual().