9.0
general documentation
Loading...
Searching...
No Matches
ppthch Module Reference

Functions/Subroutines

subroutine thch_models_init ()
 Initialize Fortran combustion models properties API. This maps Fortran pointers to global C variables.

Variables

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
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, pointer, save iico2
 rank of CO2 in gas composition
integer, pointer, save iic
 rank of C in gas composition
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
real(c_double), dimension(:), pointer, save fs
 Mixing rate at the stoichiometry.
real(c_double), dimension(:), pointer, 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.

Function/Subroutine Documentation

◆ thch_models_init()

subroutine thch_models_init

Initialize Fortran combustion models properties API. This maps Fortran pointers to global C variables.