21 params.
addCoupledVar(
"alpha", 1,
"Volume fraction of the phase");
28 "The name of the user object with fluid properties");
34 _alpha(coupledValue(
"alpha")),
35 _rho(coupledValue(
"rho")),
36 _vel(coupledValue(
"vel")),
37 _D_h(coupledValue(
"D_h")),
38 _v(coupledValue(
"v")),
39 _e(coupledValue(
"e")),
const VariableValue & _vel
Velocity of the phase.
auto Reynolds(const T1 &volume_fraction, const T2 &rho, const T3 &vel, const T4 &D_h, const T5 &mu)
Compute Reynolds number.
const VariableValue & _D_h
Hydraulic diameter.
const VariableValue & _alpha
Volume fraction.
Common class for single phase fluid properties.
ReynoldsNumberAux(const InputParameters ¶meters)
const SinglePhaseFluidProperties & _fp
const VariableValue & _v
Specific volume.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const VariableValue & _rho
Density of the phase.
static InputParameters validParams()
static InputParameters validParams()
virtual Real computeValue()
Computes Reynolds number.
registerMooseObject("ThermalHydraulicsApp", ReynoldsNumberAux)
const VariableValue & _e
Specific internal energy.