potentialFoam: No longer executes functionObjects by default

Use the new -withFunctionObjects command-line option to execute functionObjects
This commit is contained in:
Henry
2015-04-25 21:56:14 +01:00
parent e75f3db3ca
commit c28036665d
10 changed files with 231 additions and 5 deletions

View File

@ -67,6 +67,12 @@ int main(int argc, char *argv[])
"Calculate and write the pressure field"
);
argList::addBoolOption
(
"withFunctionObjects",
"execute functionObjects"
);
#include "setRootCase.H"
#include "createTime.H"
#include "createMesh.H"