ENH: Added fieldMinMax function object default config

This commit is contained in:
Andrew Heather
2019-02-04 10:50:28 +00:00
parent b3c9bd480b
commit d329087473

View File

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