Variables

particles/particle.h File Reference

Global variables for all functions in in the src/particles directory. More...

Go to the source code of this file.

Variables

int ilp
int iup
int jlp
int jup
int klp
int kup
Real x1lpar
Real x1upar
Real x2lpar
Real x2upar
Real x3lpar
Real x3upar
Realtstop0
 Array of particle stopping time (for tstop=const) for each particle type.
Realgrrhoa
 an array of particle solid density times particle size in normalized unit
Real alamcoeff
 coefficient for the calculation of a/lambda
int ncell
 number of neighbouring cells involved in 1D interpolation
Real vshear
 Shear velocity.

Detailed Description

Global variables for all functions in in the src/particles directory.

Definition in file particle.h.


Variable Documentation

coefficient for the calculation of a/lambda

Definition at line 37 of file particle.h.

Referenced by dump_restart(), get_ts_general(), init_particle(), problem(), and restart_grids().

an array of particle solid density times particle size in normalized unit

Definition at line 34 of file particle.h.

Referenced by dump_restart(), get_ts_epstein(), get_ts_general(), init_particle(), particle_destruct(), problem(), and restart_grids().

int ilp
int iup
int jlp
int jup
int klp
int kup
int ncell

number of neighbouring cells involved in 1D interpolation

Definition at line 42 of file particle.h.

Referenced by distrFB_corr(), distrFB_pred(), getvalues(), init_particle(), and particle_to_grid().

Array of particle stopping time (for tstop=const) for each particle type.

Definition at line 30 of file particle.h.

Referenced by dump_restart(), get_ts_fixed(), init_particle(), ParticleTroj(), ParticleVel(), problem(), and restart_grids().