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 Finalize ( )
inlinevirtual

Reimplemented from couplingbase.

Definition at line 680 of file FsiCoupling.H.

References agentbase::Finalize(), elmeragent::Finalize(), fluidsAgent, runMode, and structuresAgent.

Referenced by SerialDriverProgram::DriverRun().

680  {
681  // Finalize the fluids module
682  if(runMode < 2)
684  // Finalize the structures module
685  if(!(runMode == 1))
687  // Anything I need to do to finalize myself
688  return(0);
689  }
fluidagent * fluidsAgent
Definition: FsiCoupling.H:29
solidagent * structuresAgent
Definition: FsiCoupling.H:30
virtual int Finalize()
Definition: ElmerAgent.H:81

Here is the call graph for this function:

Here is the caller graph for this function: