postProcess: Added '-list' option to list the available configured functionObjects
This commit is contained in:
@ -129,6 +129,13 @@ int main(int argc, char *argv[])
|
||||
#include "addFunctionObjectOptions.H"
|
||||
|
||||
#include "setRootCase.H"
|
||||
|
||||
if (args.optionFound("list"))
|
||||
{
|
||||
functionObjectList::list();
|
||||
return 0;
|
||||
}
|
||||
|
||||
#include "createTime.H"
|
||||
Foam::instantList timeDirs = Foam::timeSelector::select0(runTime, args);
|
||||
#include "createNamedMesh.H"
|
||||
|
||||
Reference in New Issue
Block a user