|
integer, save | nfecra |
| standard output More...
|
|
integer, dimension(nvarmx), save | iwarni |
| characterises the level of detail of the outputs for the variable ivar (from 1 to nvar). The quantity of information increases with its value. Impose the value 0 or 1 for a reasonable listing size. Impose the value 2 to get a maximum quantity of information, in case of problem during the execution. Always useful. More...
|
|
integer, save | impmvo |
| unit of the upstream restart file for the vortex method. Useful if and only if isuivo=1 and ivrtex=1. More...
|
|
integer, save | impvvo |
| unit of the downstream restart file for the vortex method. Useful if and only if ivrtex=1. More...
|
|
integer, save | impdvo |
| unit of the ficvor data files for the vortex method. These files are text files. Their number and names are specified by the user in the usvort subroutine. (Although it corresponds to an 'upstream' data file, impdvo is initialized to 20 because, in case of multiple vortex entries, it is opened at the same time as the ficmvo upstream restart file, which already uses unit 11) useful if and only if ivrtex=1 More...
|
|
character *13, save | ficdat |
| name of file, see usvort module. More...
|
|
integer, save | ntsuit |
| saving period of the restart filesy5 More...
|
|
integer, dimension(nvppmx), save | ichrvr |
| in post post processing output nth variable if ichrvr(n)=1 for each quantity defined at the cell centres (physical or numerical variable), indicator of whether it should be post-processed or not More...
|
|
integer, dimension(nvppmx), save ichrvr |
in post post processing output nth variable if ichrvr(n)=1 for each quantity defined at the cell centres (physical or numerical variable), indicator of whether it should be post-processed or not
- -999: not initialised. By default, the post-processed quantities are the unknowns (pressure, velocity,
,
,
,
,
,
, scalars), density,turbulent viscosity and the time step if is not uniform.
- 0: not post-processed.
- 1: post-processed.
Useful if and only if the variable is defined at the cell centers: calculation variable, physical property (time step, density, viscosity, specific heat) or turbulent viscosity if iturb >= 10