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