
#include <machine/Engine.hpp>
Public Member Functions | |
| Engine (SimulationBlob &SimBlob, ModelInstance &MInstance, MonitoringInstance &OLInstance, openfluid::machine::MachineListener *MachineListener) | |
| ~Engine () | |
| void | initialize () |
| void | initParams () |
| void | prepareData () |
| void | checkConsistency () |
| void | run () |
| void | finalize () |
| const openfluid::base::SimulationStatus * | getSimulationStatus () |
| SimulationBlob * | getSimulationBlob () |
| MachineListener * | getMachineListener () |
| ModelInstance * | getModelInstance () |
| unsigned int | getWarningsCount () const |
Computation engine class
| openfluid::machine::Engine::Engine | ( | SimulationBlob & | SimBlob, |
| ModelInstance & | MInstance, | ||
| MonitoringInstance & | OLInstance, | ||
| openfluid::machine::MachineListener * | MachineListener | ||
| ) |
Constructor
Destructor
| void openfluid::machine::Engine::finalize | ( | ) |
| ModelInstance* openfluid::machine::Engine::getModelInstance | ( | ) | [inline] |
| SimulationBlob* openfluid::machine::Engine::getSimulationBlob | ( | ) | [inline] |
| const openfluid::base::SimulationStatus* openfluid::machine::Engine::getSimulationStatus | ( | ) | [inline] |
| unsigned int openfluid::machine::Engine::getWarningsCount | ( | ) | const [inline] |
| void openfluid::machine::Engine::run | ( | ) |
1.7.6.1