| 
| static const char *  | name () | 
|   | A human readable name for the TCE.  More...
  | 
|   | 
| static bool  | gasIsIdeal () | 
|   | Returns true iff the gas phase is assumed to be ideal.  More...
  | 
|   | 
| static bool  | gasIsCompressible () | 
|   | Returns true iff the gas phase is assumed to be compressible.  More...
  | 
|   | 
| static bool  | liquidIsCompressible () | 
|   | Returns true iff the liquid phase is assumed to be compressible.  More...
  | 
|   | 
| static Scalar  | molarMass () | 
|   | The molar mass in   of TCE.  More...
  | 
|   | 
| template<class Evaluation >  | 
| static Evaluation  | vaporPressure (const Evaluation &) | 
|   | The vapor pressure in   of pure TCE at a given temperature.  More...
  | 
|   | 
| template<class Evaluation >  | 
| static Evaluation  | gasDensity (const Evaluation &temperature, const Evaluation &pressure) | 
|   | The density of steam at a given pressure and temperature  .  More...
  | 
|   | 
| template<class Evaluation >  | 
| static Evaluation  | liquidDensity (const Evaluation &, const Evaluation &) | 
|   | The density of pure TCE at a given pressure and temperature  .  More...
  | 
|   | 
| template<class Evaluation >  | 
| static Evaluation  | liquidViscosity (const Evaluation &, const Evaluation &) | 
|   | The dynamic viscosity   of pure TCE.  More...
  | 
|   | 
| template<class Evaluation >  | 
| static Evaluation  | liquidEnthalpy (const Evaluation &temperature, const Evaluation &) | 
|   | The enthalpy of pure TCE at a given pressure and temperature  .  More...
  | 
|   | 
| template<class Evaluation >  | 
| static Evaluation  | liquidThermalConductivity (const Evaluation &, const Evaluation &) | 
|   | Specific heat conductivity of liquid TCE  .  More...
  | 
|   | 
| static void  | init (Scalar, Scalar, unsigned, Scalar, Scalar, unsigned) | 
|   | A default routine for initialization, not needed for components and must not be called.  More...
  | 
|   | 
| static Scalar  | criticalTemperature () | 
|   | Returns the critical temperature in   of the component.  More...
  | 
|   | 
| static Scalar  | criticalPressure () | 
|   | Returns the critical pressure in   of the component.  More...
  | 
|   | 
| static Scalar  | tripleTemperature () | 
|   | Returns the temperature in   at the component's triple point.  More...
  | 
|   | 
| static Scalar  | triplePressure () | 
|   | Returns the pressure in   at the component's triple point.  More...
  | 
|   | 
| static Evaluation  | gasEnthalpy (const Evaluation &, const Evaluation &) | 
|   | Specific enthalpy   of the pure component in gas.  More...
  | 
|   | 
| static Evaluation  | gasInternalEnergy (const Evaluation &, const Evaluation &) | 
|   | Specific internal energy   of the pure component in gas.  More...
  | 
|   | 
| static Evaluation  | liquidInternalEnergy (const Evaluation &, const Evaluation &) | 
|   | Specific internal energy   of pure the pure component in liquid.  More...
  | 
|   | 
| static Evaluation  | gasViscosity (const Evaluation &, const Evaluation &) | 
|   | The dynamic viscosity   of the pure component at a given pressure in   and temperature in  .  More...
  | 
|   | 
| static Evaluation  | gasThermalConductivity (const Evaluation &, const Evaluation &) | 
|   | Thermal conductivity of the component [W/(m^2 K/m)] as a gas.  More...
  | 
|   | 
| static Evaluation  | gasHeatCapacity (const Evaluation &, const Evaluation &) | 
|   | Specific isobaric heat capacity of the component [J/kg] as a gas.  More...
  | 
|   | 
| static Evaluation  | liquidHeatCapacity (const Evaluation &, const Evaluation &) | 
|   | Specific isobaric heat capacity of the component [J/kg] as a liquid.  More...
  | 
|   | 
template<class Scalar>
class Opm::DNAPL< Scalar >
A simple implementation of a dense non-aqueous phase liquid (DNAPL). 
The parameters are chosen to roughly correspond to those of trichloroethylene (TCE) at standard conditions.
- Template Parameters
 - 
  
    | Scalar | The type used for scalar values  |