My Project
programmer's documentation
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_merged
 
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_merged
 
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

◆ n_g_cumulative_failed

cs_gnum_t n_g_cumulative_failed

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

◆ n_g_cumulative_total

cs_gnum_t n_g_cumulative_total

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

◆ n_g_deposited

cs_gnum_t n_g_deposited

number of deposited particles

◆ n_g_exit

cs_gnum_t n_g_exit

number of exited particles

◆ n_g_failed

cs_gnum_t n_g_failed

total number of failed particles

◆ n_g_fouling

cs_gnum_t n_g_fouling

number of fouling particles

◆ n_g_merged

cs_gnum_t n_g_merged

number of merged particles

◆ n_g_new

cs_gnum_t n_g_new

total number of particles

◆ n_g_resuspended

cs_gnum_t n_g_resuspended

number of re-entrained particles

◆ n_g_total

cs_gnum_t n_g_total

total number of particles

◆ w_deposited

cs_real_t w_deposited

weight of deposited particles

◆ w_exit

cs_real_t w_exit

weight of exited particles

◆ w_fouling

cs_real_t w_fouling

number of fouling particles

◆ w_merged

cs_real_t w_merged

weight of merged particles

◆ w_new

cs_real_t w_new

weight of new particles

◆ w_resuspended

cs_real_t w_resuspended

weight of resuspended particles

◆ w_total

cs_real_t w_total

total weight of particles


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