This class is responsible for computing residuals and Jacobian terms for the k * grad(T) * grad(phi) term in the Navier-Stokes energy equation. More...
#include <NSEnergyThermalFlux.h>
Public Member Functions | |
NSEnergyThermalFlux (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () |
virtual Real | computeQpJacobian () |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) |
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 VariableGradient & | _grad_temp |
const MaterialProperty< Real > & | _thermal_conductivity |
NSTemperatureDerivs< NSEnergyThermalFlux > | _temp_derivs |
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 MaterialProperty< Real > & | _dynamic_viscosity |
const MaterialProperty< RealTensorValue > & | _viscous_stress_tensor |
const IdealGasFluidProperties & | _fp |
Private Member Functions | |
Real | computeJacobianHelper_value (unsigned var_number) |
Private Attributes | |
std::vector< const VariableGradient * > | _gradU |
Friends | |
template<class U > | |
class | NSTemperatureDerivs |
This class is responsible for computing residuals and Jacobian terms for the k * grad(T) * grad(phi) term in the Navier-Stokes energy equation.
Definition at line 27 of file NSEnergyThermalFlux.h.
NSEnergyThermalFlux::NSEnergyThermalFlux | ( | const InputParameters & | parameters | ) |
Definition at line 28 of file NSEnergyThermalFlux.C.
|
private |
Definition at line 69 of file NSEnergyThermalFlux.C.
Referenced by computeQpJacobian(), and computeQpOffDiagJacobian().
|
protectedvirtual |
Definition at line 52 of file NSEnergyThermalFlux.C.
|
protectedvirtual |
Definition at line 60 of file NSEnergyThermalFlux.C.
|
protectedvirtual |
Definition at line 45 of file NSEnergyThermalFlux.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 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 computeQpOffDiagJacobian().
|
friend |
Definition at line 49 of file NSEnergyThermalFlux.h.
|
protectedinherited |
Definition at line 62 of file NSKernel.h.
|
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(), and NSMomentumInviscidFluxWithGradP::NSMomentumInviscidFluxWithGradP().
|
protectedinherited |
Definition at line 52 of file NSKernel.h.
Referenced by NSEnergyThermalFlux(), and NSMomentumInviscidFluxWithGradP::NSMomentumInviscidFluxWithGradP().
|
protectedinherited |
Definition at line 49 of file NSKernel.h.
Referenced by NSEnergyThermalFlux(), and NSMomentumInviscidFluxWithGradP::NSMomentumInviscidFluxWithGradP().
|
protectedinherited |
Definition at line 50 of file NSKernel.h.
Referenced by NSEnergyThermalFlux(), and NSMomentumInviscidFluxWithGradP::NSMomentumInviscidFluxWithGradP().
|
protectedinherited |
Definition at line 51 of file NSKernel.h.
Referenced by NSEnergyThermalFlux(), and NSMomentumInviscidFluxWithGradP::NSMomentumInviscidFluxWithGradP().
|
protected |
Definition at line 38 of file NSEnergyThermalFlux.h.
Referenced by computeQpResidual().
|
private |
Definition at line 64 of file NSEnergyThermalFlux.h.
Referenced by computeJacobianHelper_value(), and NSEnergyThermalFlux().
|
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 45 of file NSEnergyThermalFlux.h.
Referenced by computeJacobianHelper_value().
|
protected |
Definition at line 41 of file NSEnergyThermalFlux.h.
Referenced by computeJacobianHelper_value(), and computeQpResidual().
|
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().
|
protectedinherited |
Definition at line 63 of file NSKernel.h.
Referenced by NSEnergyViscousFlux::computeQpOffDiagJacobian(), NSEnergyViscousFlux::computeQpResidual(), and NSMomentumViscousFlux::computeQpResidual().
|
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().