20 params.
addParam<MaterialPropertyName>(
22 params.
addParam<MaterialPropertyName>(
24 params.
addParam<MaterialPropertyName>(
36 _T_wall(getMaterialProperty<Real>(
"T_wall")),
37 _T(getMaterialProperty<Real>(
"T")),
38 _Hw(getMaterialProperty<Real>(
"Hw")),
39 _P_hf(coupledValue(
"P_hf"))
registerMooseObject("ThermalHydraulicsApp", HeatRateConvection1Phase)
static InputParameters validParams()
static const std::string HEAT_TRANSFER_COEFFICIENT_WALL
static const std::string TEMPERATURE
static const std::string TEMPERATURE_WALL
Computes convective heat rate into a 1-phase flow channel.
const MaterialProperty< Real > & _T
Fluid temperature.
HeatRateConvection1Phase(const InputParameters ¶meters)
const MaterialProperty< Real > & _T_wall
Wall temperature.
static InputParameters validParams()
const VariableValue & _P_hf
Heat flux perimeter.
virtual Real computeQpIntegral()
const MaterialProperty< Real > & _Hw
Convective heat transfer coefficient, W/m^2-K.