24 params.
addRequiredParam<UserObjectName>(
"fp",
"The name of fluid properties object to use.");
30 _vel(coupledValue(
"vel")),
31 _v(coupledValue(
"v")),
32 _e(coupledValue(
"e")),
41 return _vel[
_qp] / speed_of_sound;
registerMooseObject("ThermalHydraulicsApp", MachNumberAux)
const SinglePhaseFluidProperties & _fp
Common class for single phase fluid properties.
virtual Real computeValue()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
static InputParameters validParams()
MachNumberAux(const InputParameters ¶meters)
const VariableValue & _vel