Files
openfoam/etc/caseDicts/postProcessing/surfaceFieldValue/triSurfaceRegion.cfg
2016-09-20 14:49:08 +01:00

22 lines
882 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
#includeEtc "caseDicts/postProcessing/surfaceFieldValue/surfaceRegion.cfg"
regionType sampledSurface;
sampledSurfaceDict
{
type sampledTriSurfaceMesh;
surface $triSurface;
source cells;
interpolate true;
}
// ************************************************************************* //