Public Member Functions

openfluid::machine::FixedGenerator Class Reference

Inheritance diagram for openfluid::machine::FixedGenerator:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 FixedGenerator ()
 ~FixedGenerator ()
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)

Constructor & Destructor Documentation

openfluid::machine::FixedGenerator::FixedGenerator ( )
openfluid::machine::FixedGenerator::~FixedGenerator ( )

Member Function Documentation

bool openfluid::machine::FixedGenerator::checkConsistency ( ) [virtual]

Checks the function consistency. Internally called by the framework.

Implements openfluid::base::PluggableFunction.

bool openfluid::machine::FixedGenerator::finalizeRun ( const openfluid::base::SimulationInfo SimInfo) [virtual]

Internally called by the framework.

Implements openfluid::base::PluggableFunction.

bool openfluid::machine::FixedGenerator::initializeRun ( const openfluid::base::SimulationInfo SimInfo) [virtual]

Internally called by the framework.

Implements openfluid::base::PluggableFunction.

bool openfluid::machine::FixedGenerator::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::FixedGenerator::runStep ( const openfluid::base::SimulationStatus SimStatus) [virtual]

Internally called by the framework.

Implements openfluid::base::PluggableFunction.


Generated using Doxygen 1.7.3
Creative Commons License Creative Commons By-NC-ND license