
#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
| openfluid::machine::Engine::~Engine | ( | ) |
Destructor
| void openfluid::machine::Engine::checkConsistency | ( | ) |
| void openfluid::machine::Engine::finalize | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void openfluid::machine::Engine::initialize | ( | ) |
| void openfluid::machine::Engine::initParams | ( | ) |
| void openfluid::machine::Engine::prepareData | ( | ) |
| void openfluid::machine::Engine::run | ( | ) |
1.8.6