|
programmer's documentation
|
#include <cs_lagr.h>

Data Fields | |
| int | nusbor |
| int | npstf |
| int | npstft |
| int | has_part_impact_nbr |
| int | iflmbd |
| int | iangbd |
| int | ivitbd |
| int | iclgst |
| int | iencnbbd |
| int | iencmabd |
| int | iencdibd |
| int | iencckbd |
| int | inbr |
| int | iflm |
| int | iang |
| int | ivit |
| int | ires |
| int | iflres |
| int | iencnb |
| int | iencma |
| int | iencdi |
| int | iencck |
| int * | iusb |
| int * | imoybr |
| int | inclg |
| int | inclgt |
| int | iclogt |
| int | iclogh |
| int | iscovc |
| int | ihdepm |
| int | ihdepv |
| int | ihdiam |
| int | ihsum |
| cs_real_t | tstatp |
| char ** | nombrd |
Boundary interactions statistics parameters
| int has_part_impact_nbr |
activation (=1) or not (=0) of the recording of the number of particle/boundary interactions, and of the calculation of the associated boundary statistics. has_part_impact_nbr is set to 1 when using the particulate average imoybr = 2.
| int iang |
id for mean interaction angle with the boundary faces
| int iangbd |
activation (=1) or not (=0) of the recording of the angle between a particle trajectory and a boundary face involved in a particle/boundary interaction, and of the calculation of the associated boundary statistics.
| int iclgst |
activation (=1) or not (=0) of the recording of clogging parameters involved in a particle/boundary interaction, and of the calculation of the associated boundary statistics.
| int iclogh |
id for particle consolidation height
| int iclogt |
id for particle deposition time
| int iencck |
id for coke fraction of fouled coal particles
| int iencckbd |
flag for coke fraction of fouled coal particles
| int iencdi |
id for diameter of fouled coal particles
| int iencdibd |
flag for diameter of fouled coal particles
| int iencma |
id for mass of fouled coal particles
| int iencmabd |
flag for mass of fouled coal particles
| int iencnb |
flag for number of recorded particle/boundary interactions with fouling
| int iencnbbd |
flag for number of recorded particle/boundary interactions with fouling
| int iflm |
id for particle mass flow at the boundary faces
| int iflmbd |
activation (=1) or not (=0) of the recording of the particulate mass flow related to the particle/boundary interactions, and of the calculation of the associated boundary statistics. has_part_impact_nbr is set to 1 when using iflmbd=1.
| int iflres |
id for mass flow of resuspended particles at the boundary faces
| int ihdepm |
| int ihdepv |
| int ihdiam |
| int ihsum |
| int* imoybr |
the recordings in bound_stat at every particle/boundary interaction are cumulated values (possibly reset to zero at every iteration in the unsteady case). They must therefore be divided by a quantity to get boundary statistics. The user can choose between two average types:
| int inbr |
id for number of particle/boundary interactions
| int inclg |
id for number of deposited particles
| int inclgt |
id for particle deposition part
| int ires |
id for number of resuspended particles
| int iscovc |
id for particle surface coverage
| int* iusb |
supplementary user boundary statistics
| int ivit |
id for mean interaction velocity with the boundary faces
| int ivitbd |
activation (=1) or not (=0) of the recording of the velocity of a particle involved in a particle/boundary interaction, and of the calculation of the associated boundary statistics.
| char** nombrd |
name of the boundary statistics, displayed in the log and the post-processing files. 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
| int npstf |
number of iterations during which steady boundary statistics have been accumulated. Useful if isttio=1 and nstist inferior or equal to the current time step. npstf is initialized and updated automatically by the code, its value is not to be modified by the user
| int npstft |
| int nusbor |
number of additional user data to record for the calculation of additional boundary statistics in bound_stat
| cs_real_t tstatp |
If the recording of the boundary statistics is steady, tstatp contains the cumulated physical duration of the recording of the boundary statistics. If the recording of the boundary statistics is unsteady, then tstatp = dtp (it is the Lagrangian time step, because the statistics are reset to zero at every time step).
1.8.13