|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <SimulationParameterTaylorGreenVortexUx.h>
Static Public Member Functions | |
| static std::shared_ptr< SimulationParameter > | getNewInstance (std::string kernel, double viscosity, std::shared_ptr< TaylorGreenVortexUxParameterStruct > tgvParameterStruct, std::shared_ptr< GridInformationStruct > gridInfo) |
Protected Member Functions | |
| SimulationParameterTaylorGreenUx (std::string kernel, double viscosity, std::shared_ptr< TaylorGreenVortexUxParameterStruct > tgvParameterStruct, std::shared_ptr< GridInformationStruct > gridInfo) | |
Protected Member Functions inherited from SimulationParameterImp | |
| SimulationParameterImp () | |
| SimulationParameterImp (std::string kernelName, double viscosity, std::shared_ptr< BasicSimulationParameterStruct > basicSimPara, std::shared_ptr< GridInformationStruct > gridInfo) | |
| void | generateFileDirectionInMyStystem (std::string filePath) |
Additional Inherited Members | |
Public Member Functions inherited from SimulationParameterImp | |
| 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 Attributes inherited from SimulationParameterImp | |
| unsigned int | timeStepLength |
| std::string | filePath |
| double | maxVelocity |
| real | lx |
| real | l0 |
| real | lz |
Definition at line 43 of file SimulationParameterTaylorGreenVortexUx.h.