19 "the heat flux and the heat transfer coefficient");
21 params.
addRequiredParam<MaterialPropertyName>(
"Hw",
"Heat transfer coefficient");
29 _T_wall(declareADProperty<Real>(
"T_wall")),
30 _q_wall(getADMaterialProperty<Real>(
"q_wall")),
31 _Hw(getADMaterialProperty<Real>(
"Hw")),
32 _T(getADMaterialProperty<Real>(
"T"))
44 "The wall heat transfer coefficient is zero, yet the wall heat flux is nonzero.");
registerMooseObject("ThermalHydraulicsApp", ADTemperatureWall3EqnMaterial)
Computes T_wall from the constitutive model.
const ADMaterialProperty< Real > & _q_wall
Wall heat flux.
ADTemperatureWall3EqnMaterial(const InputParameters ¶meters)
static InputParameters validParams()
virtual void computeQpProperties()
const ADMaterialProperty< Real > & _Hw
Heat transfer coefficient.
ADMaterialProperty< Real > & _T_wall
Wall temperature.
const ADMaterialProperty< Real > & _T
Fluid temperature.
static InputParameters validParams()