24 "The total energy density, e.g. Et or rho_et");
30 _rho(adCoupledValue(
NS::density)),
31 _grad_rho(adCoupledGradient(
NS::density)),
32 _rho_u(adCoupledValue(
NS::momentum_x)),
33 _rho_v(adCoupledValue(
NS::momentum_y)),
34 _rho_w(adCoupledValue(
NS::momentum_z)),
35 _rho_et(adCoupledValue(
NS::total_energy_density)),
36 _velocity(declareADProperty<RealVectorValue>(
NS::velocity)),
37 _grad_p(declareADProperty<RealVectorValue>(
NS::grad(
NS::pressure))),
38 _rho_ht(declareADProperty<Real>(
NS::total_enthalpy_density))
registerMooseObject("NavierStokesTestApp", PressureEqualsDensityMaterial)
static InputParameters validParams()
ADMaterialProperty< RealVectorValue > & _grad_p
const ADVariableValue & _rho
const ADVariableValue & _rho_et
const ADVariableValue & _rho_u
ADMaterialProperty< Real > & _rho_ht
const ADVariableValue & _rho_w
const ADVariableValue & _rho_v
ADMaterialProperty< RealVectorValue > & _velocity
static InputParameters validParams()
void computeQpProperties() override
const ADVariableGradient & _grad_rho
PressureEqualsDensityMaterial(const InputParameters ¶meters)
static const std::string density
static const std::string total_energy_density
static const std::string momentum_x
static const std::string momentum_y
static const std::string momentum_z