Files
openfoam/etc/caseDicts/postProcessing/minMax/cellMax
2016-09-20 14:49:08 +01:00

18 lines
763 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
| \\ / O peration | Version: plus |
| \\ / A nd | Web: www.OpenFOAM.com |
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Writes out the maximum cell value for one or more fields.
\*---------------------------------------------------------------------------*/
#includeEtc "caseDicts/postProcessing/minMax/cellMinMax.cfg"
fields (U p);
// ************************************************************************* //