|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <TaylorGreenVortexUxParameterStruct.h>
Public Attributes | |
| std::shared_ptr< BasicSimulationParameterStruct > | basicSimulationParameter |
| double | ux |
| double | amplitude |
| int | basicTimeStepLength |
| double | l0 |
| double | rho0 |
| std::string | vtkFilePath |
| std::vector< std::string > | dataToCalcTests |
Definition at line 40 of file TaylorGreenVortexUxParameterStruct.h.
| double TaylorGreenVortexUxParameterStruct::amplitude |
Definition at line 45 of file TaylorGreenVortexUxParameterStruct.h.
| std::shared_ptr<BasicSimulationParameterStruct> TaylorGreenVortexUxParameterStruct::basicSimulationParameter |
Definition at line 42 of file TaylorGreenVortexUxParameterStruct.h.
| int TaylorGreenVortexUxParameterStruct::basicTimeStepLength |
Definition at line 46 of file TaylorGreenVortexUxParameterStruct.h.
| std::vector<std::string> TaylorGreenVortexUxParameterStruct::dataToCalcTests |
Definition at line 50 of file TaylorGreenVortexUxParameterStruct.h.
| double TaylorGreenVortexUxParameterStruct::l0 |
Definition at line 47 of file TaylorGreenVortexUxParameterStruct.h.
| double TaylorGreenVortexUxParameterStruct::rho0 |
Definition at line 48 of file TaylorGreenVortexUxParameterStruct.h.
| double TaylorGreenVortexUxParameterStruct::ux |
Definition at line 44 of file TaylorGreenVortexUxParameterStruct.h.
| std::string TaylorGreenVortexUxParameterStruct::vtkFilePath |
Definition at line 49 of file TaylorGreenVortexUxParameterStruct.h.