ENH: update libs of etc/caseDicts/postProcess items ENH: ensure destructor=default ENH: ensure constness ENH: ensure no 'copy construct' and 'no copy assignment' exist TUT: add examples of function objects with full set of settings into a TUT if unavailable TUT: update pisoFoam/RAS/cavity tutorial in terms of usage
21 lines
734 B
C++
21 lines
734 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Version: v1912
|
|
\\ / A nd | Website: www.openfoam.com
|
|
\\/ M anipulation |
|
|
-------------------------------------------------------------------------------
|
|
Description
|
|
Calculates the mimima and maxima of fields
|
|
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
type fieldMinMax;
|
|
libs (fieldFunctionObjects);
|
|
|
|
fields (".*");
|
|
|
|
executeControl timeStep;
|
|
|
|
// ************************************************************************* //
|