Loads and executes an OpenFOAM solver module either specified by the optional solver entry in the controlDict or as a command-line argument.
More...
Go to the source code of this file.
Loads and executes an OpenFOAM solver module either specified by the optional solver entry in the controlDict or as a command-line argument.
Original source file foamRun.C
Uses the flexible PIMPLE (PISO-SIMPLE) solution for time-resolved and pseudo-transient and steady simulations.
rhoPimpleFoam case by specifying the solver on the command line: foamRun -solver fluid
rhoPimpleFoam case add the following entry to the controlDict: solver fluid;then execute
foamRun Definition in file foamRun.C.