|
programmer's documentation
|
|
Variables | |
| integer, save | ineedy |
| integer, save | imajdy |
| integer, save | icdpar |
Specifies the method used to calculate the distance to the wall y and the non-dimensional distance for all the cells of the calculation domain (when necessary): More... | |
| integer, save | ntcmxy |
to the wall .useful when icdpar 0 for the calculation of . More... | |
| double precision, save | coumxy |
| Target Courant number for the calculation of the non-dimensional distance to the wall useful when icdpar 0 for the calculation of . More... | |
| double precision, save | epscvy |
| relative precision for the convergence of the pseudo-transient regime for the calculation of the non-dimensional distance to the wall useful when icdpar 0 for the calculation of . More... | |
| double precision, save | yplmxy |
value of the non-dimensional distance to the wall above which the calculation of the distance is not necessary (for the damping) useful when icdpar 0 for the calculation of . More... | |
| double precision, save coumxy |
Target Courant number for the calculation of the non-dimensional distance to the wall
useful when icdpar
0 for the calculation of
.
| double precision, save epscvy |
relative precision for the convergence of the pseudo-transient regime for the calculation of the non-dimensional distance to the wall
useful when icdpar
0 for the calculation of
.
| integer, save icdpar |
Specifies the method used to calculate the distance to the wall y and the non-dimensional distance
for all the cells of the calculation domain (when necessary):
), with reading of the distance to the wall from the restart file if possible
), with systematic recalculation of the distance to the wall in case of calculation restart
model with wall echo (iturb=30 and irijec=1), in LES with van Driest damping (iturb=40 and idries=1) and in
SST (iturb=60). By default, icdpar is initialised to -1, in case there has been a change in the definition of the boundary conditions between two computations (change in the number or the positions of the walls). Yet, with the
SST model, the distance to the wall is needed to calculate the turbulent viscosity, which is done before the calculation of the distance to the wall. Hence, when this model is used (and only in that case), icdpar is set to 1 by default, to ensure total continuity of the calculation at restart. As a consequence, with the
SST model, if the number and positions of the walls are changed at a calculation restart, it is mandatory for the user to set icdpar explicitly to -1, otherwise the distance to the wall used will not correspond to the actual position of the walls.| integer, save imajdy |
| integer, save ineedy |
| integer, save ntcmxy |
to the wall
.
useful when icdpar
0 for the calculation of
.
| double precision, save yplmxy |
value of the non-dimensional distance to the wall above which the calculation of the distance is not necessary (for the damping) useful when icdpar
0 for the calculation of
.
1.8.13