From d329087473b12e63b357eacaae2fec739a40003f Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Mon, 4 Feb 2019 10:50:28 +0000 Subject: [PATCH] ENH: Added fieldMinMax function object default config --- .../postProcessing/fields/fieldMinMax | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 etc/caseDicts/postProcessing/fields/fieldMinMax diff --git a/etc/caseDicts/postProcessing/fields/fieldMinMax b/etc/caseDicts/postProcessing/fields/fieldMinMax new file mode 100644 index 0000000000..df16037ad7 --- /dev/null +++ b/etc/caseDicts/postProcessing/fields/fieldMinMax @@ -0,0 +1,20 @@ +/*--------------------------------*- C++ -*----------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Web: www.OpenFOAM.com + \\/ M anipulation | +------------------------------------------------------------------------------- +Description + Calculates the mimima and maxima of fields + +\*---------------------------------------------------------------------------*/ + +type fieldMinMax; +libs ("libfieldFunctionObjects.so"); + +fields (".*"); + +executeControl timeStep; + +// ************************************************************************* //