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 ElmerTest/trunk/src/SolverModuleDriver.C.

Referenced by main().

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

Here is the caller graph for this function: