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  time)
inlinevirtual

Definition at line 79 of file ElmerParAgent.H.

References agentbase::componentFunctionHandles, agentbase::RUN, and agentbase::WriteErr().

Referenced by fsicouplingpar::Run().

79  {
80  int runs = 0;
81  COM_call_function(componentFunctionHandles[RUN],&runs,&time);
82  if(!runs){
83  WriteErr("Elmer failed to run!\n");
84  return(1);
85  }
86  };
std::vector< int > componentFunctionHandles
Definition: Orchestrator.H:13
virtual void WriteErr(const std::string &output)
Definition: Orchestrator.H:32

Here is the call graph for this function:

Here is the caller graph for this function: