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

TUT: Added min/max(p) function object

parent 3022204c
No related branches found
No related tags found
1 merge request!121Merge develop into master for v1706 release
......@@ -59,10 +59,6 @@ functions
libs ("libutilityFunctionObjects.so");
name setDeltaT;
code
#{
#};
codeExecute
#{
const Time& runTime = mesh().time();
......@@ -75,6 +71,14 @@ functions
}
#};
}
fieldMinMax
{
type fieldMinMax;
libs ("libfieldFunctionObjects.so");
fields (p);
}
}
// ************************************************************************* //
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment