|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <NyTest.h>
Static Public Member Functions | |
| static std::shared_ptr< NyTest > | getNewInstance (std::shared_ptr< ColorConsoleOutput > colorOutput, double viscosity, std::shared_ptr< NyTestParameterStruct > testPara, std::string dataToCalculate) |
Additional Inherited Members | |
Protected Member Functions inherited from TestImp | |
| TestImp (std::shared_ptr< ColorConsoleOutput > colorOutput) | |
| std::vector< std::string > | buildSimulationFailedTestOutput () |
| bool | CheckAllSimulationRun () |
Protected Attributes inherited from TestImp | |
| std::vector< std::shared_ptr< NumericalTestSimulation > > | simulations |
| std::vector< std::shared_ptr< PostProcessingStrategy > > | postProStrategies |
| std::vector< std::shared_ptr< SimulationInfo > > | simInfos |
| std::vector< bool > | simulationRun |
| std::shared_ptr< ColorConsoleOutput > | colorOutput |
| TestStatus | testStatus |
Protected Attributes inherited from SimulationObserver | |
| SPtr< Grid3D > | grid |
| SPtr< UbScheduler > | scheduler |