| 
    My Project
    
   programmer's documentation 
   | 
 
Variables | |
| character(len=32), save | ficfpp | 
| name of the thermochemical data file for combustion.  More... | |
| integer, save | impfpp | 
| logical unit of the thermochemical data file. Useful in case of gas or pulverized coal combustion or electric arcs;  More... | |
| integer, save | indjon | 
| use Janaf (=1) or not (=0)  More... | |
| character(len=32), save | ficmet | 
| Input files for the atmospheric specific physics (name of the meteo profile file)  More... | |
| integer, save | impmet | 
| logical unit of the meteo profile file  More... | |
| integer | nusrmx | 
| maximal number of user files  More... | |
| integer, dimension(nusrmx), save | impusr | 
| unit numbers for potential user specified files. Useful if and only if the user needs files (therefore always useful, by security)  More... | |
| character(len=32), save ficfpp | 
name of the thermochemical data file for combustion.
Useful in case of gas or pulverized coal combustion.
| character(len=32), save ficmet | 
Input files for the atmospheric specific physics (name of the meteo profile file)
| integer, save impfpp | 
logical unit of the thermochemical data file. Useful in case of gas or pulverized coal combustion or electric arcs;
| integer, save impmet | 
logical unit of the meteo profile file
| integer, dimension(nusrmx), save impusr | 
unit numbers for potential user specified files. Useful if and only if the user needs files (therefore always useful, by security)
| integer, save indjon | 
use Janaf (=1) or not (=0)
| integer nusrmx | 
maximal number of user files
 1.8.16