22 lines
713 B
C++
22 lines
713 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Version: v1906
|
|
\\ / 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;
|
|
}
|
|
|
|
// ************************************************************************* //
|