programmer's documentation
Variables
Additional user files

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 $ \texttt{usrf01} $ to $ \texttt{usrf10} $ . 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 $ \texttt{usrf01.n\_0001} $ to $ \texttt{usrf10.n\_0001} $ and from $ \texttt{usrf01.n\_0002} $ to $ \texttt{usrf10.n\_0002} $ . 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...
 

Detailed Description

Variable Documentation

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 $ \texttt{usrf01} $ to $ \texttt{usrf10} $ . 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 $ \texttt{usrf01.n\_0001} $ to $ \texttt{usrf10.n\_0001} $ and from $ \texttt{usrf01.n\_0002} $ to $ \texttt{usrf10.n\_0002} $ . 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