|
character *80, dimension(nvppmx),
save | nomvar |
| name of the variables (unknowns, physical properties ...): used in the execution listing, in the post-processing files, etc. If not initialised, the code chooses the manes by default. It is recommended not to define variable names of more than 16 characters, to get a clear execution listing (some advanced writing levels take into account only the first 16 characters). always useful} More...
|
|
integer, dimension(nvarmx), save | ipprtp |
| locator pointer vor variables output More...
|
|
integer, dimension(npromx), save | ipppro |
| locator pointer vor variables output More...
|
|
integer, save | ippdt |
| locator pointer vor variables output More...
|
|
integer, save | ipptx |
| locator pointer vor variables output More...
|
|
integer, save | ippty |
| locator pointer vor variables output More...
|
|
integer, save | ipptz |
| locator pointer vor variables output More...
|
|
integer, dimension(nvppmx), save | ilisvr |
| for every quantity (variable, physical or numerical property ...), indicator concerning the writing in the execution report file default value (-999) is automatically converted into 1 if the concerned quantity is one of the main variables (pressure, velocity, turbulence, scalar), the density, the time step if idtvar > 0 or the turbulent viscosity. Otherwise converted into 0. = 1: writing in the execution listing. = 0: no writing. More...
|
|
integer, dimension(nvppmx), save | itrsvr |
| index of a variable if ipp corresponds to a determined variable (p,u,k...) 0 si ipp corresponds to an annex variable (cp, mut...) or to nothing. More...
|
|
integer, save | ntlist |
| writing period in the execution report file. More...
|
|
integer, dimension(nvppmx), save ilisvr |
for every quantity (variable, physical or numerical property ...), indicator concerning the writing in the execution report file default value (-999) is automatically converted into 1 if the concerned quantity is one of the main variables (pressure, velocity, turbulence, scalar), the density, the time step if idtvar > 0 or the turbulent viscosity. Otherwise converted into 0. = 1: writing in the execution listing. = 0: no writing.
character*80, dimension(nvppmx), save nomvar |
name of the variables (unknowns, physical properties ...): used in the execution listing, in the post-processing files, etc. If not initialised, the code chooses the manes by default. It is recommended not to define variable names of more than 16 characters, to get a clear execution listing (some advanced writing levels take into account only the first 16 characters). always useful}