21 params.
addClassDescription(
"Computes the average of the densities of the phases corresponding to "
22 "a 2-phase fluid properties object.");
26 params.
addRequiredParam<UserObjectName>(
"fp_2phase",
"2-phase fluid properties user object name");
34 _p(coupledValue(
"p")),
35 _T(coupledValue(
"T")),
registerMooseObject("FluidPropertiesTestApp", TwoPhaseAverageDensityAux)
static InputParameters validParams()
Common class for single phase fluid properties.
Computes the average of the densities of the phases corresponding to a 2-phase fluid properties objec...
const VariableValue & _p
Pressure.
const SinglePhaseFluidProperties & _fp_liquid
Liquid 1-phase fluid properties object.
virtual Real computeValue() override
const SinglePhaseFluidProperties & _fp_vapor
Vapor 1-phase fluid properties object.
static InputParameters validParams()
TwoPhaseAverageDensityAux(const InputParameters ¶meters)
const VariableValue & _T
Temperature.
Base class for fluid properties used with two-phase flow.