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 21 of file ElmerFSI/trunk/src/SolverModuleDriver.C.

Referenced by init().

21  {
22  std::cout << "SolverModuleDriver:usage: Usage: " << std::endl
23  << exec << " -com-mpi timeNext timeNext ... timeFinal" << std::endl
24  << "where at least -com-mpi and timeFinal is required." << std::endl
25  << "NOTES:" << std::endl
26  << "*currently it is required to use the -com-mpi flag" << std::endl
27  << "*steady state problems will always use a timestep" << std::endl
28  << " of 1.0, and should only have a timeFinal" << std::endl
29  << "*each time must be greater than the previous time" << std::endl
30  << " because the simulation begins at the previous time and runs" << std::endl
31  << " to the current time" << std::endl;
32  std::exit(1);
33 }

Here is the caller graph for this function: