20 "direction",
"The direction of the flow channel material property");
24 params.
addClassDescription(
"Computes the gravity term for the energy equation in 1-phase flow");
30 _A(adCoupledValue(
"A")),
31 _rho(getADMaterialProperty<
Real>(
"rho")),
32 _vel(getADMaterialProperty<
Real>(
"vel")),
const ADMaterialProperty< Real > & _vel
const ADVariableValue & _A
const ADTemplateVariableTestValue< T > & _test
DualNumber< Real, DNDerivativeType, true > ADReal
Computes gravity term for the energy equation in 1-phase flow.
const RealVectorValue & _gravity_vector
Gravitational acceleration vector.
virtual ADReal computeQpResidual()
ADOneD3EqnEnergyGravity(const InputParameters ¶meters)
const ADMaterialProperty< Real > & _rho
static InputParameters validParams()
const MaterialProperty< RealVectorValue > & _dir
The direction of the flow channel.
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
registerMooseObject("ThermalHydraulicsApp", ADOneD3EqnEnergyGravity)