pmc_constants::const_t Struct Reference

Physical constants. More...

List of all members.

Public Attributes

real *8 pi = 3.14159265358979323846d0
 Pi.
real *8 boltzmann = 1.3806505d-23
 Boltzmann constant (J K^{-1}).
real *8 avagadro = 6.02214179d23
 Avogadro's number (mole^{-1}).
real *8 univ_gas_const = 8.314472d0
 Universal gas constant (J mole^{-1} K^{-1}).
real *8 accom_coeff = 1d0
 Accomodation coefficient (have also used 0.045).
real *8 water_eq_vap_press = 611d0
 Equilibrium water vapor pressure at 273 K (Pa).
real *8 water_freeze_temp = 273.15d0
 Freezing point of water (K).
real *8 water_surf_eng = 0.073d0
 Surface energy of water (J m^{-2}).
real *8 water_latent_heat = 2.272d6
 Latent heat of water (J kg^{-1}).
real *8 water_spec_heat = 1005d0
 Specific heat of water (J kg^{-1} K^{-1}).
real *8 water_molec_weight = 18d-3
 Molecular weight of water (kg mole^{-1}).
real *8 water_density = 1d3
 Density of water (kg m^{-3}).
real *8 air_molec_weight = 2.89644d-2
 Molecular weight of air (kg mole^{-1}).
real *8 air_std_press = 101325d0
 Atmospheric standard sea level pressure (Pa).
real *8 air_dyn_visc = 1.78d-5
 Dynamic viscosity of air (kg m^{-1} s^{-1}).


Detailed Description

Physical constants.

These are all absolute constants. Environment parameters that in principle could change should go in env_data.f90.

To access a constant in a subroutine you should use pmc_constants and then the constant value is accessed with const%pi or similar. Note that the type is called const_t (with a trailing _t) but the single saved variable to access them is just called const.


Member Data Documentation

real*8 pmc_constants::const_t::pi = 3.14159265358979323846d0

Pi.

real*8 pmc_constants::const_t::boltzmann = 1.3806505d-23

Boltzmann constant (J K^{-1}).

real*8 pmc_constants::const_t::avagadro = 6.02214179d23

Avogadro's number (mole^{-1}).

Universal gas constant (J mole^{-1} K^{-1}).

Accomodation coefficient (have also used 0.045).

Equilibrium water vapor pressure at 273 K (Pa).

Freezing point of water (K).

Surface energy of water (J m^{-2}).

Latent heat of water (J kg^{-1}).

Specific heat of water (J kg^{-1} K^{-1}).

Molecular weight of water (kg mole^{-1}).

Density of water (kg m^{-3}).

Molecular weight of air (kg mole^{-1}).

Atmospheric standard sea level pressure (Pa).

Dynamic viscosity of air (kg m^{-1} s^{-1}).


The documentation for this struct was generated from the following file:

Generated on Mon Jun 15 15:56:22 2009 for PartMC by  doxygen 1.5.6