|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <SimulationInfoImp.h>
Public Member Functions | |
| void | setTimeInfo (std::shared_ptr< TimeInfo > timeInfo) |
| std::string | getKernelName () |
| double | getViscosity () |
| std::string | getSimulationName () |
| std::string | getSimulationParameterString () |
| int | getLx () |
| int | getNumberOfSimulations () |
| int | getSimulationID () |
| std::string | getRunTimeOutput () |
| std::vector< std::string > | getDataToCalcTests () |
Public Member Functions inherited from SimulationInfo | |
| virtual | ~SimulationInfo ()=default |
Protected Member Functions | |
| SimulationInfoImp () | |
| SimulationInfoImp (int simID, std::string kernel, double viscosity, int lx, int numberOfSimulations, std::string simulationName, std::vector< std::string > dataToCalcTests) | |
Protected Attributes | |
| double | viscosity |
| std::string | kernelName |
| std::string | simulationName |
| std::string | simulationParameterString |
| int | lx |
| int | numberOfSimulations |
| int | simID |
| std::shared_ptr< TimeInfo > | timeInfo |
| std::vector< std::string > | dataToCalcTests |
Definition at line 42 of file SimulationInfoImp.h.
|
inlineprotected |
Definition at line 58 of file SimulationInfoImp.h.
|
protected |
Definition at line 68 of file SimulationInfoImp.h.
|
protected |
Definition at line 62 of file SimulationInfoImp.h.
|
protected |
Definition at line 65 of file SimulationInfoImp.h.
|
protected |
Definition at line 66 of file SimulationInfoImp.h.
|
protected |
Definition at line 66 of file SimulationInfoImp.h.
|
protected |
Definition at line 63 of file SimulationInfoImp.h.
|
protected |
Definition at line 64 of file SimulationInfoImp.h.
|
protected |
Definition at line 67 of file SimulationInfoImp.h.
|
protected |
Definition at line 61 of file SimulationInfoImp.h.