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 65 of file OpenFoamAgent.H.

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

Referenced by fsicoupling::Run(), TestingObject< ResultsType >::Test__FluidAgentRun(), TestingObject< ResultsType >::Test__SolidAgentRun(), and TestingObject< ResultsType >::Test__TransferLoadsToStructures().

65  {
66  COM_call_function(componentFunctionHandles[RUN]);
67  return(0);
68  };
std::vector< int > componentFunctionHandles
Definition: Orchestrator.H:13

Here is the caller graph for this function: