20 "parameter tau for momentum and tau_energy for the energy equation.");
21 params.
addParam<MaterialPropertyName>(
22 "k_name",
"k",
"the name of the thermal conductivity material property");
23 params.
addParam<MaterialPropertyName>(
26 "the name of the gradient of the thermal conductivity material property");
32 _second_temperature(adCoupledSecond(
"temperature")),
33 _k(getADMaterialProperty<
Real>(
"k_name")),
37 _tau_energy(declareADProperty<
Real>(
"tau_energy")),
38 _temperature_strong_residual(declareADProperty<
Real>(
"temperature_strong_residual"))
51 9. * (4. * dissipation_coefficient / (
_hmax *
_hmax)) *
52 (4. * dissipation_coefficient / (
_hmax *
_hmax)));
const ADMaterialProperty< Real > & _cp
Computes properties needed for stabilized formulations of the mass, momentum, and energy equations...
ADMaterialProperty< Real > & _tau_energy
static InputParameters validParams()
virtual void computeQpProperties() override
const ADMaterialProperty< RealVectorValue > *const _grad_k
const ADMaterialProperty< Real > & _k
INSADStabilized3Eqn(const InputParameters ¶meters)
virtual void computeQpProperties() override
ADMaterialProperty< Real > & _temperature_source_strong_residual
ADReal _speed
The speed of the medium.
const ADVariableSecond & _second_temperature
ADMaterialProperty< Real > & _temperature_ambient_convection_strong_residual
ADMaterialProperty< Real > & _temperature_td_strong_residual
registerMooseObject("NavierStokesApp", INSADStabilized3Eqn)
ADMaterialProperty< Real > & _temperature_advective_strong_residual
bool _has_ambient_convection
const ADVariableGradient & _grad_temperature
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
bool _has_energy_transient
Whether the energy equation is transient.
bool _has_advected_mesh
Whether we have mesh convection.
ADMaterialProperty< Real > & _temperature_strong_residual
const ADMaterialProperty< Real > & _rho
density
ADMaterialProperty< Real > & _temperature_advected_mesh_strong_residual
The strong residual for the temperature transport term corresponding to mesh velocity in an ALE simul...