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
void Usage ( char *  exec)

Definition at line 376 of file OFModuleDriver.C.

Referenced by main(), and COM::parallelProgram().

376  {
377  std::cout << "Usage: " << std::endl;
378  std::cout << exec << "<flags>" << std::endl
379  << "OFModuleDriver:Usage: Where flags is either --driverRegression or --driverPrescribedDisplacement" << std::endl
380  << "--driver Regresion runs a standard openFoam simulation" << std::endl
381  << "--driverPrescribedMotion runs openFoam with a fluid only solver and applies"
382  << "a prescribed displacement to the solid/fluid boundary" << std::endl;
383 }

Here is the caller graph for this function: