|
double precision | trefth |
| reference temperature for the specific physics, in K
|
double precision | prefth |
| reference pressure for the specific physics, in Pa
|
double precision | volmol |
| molar volume under normal pressure and temperature conditions (1 atmosphere, 0 ) in
|
integer | ngazgm |
| maximal number of global species
|
integer | ngazem |
| maximal number of elementary gas components
|
integer | npot |
| maximal number of tabulation points
|
integer | natom |
| maximal number of atomic species
|
integer | nrgazm |
| maximal number of global reactions in gas phase
|
integer | iatc |
integer | iath |
integer | iato |
integer | iatn |
integer | iats |
character(len=150), dimension(ngazgm) | nomcog |
| name of global species
|
character(len=12), dimension(ngazem) | nomcoe |
| name of elementary species
|
integer, pointer, save | npo |
| number of tabulation points
|
integer, pointer, save | ngaze |
| number of elementary gas components
|
integer, pointer, save | ngazg |
| number of global species
|
integer, pointer, save | nato |
| number of atomic species
|
integer, pointer, save | nrgaz |
| number of global reactions in gas phase
|
integer, pointer, save | iio2 |
| rank of O2 in gas composition
|
integer, save | iih2o |
| rank of H2O in gas composition
|
integer, pointer, save | iico2 |
| rank of CO2 in gas composition
|
integer, save | iico |
| rank of CO in gas composition
|
integer, pointer, save | iic |
| rank of C in gas composition
|
integer, dimension(nrgazm), save | igfuel |
| rank of fuel in the r-th reaction
|
integer, dimension(nrgazm), save | igoxy |
| rank of oxydiser in the r-th reaction
|
integer, dimension(nrgazm), save | igprod |
| rank of products in the r-th reaction
|
double precision, dimension(ngazgm), save | nreact |
| stoechiometric coefficient of global species
|
real(c_double), dimension(:), pointer, save | th |
| temperature (in K)
|
double precision, dimension(ngazgm, npot), save | ehgazg |
| massic enthalpy (J/kg) of the i-th global secies at temperature th(j)
|
real(c_double), dimension(:,:), pointer, save | cpgazg |
| cpgazg(ij) is the massic calorific capacity (J/kg/K) of the i-th global secies at temperature th(j)
|
real(c_double), dimension(:), pointer, save | wmole |
| molar mass of an elementary gas component
|
real(c_double), dimension(:), pointer, save | wmolg |
| molar mass of a global species
|
real(c_double), dimension(:), pointer, save | wmolat |
| molar mass of atoms
|
double precision, dimension(ngazgm, nrgazm), save | stoeg |
| Stoichiometry in reaction global species. Negative for the reactants, and positive for the products.
|
real(c_double), dimension(:), pointer, save | fs |
| Mixing rate at the stoichiometry.
|
double precision, dimension(ngazgm), save | ckabsg |
| Absorption coefficient of global species.
|
real(c_double), pointer, save | xco2 |
| Molar coefficient of CO2.
|
real(c_double), pointer, save | xh2o |
| Molar coefficient of H2O.
|