Variables

Global_variables

Defintion of variables that are read in inputs.c and used as extern elsewhere.. More...

Variables

double pi
 Value of pi (pi = 3.14159265)
double kb
 Value of the Boltzmann Constant (kb = 1.38e-23 J/K)
double rho
 Density of monomer particle (kg/m^3)
double dia
 Diameter of the monomer (m)
double visc
 Viscosity of the gas in the medim (Pa s)
double Tgas
 Temeprature of the gas comprising the medim (K)
double init_num
 Initial number concentration of the dispersion (# / m^3)
int num_steps
 Total number of time steps.
int verbose_mode
 Time interval in which to print solutions.
double dt
 Time step (in seconds)
double mu_g
 Geometric mean of the intial log-normal distribution for particle volumes.
double std_g
 Geometric standard deviation of the intial log-normal distribution for particle volumes.

Detailed Description

Defintion of variables that are read in inputs.c and used as extern elsewhere..

These variables are read from the input file Brownian_Coagulation.input by inputs.c. These variables are declared and defined in the file inputs.c

All Classes Files Functions Variables Typedefs Friends Defines