39 surfaceCellSizeFunction,
50 const dictionary& cellSizeFunctionDict,
51 const searchableSurface& surface,
52 const scalar& defaultCellSize
55 surfaceCellSizeFunction
62 surfaceTriMesh_(
refCast<const triSurfaceMesh>(surface)),
63 cellSizeCalculationType_
65 cellSizeCalculationType::
New 76 "pointCellSize.cellSize",
77 surfaceTriMesh_.searchableSurface::time().constant(),
78 searchableSurface::geometryDir
80 surfaceTriMesh_.searchableSurface::time()
82 surfaceTriMesh_.searchableSurface::time(),
93 pointCellSize_ = cellSizeCalculationType_().load();
96 <<
indent <<
" Minimum: " <<
min(pointCellSize_).value() <<
nl 98 <<
indent <<
" Maximum: " <<
max(pointCellSize_).value() <<
endl;
112 const face& faceHitByPt = surfaceTriMesh_.triSurface::operator[](index);
114 const pointField& pts = surfaceTriMesh_.points();
129 return pointCellSize_[faceHitByPt[0]]*bary[0]
130 + pointCellSize_[faceHitByPt[1]]*bary[1]
131 + pointCellSize_[faceHitByPt[2]]*bary[2];
layerAndWeight max(const layerAndWeight &a, const layerAndWeight &b)
FvWallInfoData< WallInfo, label > label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Ostream & indent(Ostream &os)
Indent stream.
Barycentric2D< scalar > barycentric2D
A scalar version of the templated Barycentric2D.
To & refCast(From &r)
Reference type cast template function.
Ostream & endl(Ostream &os)
Add newline and flush stream.
Macros for easy insertion into run-time selection tables.
const dimensionSet dimLength
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
vectorField pointField
pointField is a vectorField.
layerAndWeight min(const layerAndWeight &a, const layerAndWeight &b)
dimensioned< Type > average(const DimensionedField< Type, GeoMesh > &df)
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
Ostream & decrIndent(Ostream &os)
Decrement the indent level.
vector point
Point is a vector.
triangle< point, const point & > triPointRef
Ostream & incrIndent(Ostream &os)
Increment the indent level.