Definition at line 27 of file OFModuleDriverPar.C.
Referenced by main(), and parallelProgram().
28 std::cout << std::endl << std::endl <<
"Usage: " << std::endl;
29 std::cout << exec <<
" <flags>" << std::endl
30 <<
"Where flags are :" << std::endl
31 <<
"--driver" << std::endl
32 <<
" Regresion runs a standard openFoam simulation" << std::endl
33 <<
"--driverPrescribedMotion" << std::endl
34 <<
" runs openFoam with a fluid only solver and applies a prescribed"
35 <<
" displacement to the solid/fluid boundary" << std::endl
36 <<
"--parallel" << std::endl
37 <<
" runs the openFoam in the parallel mode" << std::endl
38 <<
"--dryrun" << std::endl
39 <<
" runs module from begining to end and performs only one step"
40 <<
" of openFoam. Use just for testing purposes." << std::endl << std::endl;