|
| ImmiscibleFluidState ()=default |
| default constructor More...
|
|
template<class FluidState , typename std::enable_if_t<!std::is_same< FluidState, ImmiscibleFluidState >::value, int > = 0> |
| ImmiscibleFluidState (const FluidState &fs) |
| copy constructor from arbitrary fluid state More...
|
|
| ImmiscibleFluidState (const ImmiscibleFluidState &fs)=default |
|
| ImmiscibleFluidState (ImmiscibleFluidState &&fs)=default |
|
ImmiscibleFluidState & | operator= (const ImmiscibleFluidState &fs)=default |
|
ImmiscibleFluidState & | operator= (ImmiscibleFluidState &&fs)=default |
|
int | wettingPhase () const |
| Returns the index of the most wetting phase in the fluid-solid configuration (for porous medium systems). More...
|
|
Scalar | saturation (int phaseIdx) const |
| Returns the saturation of a fluid phase in . More...
|
|
Scalar | moleFraction (int phaseIdx, int compIdx) const |
| Returns the molar fraction of the component in fluid phase in . More...
|
|
Scalar | massFraction (int phaseIdx, int compIdx) const |
| Returns the mass fraction of component in fluid phase in . More...
|
|
Scalar | averageMolarMass (int phaseIdx) const |
| The average molar mass of phase in . More...
|
|
Scalar | molarity (int phaseIdx, int compIdx) const |
| The molar concentration of component in fluid phase in . More...
|
|
Scalar | fugacity (int phaseIdx, int compIdx) const |
| The fugacity of component in fluid phase in . More...
|
|
Scalar | fugacityCoefficient (int phaseIdx, int compIdx) const |
| The fugacity coefficient of component in fluid phase in . More...
|
|
Scalar | partialPressure (int phaseIdx, int compIdx) const |
| The partial pressure of a component in a phase . More...
|
|
Scalar | molarVolume (int phaseIdx) const |
| The molar volume of a fluid phase in . More...
|
|
Scalar | density (int phaseIdx) const |
| The mass density of the fluid phase in . More...
|
|
Scalar | molarDensity (int phaseIdx) const |
| The molar density of a fluid phase in . More...
|
|
Scalar | temperature (int phaseIdx) const |
| The absolute temperature of a fluid phase in . More...
|
|
Scalar | pressure (int phaseIdx) const |
| The pressure of a fluid phase in . More...
|
|
Scalar | enthalpy (int phaseIdx) const |
| The specific enthalpy of a fluid phase in . More...
|
|
Scalar | internalEnergy (int phaseIdx) const |
| The specific internal energy of a fluid phase in . More...
|
|
Scalar | viscosity (int phaseIdx) const |
| The dynamic viscosity of fluid phase in . More...
|
|
Scalar | temperature () const |
| The temperature within the domain . More...
|
|
Scalar | fugacity (int compIdx) const |
| The fugacity of a component . More...
|
|
template<class FluidState > |
void | assign (const FluidState &fs) |
| Retrieve all parameters from an arbitrary fluid state. More...
|
|
void | setTemperature (int phaseIdx, Scalar value) |
| Set the temperature of a fluid phase. More...
|
|
void | setTemperature (Scalar value) |
| Set the temperature of a fluid phase. More...
|
|
void | setPressure (int phaseIdx, Scalar value) |
| Set the fluid pressure of a phase . More...
|
|
void | setSaturation (int phaseIdx, Scalar value) |
| Set the saturation of a phase . More...
|
|
void | setDensity (int phaseIdx, Scalar value) |
| Set the density of a phase . More...
|
|
void | setMolarDensity (int phaseIdx, Scalar value) |
| Set the molar density of a phase . More...
|
|
void | setEnthalpy (int phaseIdx, Scalar value) |
| Set the specific enthalpy of a phase . More...
|
|
void | setViscosity (int phaseIdx, Scalar value) |
| Set the dynamic viscosity of a phase . More...
|
|
void | setWettingPhase (int phaseIdx) |
| Set the index of the most wetting phase. More...
|
|