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