20 "direction",
"The direction of the flow channel material property");
23 "Computes the area gradient term in the momentum equation for single phase flow.");
29 _area_grad(coupledGradient(
"A")),
30 _dir(getMaterialProperty<RealVectorValue>(
"direction")),
31 _pressure(getADMaterialProperty<Real>(
"p"))
registerMooseObject("ThermalHydraulicsApp", ADOneD3EqnMomentumAreaGradient)
DualNumber< Real, DNDerivativeType, true > ADReal
const ADTemplateVariableTestValue< T > & _test
static InputParameters validParams()
Computes the area gradient term in the momentum equation.
const ADMaterialProperty< Real > & _pressure
virtual ADReal computeQpResidual()
const VariableGradient & _area_grad
static InputParameters validParams()
const MaterialProperty< RealVectorValue > & _dir
The direction of the flow channel.
ADOneD3EqnMomentumAreaGradient(const InputParameters ¶meters)