|  | 
| 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 
 | 
|  | 
| Scalar | pressLiquidIdx (Scalar pressure, std::size_t tempIdx) const | 
|  | returns the index of an entry in a pressure field 
 | 
|  | 
| Scalar | pressGasIdx (Scalar pressure, std::size_t tempIdx) const | 
|  | returns the index of an entry in a temperature field 
 | 
|  | 
| Scalar | densityLiquidIdx (Scalar density, std::size_t tempIdx) const | 
|  | returns the index of an entry in a density field 
 | 
|  | 
| Scalar | densityGasIdx (Scalar density, std::size_t tempIdx) const | 
|  | returns the index of an entry in a density field 
 | 
|  | 
| Scalar | minLiquidPressure (int tempIdx) const | 
|  | returns the minimum tabularized liquid pressure at a given temperature index 
 | 
|  | 
| Scalar | maxLiquidPressure (int tempIdx) const | 
|  | returns the maximum tabularized liquid pressure at a given temperature index 
 | 
|  | 
| Scalar | minGasPressure (int tempIdx) const | 
|  | returns the minimum tabularized gas pressure at a given temperature index 
 | 
|  | 
| Scalar | maxGasPressure (int tempIdx) const | 
|  | returns the maximum tabularized gas pressure at a given temperature index 
 | 
|  | 
| Scalar | minLiquidDensity (int tempIdx) const | 
|  | returns the minimum tabularized liquid density at a given temperature index 
 | 
|  | 
| Scalar | maxLiquidDensity (int tempIdx) const | 
|  | returns the maximum tabularized liquid density at a given temperature index 
 | 
|  | 
| Scalar | minGasDensity (int tempIdx) const | 
|  | returns the minimum tabularized gas density at a given temperature index 
 | 
|  | 
| Scalar | maxGasDensity (int tempIdx) const | 
|  | returns the maximum tabularized gas density at a given temperature index 
 | 
|  | 
| std::size_t | nTemp () const | 
|  | 
| std::size_t | nPress () const | 
|  | 
| std::size_t | nDensity () const | 
|  | 
| Scalar | tempMax () const | 
|  | 
| Scalar | tempMin () const | 
|  |