|
lbm_reference
|
Include dependency graph for main_lbm_reference.cpp:Go to the source code of this file.
Macros | |
| #define | RealType float |
Functions | |
| int | main (int argc, char **argv) |
| Main function. More... | |
Definition in file main_lbm_reference.cpp.
| #define RealType float |
Definition at line 6 of file main_lbm_reference.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Main function.
Runs a Lattice Boltzmann simulation according to the configuration file given.
| [in] | configFileName | string Path to the configuration file |
Definition at line 21 of file main_lbm_reference.cpp.
References lbm::LBM< T >::run().
1.8.3.1