openfluid::base::PluggableFunction Member List

This is the complete list of members for openfluid::base::PluggableFunction, including all inherited members.

checkConsistency()=0openfluid::base::PluggableFunction [pure virtual]
finalizeRun(const SimulationInfo *SimInfo)=0openfluid::base::PluggableFunction [pure virtual]
initializeRun(const SimulationInfo *SimInfo)=0openfluid::base::PluggableFunction [pure virtual]
initParams(openfluid::core::FuncParamsMap_t Params)=0openfluid::base::PluggableFunction [pure virtual]
mp_CoreDataopenfluid::base::PluggableFunction [protected]
OPENFLUID_AppendEvent(openfluid::core::Unit *UnitPtr, openfluid::core::Event &Ev)openfluid::base::PluggableFunction [protected]
OPENFLUID_AppendVariable(openfluid::core::Unit *UnitPtr, openfluid::core::VariableName_t VarName, openfluid::core::ScalarValue Value)openfluid::base::PluggableFunction [protected]
OPENFLUID_AppendVariable(openfluid::core::Unit *UnitPtr, openfluid::core::VariableName_t VarName, openfluid::core::VectorValue &Value)openfluid::base::PluggableFunction [protected]
OPENFLUID_GetEvents(openfluid::core::Unit *UnitPtr, openfluid::core::DateTime BeginDate, openfluid::core::DateTime EndDate, openfluid::core::EventsCollection *Events)openfluid::base::PluggableFunction [protected]
OPENFLUID_GetFunctionParameter(openfluid::core::FuncParamsMap_t Params, openfluid::core::FuncParamKey_t ParamName, double *Value)openfluid::base::PluggableFunction [protected]
OPENFLUID_GetFunctionParameter(openfluid::core::FuncParamsMap_t Params, openfluid::core::FuncParamKey_t ParamName, long *Value)openfluid::base::PluggableFunction [protected]
OPENFLUID_GetFunctionParameter(openfluid::core::FuncParamsMap_t Params, openfluid::core::FuncParamKey_t ParamName, float *Value)openfluid::base::PluggableFunction [protected]
OPENFLUID_GetFunctionParameter(openfluid::core::FuncParamsMap_t Params, openfluid::core::FuncParamKey_t ParamName, int *Value)openfluid::base::PluggableFunction [protected]
OPENFLUID_GetFunctionParameter(openfluid::core::FuncParamsMap_t Params, openfluid::core::FuncParamKey_t ParamName, std::string *Value)openfluid::base::PluggableFunction [protected]
OPENFLUID_GetFunctionParameter(openfluid::core::FuncParamsMap_t Params, openfluid::core::FuncParamKey_t ParamName, std::vector< std::string > *Values)openfluid::base::PluggableFunction [protected]
OPENFLUID_GetFunctionParameter(openfluid::core::FuncParamsMap_t Params, openfluid::core::FuncParamKey_t ParamName, std::vector< double > *Values)openfluid::base::PluggableFunction [protected]
OPENFLUID_GetFunctionParameter(openfluid::core::FuncParamsMap_t Params, openfluid::core::FuncParamKey_t ParamName, std::vector< long > *Values)openfluid::base::PluggableFunction [protected]
OPENFLUID_GetInputData(openfluid::core::Unit *UnitPtr, openfluid::core::InputDataName_t InputName, openfluid::core::ScalarValue *Value)openfluid::base::PluggableFunction [protected]
OPENFLUID_GetRunEnvironment(std::string Key, std::string *Value)openfluid::base::PluggableFunction [protected]
OPENFLUID_GetRunEnvironment(std::string Key, bool *Value)openfluid::base::PluggableFunction [protected]
OPENFLUID_GetUnitsCount(openfluid::core::UnitClass_t ClassName, unsigned int *UnitsCount)openfluid::base::PluggableFunction [protected]
OPENFLUID_GetVariable(openfluid::core::Unit *UnitPtr, openfluid::core::VariableName_t VarName, openfluid::core::TimeStep_t Step, openfluid::core::ScalarValue *Value)openfluid::base::PluggableFunction [protected]
OPENFLUID_GetVariable(openfluid::core::Unit *UnitPtr, openfluid::core::VariableName_t VarName, openfluid::core::TimeStep_t Step, openfluid::core::VectorValue *Value)openfluid::base::PluggableFunction [protected]
OPENFLUID_IsInputDataExist(openfluid::core::Unit *UnitPtr, openfluid::core::InputDataName_t InputName)openfluid::base::PluggableFunction [protected]
OPENFLUID_IsScalarVariableExist(openfluid::core::Unit *UnitPtr, openfluid::core::VariableName_t VarName)openfluid::base::PluggableFunction [protected]
OPENFLUID_IsScalarVariableExist(openfluid::core::Unit *UnitPtr, openfluid::core::VariableName_t VarName, openfluid::core::TimeStep_t Step)openfluid::base::PluggableFunction [protected]
OPENFLUID_IsUnitClassExist(openfluid::core::UnitClass_t ClassName)openfluid::base::PluggableFunction [protected]
OPENFLUID_IsVariableExist(openfluid::core::Unit *UnitPtr, openfluid::core::VariableName_t VarName)openfluid::base::PluggableFunction [protected]
OPENFLUID_IsVariableExist(openfluid::core::Unit *UnitPtr, openfluid::core::VariableName_t VarName, openfluid::core::TimeStep_t Step)openfluid::base::PluggableFunction [protected]
OPENFLUID_IsVectorVariableExist(openfluid::core::Unit *UnitPtr, openfluid::core::VariableName_t VarName)openfluid::base::PluggableFunction [protected]
OPENFLUID_IsVectorVariableExist(openfluid::core::Unit *UnitPtr, openfluid::core::VariableName_t VarName, openfluid::core::TimeStep_t Step)openfluid::base::PluggableFunction [protected]
OPENFLUID_RaiseError(std::string Sender, openfluid::core::TimeStep_t TimeStep, std::string Msg)openfluid::base::PluggableFunction [protected]
OPENFLUID_RaiseError(std::string Sender, std::string Msg)openfluid::base::PluggableFunction [protected]
OPENFLUID_RaiseError(std::string Sender, std::string Source, openfluid::core::TimeStep_t TimeStep, std::string Msg)openfluid::base::PluggableFunction [protected]
OPENFLUID_RaiseError(std::string Sender, std::string Source, std::string Msg)openfluid::base::PluggableFunction [protected]
OPENFLUID_RaiseWarning(std::string Sender, openfluid::core::TimeStep_t TimeStep, std::string Msg)openfluid::base::PluggableFunction [protected]
OPENFLUID_RaiseWarning(std::string Sender, std::string Msg)openfluid::base::PluggableFunction [protected]
OPENFLUID_SetVariable(openfluid::core::Unit *UnitPtr, openfluid::core::VariableName_t VarName, openfluid::core::TimeStep_t Step, openfluid::core::ScalarValue Value)openfluid::base::PluggableFunction [protected]
OPENFLUID_SetVariable(openfluid::core::Unit *UnitPtr, openfluid::core::VariableName_t VarName, openfluid::core::TimeStep_t Step, openfluid::core::VectorValue Value)openfluid::base::PluggableFunction [protected]
PluggableFunction()openfluid::base::PluggableFunction
prepareData()=0openfluid::base::PluggableFunction [pure virtual]
runStep(const SimulationStatus *SimStatus)=0openfluid::base::PluggableFunction [pure virtual]
~PluggableFunction()openfluid::base::PluggableFunction [virtual]


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