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