| 
    
    
     Dnapl.hpp   
Go to the documentation of this file. 
  114     static Evaluation liquidDensity(const Evaluation& /*temperature*/, const Evaluation& /*pressure*/) 
  126     static Evaluation liquidViscosity(const Evaluation& /*temperature*/, const Evaluation& /*pressure*/) 
  152     static Evaluation liquidThermalConductivity(const Evaluation& /*temperature*/, const Evaluation& /*pressure*/) 
static Evaluation liquidViscosity(const Evaluation &, const Evaluation &) The dynamic viscosity  of pure TCE.  Definition: Dnapl.hpp:126 Definition: Air_Mesitylene.hpp:31 static Evaluation liquidEnthalpy(const Evaluation &temperature, const Evaluation &) The enthalpy of pure TCE at a given pressure and temperature .  Definition: Dnapl.hpp:138 static const char * name() A human readable name for the TCE.  Definition: Dnapl.hpp:52 static Evaluation gasDensity(const Evaluation &temperature, const Evaluation &pressure) The density of steam at a given pressure and temperature .  Definition: Dnapl.hpp:100 static Evaluation liquidThermalConductivity(const Evaluation &, const Evaluation &) Specific heat conductivity of liquid TCE .  Definition: Dnapl.hpp:152 A simple implementation of a dense non-aqueous phase liquid (DNAPL).  Definition: Dnapl.hpp:46 static Evaluation vaporPressure(const Evaluation &) The vapor pressure in  of pure TCE at a given temperature.  Definition: Dnapl.hpp:88 static bool gasIsIdeal() Returns true iff the gas phase is assumed to be ideal.  Definition: Dnapl.hpp:58 Relations valid for an ideal gas.  static bool liquidIsCompressible() Returns true iff the liquid phase is assumed to be compressible.  Definition: Dnapl.hpp:70 Abstract base class of a pure chemical species.  static bool gasIsCompressible() Returns true iff the gas phase is assumed to be compressible.  Definition: Dnapl.hpp:64 static Evaluation density(const Evaluation &avgMolarMass, const Evaluation &temperature, const Evaluation &pressure) The density of the gas in , depending on pressure, temperature and average molar mass of the gas... Definition: IdealGas.hpp:46 static Evaluation liquidDensity(const Evaluation &, const Evaluation &) The density of pure TCE at a given pressure and temperature .  Definition: Dnapl.hpp:114 A traits class which provides basic mathematical functions for arbitrary scalar floating point values...  |