ENH: potentialFoam - added withFunctionObjects option from Foundation version

This commit is contained in:
Andrew Heather
2015-11-27 09:13:53 +00:00
parent b784c09af1
commit 6cd4387b9f

View File

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