|
| PressureOverlayFluidState (const FluidState &fs) |
| Constructor. More...
|
|
| PressureOverlayFluidState (const PressureOverlayFluidState &fs)=default |
|
| PressureOverlayFluidState (PressureOverlayFluidState &&fs)=default |
|
PressureOverlayFluidState & | operator= (const PressureOverlayFluidState &fs)=default |
|
PressureOverlayFluidState & | operator= (PressureOverlayFluidState &&fs)=default |
|
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 | 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...
|
|
void | setPressure (int phaseIdx, Scalar value) |
| Set the pressure of a fluid phase. More...
|
|