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
void OpenFoamFSIPar_load_module ( const char *  name)

C/C++ bindings to load IcoFoamModule.

Definition at line 3678 of file fsiFOAMPar.C.

3678  {
3679  fsifoam_module::Load(name);
3680 }
static void Load(const std::string &name)
"Loads" IcoFoamModule
Definition: fsiFOAM.C:3137