Files
OpenFOAM-12/etc/caseDicts/postProcessing/surfaceFieldValue/triSurfaceRegion.cfg
Henry Weller 8baec3bc5d sampledSurface: Created a sampledSurfaces namespace for the sampledSurface classes
to rationalise the structure and class names to avoid the need for the confusing
addNamedToRunTimeSelectionTable and use instead use the standard
addToRunTimeSelectionTable to populate the run-time selection table.
2019-01-21 19:58:18 +00:00

22 lines
708 B
C++

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