File that parses the input file for the Design Fire example. More...
#include "inputs.h"#include "GetPot.h"
Variables | |
| int | num_steps |
| Total number of time steps. | |
| int | verbose_mode |
| Verbose mode or not. | |
| double | dt |
| Time step (in seconds) | |
| double | Ar |
| double | Z0 |
| double | rhoa |
| double | Ca |
| double | Ta |
| double | g |
| double | aLc |
| double | aLr |
| double | Zf_factor |
| double | tcrit |
| double | b1 |
| double | b2 |
| double | b3 |
File that parses the input file for the Design Fire example.
In this example it reads the file Fokker_Planck.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