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
fsicouplingpar ( PGlobalType globin)
inline

Definition at line 65 of file FsiCouplingPar.H.

65  : PGlobalType(globin), fluidsAgent(NULL), structuresAgent(NULL), transferAgent(NULL),
66  runMode(0), writeHDF(true), writeVTK(true), setsProb(0) {
67  SetName("fsicouplingpar");
68  };
transferagentpar * transferAgent
solidagentpar * structuresAgent
fluidagentpar * fluidsAgent
IRAD::Global::ParallelGlobalObj< CommTypeIrad, StackType, int, ProfilerType > PGlobalType