|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <InitialConditionTaylorGreenVortexUz.h>
Public Member Functions | |
| real | getInitVX (int i, int level) |
| real | getInitVY (int i, int level) |
| real | getInitVZ (int i, int level) |
| real | getInitROH (int i, int level) |
| real | getInitPRESS (int i, int level) |
Public Member Functions inherited from InitialConditionImp | |
| void | setParameter (std::shared_ptr< vf::gpu::Parameter > para) |
| void | init (const int level) |
Public Member Functions inherited from InitialCondition | |
| virtual | ~InitialCondition ()=default |
Static Public Member Functions | |
| static std::shared_ptr< InitialConditionTaylorGreenUz > | getNewInstance (std::shared_ptr< TaylorGreenVortexUzParameterStruct > simParaStruct, std::shared_ptr< GridInformationStruct > gridInfoStruct) |
Additional Inherited Members | |
Protected Member Functions inherited from InitialConditionImp | |
| InitialConditionImp () | |
| real | getXCoord (int i, int level) |
| real | getYCoord (int i, int level) |
| real | getZCoord (int i, int level) |
Protected Attributes inherited from InitialConditionImp | |
| std::shared_ptr< vf::gpu::Parameter > | para |
| real | XCoordStopNode |
| real | YCoordStopNode |
| real | ZCoordStopNode |
Definition at line 43 of file InitialConditionTaylorGreenVortexUz.h.