File that parses the input file for the lognormal integration example. More...
#include "inputs.h"#include "GetPot.h"
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 |
| Verbose mode or not. | |
| double | dt |
| Time step (in seconds) | |
| double | mu_g |
| double | std_g |
| double | mean_path |
File that parses the input file for the lognormal integration example.
In this example it reads the file lognormal_int.input according to GetPot rules. The details of input file parsing are omitted as they are documented in detail in /examples/Brownian_Coagulation/Brownian_coagulation_inputs.c.
1.7.2