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
Third_Party_Modules/ElmerFSI/trunk/src/sep.C
Go to the documentation of this file.
1 #include "ExampleProgram.H"
9 
11 
12 int main(int argc,char *argv[])
13 {
14  return(ElmerModuleDriver::ExampleProgram::Driver<ProgramType>(argc,argv));
15 }
#define main
Definition: icoFoamModule.C:2
ElmerFoamFSI::DriverProgramType ProgramType
Definition: driver.C:10
Implementation of the basic parts of the serial program example.