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/pepi.C
Go to the documentation of this file.
1 #include "ExampleProgram.H"
9 
10 typedef ElmerFoamFSI::ExampleProgram::PEProgramType ProgramType;
11 
12 int main(int argc,char *argv[])
13 {
14  return(ElmerFoamFSI::ExampleProgram::Driver<ProgramType>(argc,argv));
15 }
#define main
Definition: icoFoamModule.C:2
ElmerFoamFSI::DriverProgramType ProgramType
Definition: driver.C:10