Skip to content
Snippets Groups Projects
Commit 5f0c8233 authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: potentialFoam - added withFunctionObjects option from Foundation version

parent 183626fb
Branches
Tags
No related merge requests found
......@@ -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"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment