OpenFOAM-4.x/etc/caseDicts/postProcessing/minMax/faceMinMax.cfg
2016-06-28 11:59:45 +01:00

21 lines
857 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
type surfaceRegion;
libs ("libfieldFunctionObjects.so");
writeControl timeStep;
writeInterval 1;
writeFields false;
log false;
regionType all;
operation max;
// ************************************************************************* //