Variables

External_variables

Definition of variables as extern in user_defined_functions.c. 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 verbose_mode
 Verbose mode or not.

Detailed Description

Definition of variables as extern in user_defined_functions.c.

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