programmer's documentation
Variables
Time scheme, turbulent disperion and Poisson's equation

Variables

integer, save nor
 number of lagrangian under step (1 or 2) More...
 
integer, save nordre
 order of integration for the stochastic differential equations More...
 
integer, save modcpl
 activates (>0) or not (=0) the complete turbulent dispersion model. When modcpl is strictly positive, its value is interpreted as the absolute Lagrangian time step number (including restarts) after which the complete model is applied. Since the complete model uses volume statistics, modcpl must either be 0 or be larger than idstnt. Useful if istala = 1 More...
 
integer, save idirla
 direction (1=x, 2=y, 3=z) of the complete model. it corresponds to the main directions of the flow. Useful if modcpl > 0 More...
 
integer, save idistu
 activation (=1) or not (=0) of the particle turbulent dispersion. The turbulent dispersion is compatible only with the RANS turbulent models ( $k-\varepsilon$, $R_{ij}-\varepsilon$, v2f or $k-\omega$). (iturb=20, 21, 30, 31, 50 or 60). More...
 
integer, save idiffl
 idiffl=1 suppresses the crossing trajectory effect, making turbulent dispersion for the particles identical to the turbulent diffusion of fluid particles. Useful if idistu=1 More...
 
integer, save ilapoi
 activation (=1) or not (=0) of the solution of a Poisson's equation for the correction of the particle instantaneous velocities (in order to obtain a null divergence). this option is not validated and reserved to the development team. Do not change the default value More...
 

Detailed Description

Variable Documentation

◆ idiffl

integer, save idiffl

idiffl=1 suppresses the crossing trajectory effect, making turbulent dispersion for the particles identical to the turbulent diffusion of fluid particles. Useful if idistu=1

◆ idirla

integer, save idirla

direction (1=x, 2=y, 3=z) of the complete model. it corresponds to the main directions of the flow. Useful if modcpl > 0

◆ idistu

integer, save idistu

activation (=1) or not (=0) of the particle turbulent dispersion. The turbulent dispersion is compatible only with the RANS turbulent models ( $k-\varepsilon$, $R_{ij}-\varepsilon$, v2f or $k-\omega$). (iturb=20, 21, 30, 31, 50 or 60).

◆ ilapoi

integer, save ilapoi

activation (=1) or not (=0) of the solution of a Poisson's equation for the correction of the particle instantaneous velocities (in order to obtain a null divergence). this option is not validated and reserved to the development team. Do not change the default value

◆ modcpl

integer, save modcpl

activates (>0) or not (=0) the complete turbulent dispersion model. When modcpl is strictly positive, its value is interpreted as the absolute Lagrangian time step number (including restarts) after which the complete model is applied. Since the complete model uses volume statistics, modcpl must either be 0 or be larger than idstnt. Useful if istala = 1

◆ nor

integer, save nor

number of lagrangian under step (1 or 2)

◆ nordre

integer, save nordre

order of integration for the stochastic differential equations

  • = 1 integration using a first-order scheme
  • = 2 integration using a second-order scheme