

Public Member Functions | |
| InjectGenerator () | |
| ~InjectGenerator () | |
| bool | initParams (openfluid::core::FuncParamsMap_t Params) |
| bool | checkConsistency () |
| bool | initializeRun (const openfluid::base::SimulationInfo *SimInfo) |
| bool | runStep (const openfluid::base::SimulationStatus *SimStatus) |
| bool | finalizeRun (const openfluid::base::SimulationInfo *SimInfo) |
| bool openfluid::machine::InjectGenerator::checkConsistency | ( | ) | [virtual] |
Checks the function consistency. Internally called by the framework.
Implements openfluid::base::PluggableFunction.
| bool openfluid::machine::InjectGenerator::finalizeRun | ( | const openfluid::base::SimulationInfo * | SimInfo | ) | [virtual] |
Internally called by the framework.
Implements openfluid::base::PluggableFunction.
| bool openfluid::machine::InjectGenerator::initializeRun | ( | const openfluid::base::SimulationInfo * | SimInfo | ) | [virtual] |
Internally called by the framework.
Implements openfluid::base::PluggableFunction.
| bool openfluid::machine::InjectGenerator::initParams | ( | openfluid::core::FuncParamsMap_t | Params | ) | [virtual] |
Initializes function parameters of the function, given as a hash map. Internally called by the framework.
Implements openfluid::base::PluggableFunction.
| bool openfluid::machine::InjectGenerator::runStep | ( | const openfluid::base::SimulationStatus * | SimStatus | ) | [virtual] |
Internally called by the framework.
Implements openfluid::base::PluggableFunction.
Creative Commons By-NC-ND license