Files
OpenFOAM-12/etc/caseDicts/postProcessing/minMax/minMaxComponents
2016-06-11 08:53:04 +01:00

22 lines
784 B
C++

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