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.
22 lines
708 B
C++
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;
|
|
}
|
|
|
|
// ************************************************************************* //
|