19 params.
addRequiredParam<UserObjectName>(
"fp",
"The name of fluid properties object to use.");
25 "Set the initial condition for rho*E*A from pressure, temperature and a scalar"
26 "field velocity variable");
34 _p(coupledValue(
"p")),
35 _T(coupledValue(
"T")),
36 _vel(coupledValue(
"vel")),
37 _area(coupledValue(
"A"))
registerMooseObject("ThermalHydraulicsApp", RhoEAFromPressureTemperatureVelocityIC)
static InputParameters validParams()
The RhoEAFromPressureTemperatureVelocityIC returns:
const VariableValue & _p
The pressure.
const VariableValue & _area
Cross-sectional area.
const VariableValue & _T
The temperature.
static InputParameters validParams()
const SinglePhaseFluidProperties & _fp
virtual Real value(const Point &p)
RhoEAFromPressureTemperatureVelocityIC(const InputParameters ¶meters)
const VariableValue & _vel
The velocity.
Common class for single phase fluid properties.