Files
OpenFOAM-12/etc/caseDicts/postProcessing/minMax/faceMin
2018-07-09 12:28:56 +01:00

18 lines
689 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd |
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Writes out the minimum face value for one or more fields.
\*---------------------------------------------------------------------------*/
#includeEtc "caseDicts/postProcessing/minMax/faceMin.cfg"
fields (U p);
// ************************************************************************* //