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 7e77e329ff
commit 2a7c6c18e3
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"