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
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(ElmerFoamFSI::ExampleProgram::Driver<ProgramType>(argc,argv));
15 }
Implementation of the basic parts of the serial program example.
#define main
Definition: icoFoamModule.C:2
ElmerFoamFSI::DriverProgramType ProgramType
Definition: driver.C:10