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 491 of file FsiCouplingPar.H.

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

491  {
492  // Finalize the fluids module
493  if(runMode < 2)
495  // Finalize the structures module
496  if(!(runMode == 1))
498  // Anything I need to do to finalize myself
499  return(0);
500  }
solidagentpar * structuresAgent
virtual int Finalize()
Definition: ElmerParAgent.H:89
fluidagentpar * fluidsAgent

Here is the call graph for this function: