LiquidWater as a publicly derived class of Pureliquid.
More...
#include <PureLiquid.h>
|
static double | get_density () |
| Return the density of liquid water in . More...
|
|
static double | latentVap_heat (const double &) |
| Static function to return latent heat of vaporization of water as a function of input temperature . More...
|
|
static double | surface_tension (const double &) |
| Static function to return surface tension of liquid water as a function of input temperature . More...
|
|
static double | deriv_latentVap_heat (const double &) |
| Static function to return derivative of latent heat of vaporization of water with respect to temperature , as a function of input temperature . More...
|
|
static double | viscosity (const double &) |
| Static function to return viscosity of water as a function of input temperature . More...
|
|
static double | deriv_viscosity (const double &) |
| Static function return derivative of viscosity of water with respect to temperature, , as a function of input temperature . More...
|
|
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 |
|
virtual |
static double FuelCellShop::Material::LiquidWater::deriv_latentVap_heat |
( |
const double & |
| ) |
|
|
static |
Static function to return derivative of latent heat of vaporization of water with respect to temperature , as a function of input temperature .
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.
Referenced by FuelCellShop::Equation::LiquidSourceEquation< dim >::get_temp_related_parameters().
static double FuelCellShop::Material::LiquidWater::deriv_viscosity |
( |
const double & |
| ) |
|
|
static |
Static function return derivative of viscosity of water with respect to temperature, , as a function of input temperature .
Ref: Fox R. W and McDonald A. T., Introduction to Fluid Mechanics. John Wiley & Sons, Inc., New York, fifth edition, 1998.
static double FuelCellShop::Material::LiquidWater::get_density |
( |
| ) |
|
|
inlinestatic |
Return the density of liquid water in .
double FuelCellShop::Material::LiquidWater::get_DH |
( |
| ) |
|
|
inline |
double FuelCellShop::Material::LiquidWater::get_DO2 |
( |
| ) |
|
|
inline |
virtual char* FuelCellShop::Material::LiquidWater::get_formula |
( |
| ) |
|
|
virtual |
double FuelCellShop::Material::LiquidWater::get_HO2 |
( |
| ) |
|
|
inline |
Return the Henery's constant for oxygen in water .
double FuelCellShop::Material::LiquidWater::get_molecular_width |
( |
| ) |
|
|
inline |
Return the width of a water molecule in .
virtual char* FuelCellShop::Material::LiquidWater::get_name |
( |
| ) |
|
|
virtual |
double FuelCellShop::Material::LiquidWater::get_Relative_Permittivity |
( |
| ) |
|
|
inline |
void FuelCellShop::Material::LiquidWater::initialize |
( |
ParameterHandler & |
param | ) |
|
|
virtual |
static double FuelCellShop::Material::LiquidWater::latentVap_heat |
( |
const double & |
| ) |
|
|
static |
static double FuelCellShop::Material::LiquidWater::surface_tension |
( |
const double & |
| ) |
|
|
static |
Static function to return surface tension of liquid water as a function of input temperature .
Ref: International Tables of the surface tension of water N.B. Vargaftik,
static double FuelCellShop::Material::LiquidWater::viscosity |
( |
const double & |
| ) |
|
|
static |
Static function to return viscosity of water as a function of input temperature .
Ref: Fox R. W and McDonald A. T., Introduction to Fluid Mechanics. John Wiley & Sons, Inc., New York, fifth edition, 1998.
double FuelCellShop::Material::LiquidWater::HenryO2 |
|
private |
double FuelCellShop::Material::LiquidWater::molecular_width |
|
private |
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: