|
integer, save | ilvx |
| mean dispersed phase velocity X component More...
|
|
integer, save | ilvy |
| mean dispersed phase velocity Y component More...
|
|
integer, save | ilvz |
| mean dispersed phase velocity Z component More...
|
|
integer, save | ilpd |
| sum of the statistical weights More...
|
|
integer, save | ilfv |
| dispersed phase volumetric concentration More...
|
|
integer, save | ilts |
| recidence time More...
|
|
integer, save | iltp |
| phase temperature ( ) More...
|
|
integer, save | ildp |
| dispersed phase mean diameter More...
|
|
integer, save | ilmp |
| dispersed phase mean mass More...
|
|
integer, dimension(nlayer), save | ilhp |
| temperature of the coal particle cloud ( ) More...
|
|
integer, save | ilmwat |
| water mass More...
|
|
integer, dimension(nlayer), save | ilmch |
| mass of reactive coal of the coal particle cloud More...
|
|
integer, dimension(nlayer), save | ilmck |
| mass of coke of the coal particle cloud More...
|
|
integer, save | ildck |
| shriking core diameter More...
|
|
integer, dimension(nussta), save | ilvu |
| supplementary user volumetric statistics More...
|
|
integer, save | iactfv |
|
integer, save | iactvx |
|
integer, save | iactvy |
|
integer, save | iactvz |
|
integer, save | iactts |
|
integer, save | istala |
| activation (=1) or not (=0) of the calculation of the volume statistics related to the dispersed phase. if istala = 1, the calculation of the statistics is activated starting from the absolute iteration (including the restarts) idstnt. by default, the statistics are not steady (reset to zero at every Lagrangian iteration). But if isttio=1, since the flow is steady, the statistics will be averaged over the different time steps. the statistics represent the significant results on the particle cloud More...
|
|
integer, save | isuist |
|
integer, save | nvlsts |
| number of additional user volume statistic the additional statistics (or their cumulated value in the steady case) can be accessed in the array statis by means of the pointer ilvu: statis(iel,ilvu(ii)) (iel is the cell index-number and ii an integer between 1 and nvlsts). Useful if istala = 1 More...
|
|
integer, save | idstnt |
| absolute Lagrangian iteration number (includings the restarts) after which the calculation of the volume statistics is activated. Useful if istala = 1 More...
|
|
integer, save | nstist |
|
integer, save | npst |
| number of iterations during which steady volume statistics have been cumulated. Useful if istala=1, isttio=1 and if nstist is inferior or equal to the current Lagrangian iteration. npst is initialized and updated automatically by the code, its value is not to be modified by the user More...
|
|
integer, save | npstt |
| number of iterations during which volume statistics have been calculated (the potential iterations during which unsteady statistics have been calculated are counted in npstt). Useful if istala=1. npstt is initialized and updated automatically by the code, its value is not to be modified by the user More...
|
|
double precision, save | tstat |
| if the volume statistics are calculated in a steady way, tstat represents the physical time during which the statistics have been cumulated. if the volume statistics are calculated in a unsteady way, then tstat=dtp (it is the Lagrangian time step, because the statistics are reset to zero at every iteration). Useful if istala=1. tstat is initialized and updated automatically by the code, its value is not to be modified by the user More...
|
|
double precision, save | seuil |
| every cell of the calculation domain contains a certain quantity of particles, representing a certain statistical weight (sum of the statistical weights of all the particles present in the cell). seuil is the limit statistical weight value, below which the contribution of the cell in term of statistical weight is not taken into account in the volume statistics (for the complete turbulent dispersion model, in the Poisson's equation used to correct the mean velocities or in the listing and post-processing outputs). Useful if istala = 1 More...
|
|
character(len=32), dimension(nvplmx), save | nomlag |
| name of the volumetric statistics, displayed in the listing and the post-processing files. The default value is given above, with "XXXX" representing a four digit number (for instance 0001, 0011 ...). Useful if istala = 1. Warning: this name is also used to reference information in the restart file (isuist =1). If the name of a variable is changed between two calculations, it will not be possible to read its value from the restart file More...
|
|
character(len=32), dimension(nvplmx), save | nomlav |
|
integer, dimension(nvplmx), save | ihslag |
| historic statistics options More...
|
|
integer, save | nbclst |
| statistic per zone and per class More...
|
|