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; + +// ************************************************************************* //