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

TUT: Added min/max(p) function object

parent 2af8d388
Branches
Tags
No related merge requests found
...@@ -59,10 +59,6 @@ functions ...@@ -59,10 +59,6 @@ functions
libs ("libutilityFunctionObjects.so"); libs ("libutilityFunctionObjects.so");
name setDeltaT; name setDeltaT;
code
#{
#};
codeExecute codeExecute
#{ #{
const Time& runTime = mesh().time(); const Time& runTime = mesh().time();
...@@ -75,6 +71,14 @@ functions ...@@ -75,6 +71,14 @@ functions
} }
#}; #};
} }
fieldMinMax
{
type fieldMinMax;
libs ("libfieldFunctionObjects.so");
fields (p);
}
} }
// ************************************************************************* // // ************************************************************************* //
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