Go to the documentation of this file.
41 #ifndef conformalVoronoiMesh_H
42 #define conformalVoronoiMesh_H
88 class initialPointsMethod;
89 class relaxationModel;
90 class faceAreaWeightModel;
91 class backgroundMeshDecomposition;
219 const Delaunay::Finite_facets_iterator& fit
363 template<
class Triangulation>
380 const Delaunay::Finite_edges_iterator& eit
385 const Delaunay::Finite_edges_iterator& eit
393 const Delaunay::Finite_edges_iterator& eit
447 const Delaunay::Finite_vertices_iterator& vit
453 const Delaunay::Finite_vertices_iterator& vit,
473 const Delaunay::Finite_vertices_iterator& vit,
480 const Delaunay::Finite_vertices_iterator& vit,
496 const Delaunay::Finite_vertices_iterator& vit,
572 scalar surfacePtReplaceDistCoeffSqr,
573 scalar edgeSearchDistCoeffSqr,
669 const Delaunay::Finite_edges_iterator& eit
676 const Delaunay::Finite_facets_iterator& fit
683 const Delaunay::Finite_facets_iterator& fit
690 const Delaunay::Finite_edges_iterator& eit
722 const scalar allowedOffset
766 bool includeEmptyPatches =
false
792 const label nInternalFaces,
839 const label nInternalFaces
977 const bool check =
true
Simple random number generator.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Controls for the conformalVoronoiMesh mesh generator.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from string.
A class for handling file names.
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects.
Standard boundBox + extra functionality for use in octree.
Unit conversion functions.
labelList patchFaces(const polyBoundaryMesh &patches, const wordList &names)
A HashTable with keys but without contents.
Mesh consisting of general polyhedral cells.
PtrList< dictionary > patchDicts
This class describes the interaction of (usually) a face and a point. It carries the info of a succes...
const dimensionedScalar c1
First radiation constant: default SI units: [W/m2].
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
Pre-declare SubField and related Field type.
sideVolumeType
Normals point to the outside.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
wordList patchNames(nPatches)
A list of keyword definitions, which are a keyword followed by any number of values (e....
static const string null
An empty string.
Mesh data needed to do the Finite Volume discretisation.
const dimensionedScalar c2
Second radiation constant: default SI units: [m.K].
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
An ordered pair of two objects of type <T> with first() and second() elements.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Container for searchableSurfaces.
Store a background polyMesh to use for the decomposition of space and queries for parallel conformalV...
A face is a list of labels corresponding to mesh vertices.
A 2-tuple for storing two objects of different types.
CGAL data structures used for 3D Delaunay meshing.