mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
postProcess: Added '-list' option to list the available configured functionObjects
This commit is contained in:
@ -74,6 +74,13 @@ if (argList::postProcess(argc, argv))
|
||||
#include "addFunctionObjectOptions.H"
|
||||
|
||||
#include "setRootCase.H"
|
||||
|
||||
if (args.optionFound("list"))
|
||||
{
|
||||
functionObjectList::list();
|
||||
return 0;
|
||||
}
|
||||
|
||||
#include INCLUDE_FILE(CREATE_TIME)
|
||||
Foam::instantList timeDirs = Foam::timeSelector::select0(runTime, args);
|
||||
#include INCLUDE_FILE(CREATE_MESH)
|
||||
|
||||
Reference in New Issue
Block a user