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
SerialProgram ( int  nargs,
char **  args 
)
inline

Constructor designed to take the commandline args.

Definition at line 181 of file Third_Party_Modules/ElmerFSI/trunk/include/ExampleProgram.H.

181  :
182  SerialProgramType(nargs,args)
183  {};
IRAD::Global::Program< GlobalType, ComLineType > SerialProgramType
Convenience type definition for the serial program.