20 params.
addClassDescription(
"Computes the Prandtl number for the fluid in the simulation domain");
24 "The name of the user object with fluid properties");
30 _v(coupledValue(
"v")),
31 _e(coupledValue(
"e")),
registerMooseObject("ThermalHydraulicsApp", PrandtlNumberAux)
static InputParameters validParams()
virtual Real computeValue()
PrandtlNumberAux(const InputParameters ¶meters)
const VariableValue & _e
Specific internal energy.
const SinglePhaseFluidProperties & _fp
static InputParameters validParams()
const VariableValue & _v
Specific volume.
Common class for single phase fluid properties.
auto Prandtl(const T1 &cp, const T2 &mu, const T3 &k)
Compute Prandtl number.