Files
openfoam/etc/caseDicts/postProcessing/fields/fieldMinMax
2019-02-04 10:50:28 +00:00

21 lines
726 B
C++

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