|
programmer's documentation
|
Variables | |
| character(len=32), save | ficfpp |
| name of the thermochemical data file. The launch script is designed to copy the user specified thermochemical data file in the temporary execution directory under the name dp_thch, for Code_Saturne to open it properly. Should the value of ficfpp be changed, the launch script would have to be adapted. Useful in case of gas or pulverised coal combustion. More... | |
| integer, save | impfpp |
| logical unit of the thermochemical data file. Useful in case of gas or pulverised coal combustion or electric arcs; More... | |
| integer, save | indjon |
| perform 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=13), dimension(nusrmx), save | ficusr |
name of the potential user specified files. In the case of a non-parallel calculation, the suffix applied the file name is a two digit number: from to . In the case of a parallel-running calculation, the four digit processor index-number is added to the suffix. For instance, for a calculation running on two processors: from to and from to . The opening, closing, format and location of these files must be managed by the user. 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. The launch script is designed to copy the user specified thermochemical data file in the temporary execution directory under the name dp_thch, for Code_Saturne to open it properly. Should the value of ficfpp be changed, the launch script would have to be adapted. Useful in case of gas or pulverised coal combustion.
| character(len=32), save ficmet |
Input files for the atmospheric specific physics (name of the meteo profile file)
| character(len=13), dimension(nusrmx), save ficusr |
name of the potential user specified files. In the case of a non-parallel calculation, the suffix applied the file name is a two digit number: from
to
. In the case of a parallel-running calculation, the four digit processor index-number is added to the suffix. For instance, for a calculation running on two processors: from
to
and from
to
. The opening, closing, format and location of these files must be managed by the user. useful if and only if the user needs files (therefore always useful, by security)
| integer, save impfpp |
logical unit of the thermochemical data file. Useful in case of gas or pulverised 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 |
perform Janaf (=1) or not (=0)
| integer nusrmx |
maximal number of user files
1.8.7