Files
openfoam/etc/caseDicts/postProcessing/minMax/minMaxComponents
2018-06-28 12:56:00 +01:00

19 lines
830 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
| \\ / O peration | Version: v1806 |
| \\ / A nd | Web: www.OpenFOAM.com |
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Writes out the minimum and maximum values, by component for non-scalar
fields, and the locations where they occur.
\*---------------------------------------------------------------------------*/
#includeEtc "caseDicts/postProcessing/minMax/minMaxComponents.cfg"
fields (U p);
// ************************************************************************* //