17 lines
738 B
C++
17 lines
738 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: dev |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
faceMax
|
|
{
|
|
#includeEtc "caseDicts/postProcessing/minMax/faceMinMax.cfg"
|
|
|
|
fields (U p);
|
|
}
|
|
|
|
// ************************************************************************* //
|