![]() |
#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 * | simulationStatus () |
SimulationBlob * | simulationBlob () |
MachineListener * | machineListener () |
ModelInstance * | modelInstance () |
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 |
void openfluid::machine::Engine::initialize | ( | ) |
void openfluid::machine::Engine::initParams | ( | ) |
|
inline |
|
inline |
void openfluid::machine::Engine::prepareData | ( | ) |
void openfluid::machine::Engine::run | ( | ) |
|
inline |
|
inline |