|
| TemperatureOverlayFluidState (const FluidState &fs) |
| Constructor. More...
|
|
| TemperatureOverlayFluidState (Scalar T, const FluidState &fs) |
|
| TemperatureOverlayFluidState (const TemperatureOverlayFluidState &fs)=default |
|
| TemperatureOverlayFluidState (TemperatureOverlayFluidState &&fs)=default |
|
TemperatureOverlayFluidState & | operator= (const TemperatureOverlayFluidState &fs)=default |
|
TemperatureOverlayFluidState & | operator= (TemperatureOverlayFluidState &&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 the fluid phase in . More...
|
|
Scalar | temperature (int phaseIdx) const |
| The temperature of a fluid phase . 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 | setTemperature (Scalar value) |
| Set the temperature of a fluid phase. More...
|
|