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

C/C++ bindings to unload IcoFoamModule.

Definition at line 3684 of file fsiFOAMPar.C.

3684  {
3685  fsifoam_module::Unload(name);
3686 }
static void Unload(const std::string &name)
Unloads the IcoFoamModule.
Definition: fsiFOAM.C:3257