22 params.
addClassDescription(
"Computes convective heat transfer coefficient from Nusselt number");
29 _Hw(declareProperty<
Real>(
"Hw")),
30 _Nu(getMaterialProperty<
Real>(
"Nu")),
31 _D_h(getMaterialProperty<
Real>(
"D_h")),
32 _k(getMaterialProperty<
Real>(
"k"))
MaterialProperty< Real > & _Hw
Wall heat transfer coefficient.
Computes convective heat transfer coefficient from Nusselt number.
const MaterialProperty< Real > & _k
Thermal conductivity.
registerMooseObject("ThermalHydraulicsApp", ConvectiveHeatTransferCoefficientMaterial)
const MaterialProperty< Real > & _Nu
Nusselt number.
virtual void computeQpProperties()
static InputParameters validParams()
auto wallHeatTransferCoefficient(const T1 &Nu, const T2 &k, const T3 &D_h)
Compute wall heat transfer coefficient.
ConvectiveHeatTransferCoefficientMaterial(const InputParameters ¶meters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const MaterialProperty< Real > & _D_h
Hydraulic diameter.
static InputParameters validParams()