Module for input/output.
More...
|
| integer, save | nfecra |
| | standard output More...
|
| |
| integer, save | keylbl = -1 |
| | field key for output label (label field keyword). More...
|
| |
| integer, save | keylog = -1 |
| | field key for logging (log field keyword). More...
|
| |
| integer, save | keyvis = -1 |
| | field key for postprocessing output (post_vis field keyword). More...
|
| |
| character(len=64), save | ficrad |
| | 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 | imprad |
| |
| integer | nusrmx |
| | maximal number of user files More...
|
| |
| integer, dimension(nusrmx), save | impusr |
| | unit numbers fo potential user specified files. Useful if and only if the user needs files (therefore always useful, by security) More...
|
| |