Files
openfoam/etc/caseDicts/postProcessing/minMax/minMaxComponents
2022-12-21 16:16:18 +00:00

19 lines
771 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Version: v2212
\\ / A nd | Website: 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);
// ************************************************************************* //