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")),
const VariableValue & _e
Specific internal energy.
auto Prandtl(const T1 &cp, const T2 &mu, const T3 &k)
Compute Prandtl number.
virtual Real computeValue()
registerMooseObject("ThermalHydraulicsApp", PrandtlNumberAux)
static const std::string cp
static const std::string mu
Common class for single phase fluid properties.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
const SinglePhaseFluidProperties & _fp
PrandtlNumberAux(const InputParameters ¶meters)
static InputParameters validParams()
const VariableValue & _v
Specific volume.
static const std::string k