|
void | init (Scalar tempMin, Scalar tempMax, std::size_t nTemp, Scalar pressMin, Scalar pressMax, std::size_t nPress) |
|
Scalar | tempIdx (Scalar temperature) const |
| returns the index of an entry in a temperature field More...
|
|
Scalar | pressLiquidIdx (Scalar pressure, std::size_t tempIdx) const |
| returns the index of an entry in a pressure field More...
|
|
Scalar | pressGasIdx (Scalar pressure, std::size_t tempIdx) const |
| returns the index of an entry in a temperature field More...
|
|
Scalar | densityLiquidIdx (Scalar density, std::size_t tempIdx) const |
| returns the index of an entry in a density field More...
|
|
Scalar | densityGasIdx (Scalar density, std::size_t tempIdx) const |
| returns the index of an entry in a density field More...
|
|
Scalar | minLiquidPressure (int tempIdx) const |
| returns the minimum tabularized liquid pressure at a given temperature index More...
|
|
Scalar | maxLiquidPressure (int tempIdx) const |
| returns the maximum tabularized liquid pressure at a given temperature index More...
|
|
Scalar | minGasPressure (int tempIdx) const |
| returns the minimum tabularized gas pressure at a given temperature index More...
|
|
Scalar | maxGasPressure (int tempIdx) const |
| returns the maximum tabularized gas pressure at a given temperature index More...
|
|
Scalar | minLiquidDensity (int tempIdx) const |
| returns the minimum tabularized liquid density at a given temperature index More...
|
|
Scalar | maxLiquidDensity (int tempIdx) const |
| returns the maximum tabularized liquid density at a given temperature index More...
|
|
Scalar | minGasDensity (int tempIdx) const |
| returns the minimum tabularized gas density at a given temperature index More...
|
|
Scalar | maxGasDensity (int tempIdx) const |
| returns the maximum tabularized gas density at a given temperature index More...
|
|
std::size_t | nTemp () const |
|
std::size_t | nPress () const |
|
std::size_t | nDensity () const |
|
Scalar | tempMax () const |
|
Scalar | tempMin () const |
|