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
static void Unload ( const std::string &  name)
inlinestatic

Unloads the IcoFoamModule.

Definition at line 130 of file icoFoamModule.C.

Referenced by IcoFoamModule_unload_module().

130  {
131  std::cout << "Unloading IcoFoamModule with name " << name
132  << "." << std::endl;
133  IcoFoamModule *module_pointer = NULL;
134  std::string global_name(name+".global");
135  COM_get_object(global_name.c_str(),0,&module_pointer);
136  COM_assertion_msg( module_pointer->validate_object()==0, "Invalid object");
137  delete module_pointer;
138  COM_delete_window(std::string(name));
139  }
IcoFoamModule()
Default constructor.
Definition: icoFoamModule.C:62

Here is the caller graph for this function: