|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <SimulationParameterImp.h>
Public Member Functions | |
| double | getViscosity () |
| std::string | getGridPath () |
| std::string | getFilePath () |
| unsigned int | getNumberOfGridLevels () |
| unsigned int | getEndTime () |
| unsigned int | getTimeStepLength () |
| unsigned int | getLx () |
| unsigned int | getLz () |
| unsigned int | getL0 () |
| std::vector< unsigned int > | getDevices () |
| double | getMaxVelocity () |
| std::shared_ptr< KernelConfiguration > | getKernelConfiguration () |
Public Member Functions inherited from SimulationParameter | |
| virtual | ~SimulationParameter ()=default |
Protected Member Functions | |
| SimulationParameterImp () | |
| SimulationParameterImp (std::string kernelName, double viscosity, std::shared_ptr< BasicSimulationParameterStruct > basicSimPara, std::shared_ptr< GridInformationStruct > gridInfo) | |
| void | generateFileDirectionInMyStystem (std::string filePath) |
Protected Attributes | |
| unsigned int | timeStepLength |
| std::string | filePath |
| double | maxVelocity |
| real | lx |
| real | l0 |
| real | lz |
Definition at line 42 of file SimulationParameterImp.h.
|
inlineprotected |
Definition at line 60 of file SimulationParameterImp.h.
|
protected |
Definition at line 66 of file SimulationParameterImp.h.
|
protected |
Definition at line 68 of file SimulationParameterImp.h.
|
protected |
Definition at line 68 of file SimulationParameterImp.h.
|
protected |
Definition at line 68 of file SimulationParameterImp.h.
|
protected |
Definition at line 67 of file SimulationParameterImp.h.
Definition at line 65 of file SimulationParameterImp.h.