21 "Computes the density of a vapor mixture from pressure and temperature.");
32 _p(coupledValue(
"p")),
const std::vector< double > x
registerMooseObject("FluidPropertiesApp", RhoVaporMixtureFromPressureTemperatureIC)
static InputParameters validParams()
Computes the density of a vapor mixture from pressure and temperature variables.
const VariableValue & _T
Temperature.
static InputParameters validParams()
RhoVaporMixtureFromPressureTemperatureIC(const InputParameters ¶meters)
const VariableValue & _p
Pressure.
virtual Real value(const Point &p)
Interface for calculations involving vapor mixtures.
std::vector< Real > getMassFractionVector() const
Gets the vector of mass fractions of each secondary vapor, at a quadrature point.
static InputParameters validParams()
const VaporMixtureFluidProperties & _fp_vapor_mixture
Vapor mixture fluid properties.