17 "liquid_fluid_component", 0,
"The fluid component number of the primary liquid component");
18 params.
addParam<
unsigned int>(
"salt_component", 2,
"The component number of salt");
26 _aqueous_fluid_component(getParam<unsigned
int>(
"liquid_fluid_component")),
27 _salt_component(getParam<unsigned
int>(
"salt_component")),
47 else if (Zi > Xi && Zi < Yi)
FluidStatePhaseEnum
Phase state enum.
void ErrorVector unsigned int
Compositional flash routines for miscible multiphase flow classes with multiple fluid components.
static InputParameters validParams()
PorousFlowFluidStateMultiComponentBase(const InputParameters ¶meters)
static InputParameters validParams()
void phaseState(Real Zi, Real Xi, Real Yi, FluidStatePhaseEnum &phase_state) const
Determines the phase state gven the total mass fraction and equilibrium mass fractions.