programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
cs_lagr_particle_counter_t Struct Reference

#include <cs_lagr.h>

Collaboration diagram for cs_lagr_particle_counter_t:
Collaboration graph

Data Fields

cs_gnum_t n_g_cumulative_total
 
cs_gnum_t n_g_cumulative_failed
 
cs_gnum_t n_g_total
 
cs_gnum_t n_g_new
 
cs_gnum_t n_g_exit
 
cs_gnum_t n_g_deposited
 
cs_gnum_t n_g_fouling
 
cs_gnum_t n_g_resuspended
 
cs_gnum_t n_g_failed
 
cs_real_t w_total
 
cs_real_t w_new
 
cs_real_t w_exit
 
cs_real_t w_deposited
 
cs_real_t w_fouling
 
cs_real_t w_resuspended
 

Detailed Description

Particle counters for the Lagrangian module

Field Documentation

cs_gnum_t n_g_cumulative_failed

total number of failed particles, since the beginning, including calculation restarts

cs_gnum_t n_g_cumulative_total

total number of injected particles, since the beginning, including calculation restarts

cs_gnum_t n_g_deposited

number of deposited particles

cs_gnum_t n_g_exit

number of exited particles

cs_gnum_t n_g_failed

total number of failed particles

cs_gnum_t n_g_fouling

number of fouling particles

cs_gnum_t n_g_new

total number of particles

cs_gnum_t n_g_resuspended

number of re-entrained particles

cs_gnum_t n_g_total

total number of particles

cs_real_t w_deposited

weight of deposited particles

cs_real_t w_exit

weight of exited particles

cs_real_t w_fouling

number of fouling particles

cs_real_t w_new

weight of new particles

cs_real_t w_resuspended

weight of resuspended particles

cs_real_t w_total

total weight of particles


The documentation for this struct was generated from the following file: