Re: Troubles with Pulverized coal and slagging TUTORIAL
Posted: Fri Nov 28, 2014 12:28 pm
Ok, so, my next doubts are:
-|Doubt no.1 |--------------------------------------------------------------------------------------------------------------------------------------------
According to what you said, the src/lagr/lagsta.f90, I guess, copied in the DATA folder of a certain simulation would perform the statistical calculation on a certain volume (so-called "statistiques globales" in lagsta.f90, I guess) or a boundary (so-called "statistiques globales" in lagsta.f90, I guess too).
According to what I can read on the "lagsta.f90" file in line no. 391, for example, after other calculations, a command seems to express an estatistical operation so:
stativ(iel,ildck) = stativ(iel,ildck) &
+ tepa(npt,jrpoi)*tepa(npt,jrdck)*tepa(npt,jrdck)
...assigns the variance ("stativ") of a certain volumetric variable "ildck" (which meaning I can't find within the .f90 file ) of a certain particle ("iel") to the result of the operation "stativ(iel,ildck) + tepa(npt,jrpoi)*tepa(npt,jrdck)*tepa(npt,jrdck)"
is this approach correct?
-|Doubt no.2 |--------------------------------------------------------------------------------------------------------------------------------------------
As I can see in the 3.3.0 practical user's guide (page 47/203), a suplementary user volumetric statistic could be defined via "ilvu(ii)" pointer, so....
- Where is this supplementary pointer defined?
- How is this pointer linked with the .XML volume statistics Variable Name (mean value) "NOMLAG", Variable Name (variance value) "NOMLAV" and post-processing control "IACTFV"?
-|Doubt no.3 |--------------------------------------------------------------------------------------------------------------------------------------------
In the slagging tutorial, the boundary statistics variables "Part_fouled_impact_number"/"Part_fouled_mass_flux"/"Part_fouled_diam"/"Part_fouled_mass_Xck"...seems to be "supplementary" (due to these variables does not appear in the standard lagrangian calculation unless the combustion/slagging models are active)
Where can be seen the operations which results ares stored on the aforementioned boundary statistic variables?
Kind regads and thanks in advance
-|Doubt no.1 |--------------------------------------------------------------------------------------------------------------------------------------------
According to what you said, the src/lagr/lagsta.f90, I guess, copied in the DATA folder of a certain simulation would perform the statistical calculation on a certain volume (so-called "statistiques globales" in lagsta.f90, I guess) or a boundary (so-called "statistiques globales" in lagsta.f90, I guess too).
According to what I can read on the "lagsta.f90" file in line no. 391, for example, after other calculations, a command seems to express an estatistical operation so:
stativ(iel,ildck) = stativ(iel,ildck) &
+ tepa(npt,jrpoi)*tepa(npt,jrdck)*tepa(npt,jrdck)
...assigns the variance ("stativ") of a certain volumetric variable "ildck" (which meaning I can't find within the .f90 file ) of a certain particle ("iel") to the result of the operation "stativ(iel,ildck) + tepa(npt,jrpoi)*tepa(npt,jrdck)*tepa(npt,jrdck)"
is this approach correct?
-|Doubt no.2 |--------------------------------------------------------------------------------------------------------------------------------------------
As I can see in the 3.3.0 practical user's guide (page 47/203), a suplementary user volumetric statistic could be defined via "ilvu(ii)" pointer, so....
- Where is this supplementary pointer defined?
- How is this pointer linked with the .XML volume statistics Variable Name (mean value) "NOMLAG", Variable Name (variance value) "NOMLAV" and post-processing control "IACTFV"?
-|Doubt no.3 |--------------------------------------------------------------------------------------------------------------------------------------------
In the slagging tutorial, the boundary statistics variables "Part_fouled_impact_number"/"Part_fouled_mass_flux"/"Part_fouled_diam"/"Part_fouled_mass_Xck"...seems to be "supplementary" (due to these variables does not appear in the standard lagrangian calculation unless the combustion/slagging models are active)
Where can be seen the operations which results ares stored on the aforementioned boundary statistic variables?
Kind regads and thanks in advance
