[ LiquidWater as a publicly derived class of Pureliquid ]  
 More...
#include <PureLiquid.h>
|  | 
| static double | latentVap_heat (const double &) | 
|  | Function to compute latent heat of vaporization of water (J/mol) as a function of temperature (K). 
 | 
|  | 
| static double | deriv_latentVap_heat (const double &) | 
|  | Function to compute derivative of latent heat of vaporization of water with respect to temperature. 
 | 
|  | 
|  | 
| double | M | 
|  | Molar mass in g/mol or kg/kmol. 
 | 
|  | 
| double | Mu_0 | 
|  | dynamic viscosity at STP 
 | 
|  | 
[ LiquidWater as a publicly derived class of Pureliquid ] 
      
        
          | FuelCellShop::Material::LiquidWater::LiquidWater | ( |  | ) |  | 
      
 
 
  
  | 
        
          | virtual FuelCellShop::Material::LiquidWater::~LiquidWater | ( |  | ) |  |  | virtual | 
 
 
      
        
          | void FuelCellShop::Material::LiquidWater::declare_parameters | ( | ParameterHandler & | param | ) | const | 
      
 
Declare all necessary parameters in order to compute the coefficients. 
 
 
  
  | 
        
          | static double FuelCellShop::Material::LiquidWater::deriv_latentVap_heat | ( | const double & |  | ) |  |  | static | 
 
Function to compute derivative of latent heat of vaporization of water with respect to temperature. 
 
 
      
        
          | double FuelCellShop::Material::LiquidWater::get_DH | ( |  | ) |  | 
      
 
 
      
        
          | double FuelCellShop::Material::LiquidWater::get_DO2 | ( |  | ) |  | 
      
 
 
  
  | 
        
          | virtual char* FuelCellShop::Material::LiquidWater::get_formula | ( |  | ) |  |  | virtual | 
 
 
  
  | 
        
          | virtual char* FuelCellShop::Material::LiquidWater::get_name | ( |  | ) |  |  | virtual | 
 
 
      
        
          | double FuelCellShop::Material::LiquidWater::get_Relative_Permittivity | ( |  | ) |  | 
      
 
 
  
  | 
        
          | virtual void FuelCellShop::Material::LiquidWater::get_viscosity | ( | double & | , |  
          |  |  | const double & |  |  
          |  | ) |  |  |  | virtual | 
 
 
      
        
          | void FuelCellShop::Material::LiquidWater::initialize | ( | ParameterHandler & | param | ) |  | 
      
 
Member function used to read in data and initialize the necessary data to compute the coefficients. 
 
 
  
  | 
        
          | static double FuelCellShop::Material::LiquidWater::latentVap_heat | ( | const double & |  | ) |  |  | static | 
 
Function to compute latent heat of vaporization of water (J/mol) as a function of temperature (K). 
Ref: Simple Forumulas for Thermophysical Properties of Liquid Water for Heat Transfer Calculations (from 0C to 150C), C. O. Popiel and K. Wojtkowiak, Heat Transfer Engineering, Vol.19, No.3, 1998. 
 
 
  
  | 
        
          | double FuelCellShop::Material::LiquidWater::oxygen_diffusion_coeff |  | private | 
 
 
  
  | 
        
          | double FuelCellShop::Material::LiquidWater::proton_diffusion_coeff |  | private | 
 
 
  
  | 
        
          | double FuelCellShop::Material::LiquidWater::relative_permittivity |  | private | 
 
 
The documentation for this class was generated from the following file: