ElmerFoamFSI  2.0
ElmerFoamFSI is fluid-solid interaction simulation application built up from OpenFOAM CFD and Elmer CSM coupled through the IMPACT multiphysics software integration infrastructure.
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Groups Pages
virtual int Run ( double  endTime)
inlinevirtual

Definition at line 77 of file OpenFoamParAgent.H.

References agentbase::componentFunctionHandles, and agentbase::RUN.

Referenced by fsicouplingpar::Run().

77  {
78  COM_call_function(componentFunctionHandles[RUN]);
79  return(0);
80  };
std::vector< int > componentFunctionHandles
Definition: Orchestrator.H:13

Here is the caller graph for this function: