86 #ifndef sampledTriSurfaceMesh_H
87 #define sampledTriSurfaceMesh_H
101 namespace sampledSurfaces
110 public sampledSurface,
111 public MeshedSurface<face>
126 typedef MeshedSurface<face> MeshStorage;
140 mutable bool needsUpdate_;
184 const word& surfaceName,
202 const word& sampleSourceName
Generic GeometricField class.
const List< face > & faces() const
Return const access to the faces.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
const Field< PointType > & points() const
Return reference to global points.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Non-pointer based hierarchical recursive searching.
Abstract base class for interpolation.
Various (local, not parallel) searches on polyMesh; uses (demand driven) octree to search.
Mesh consisting of general polyhedral cells.
bool interpolate() const
Interpolation requested for surface.
const word & name() const
Name of surface.
const polyMesh & mesh() const
Access to the underlying mesh.
virtual ~triSurfaceMesh()
Destructor.
triSurfaceMesh(const word &name, const polyMesh &mesh, const word &surfaceName, const samplingSource sampleSource)
Construct from components.
samplingSource
Types of communications.
virtual tmp< scalarField > sample(const volScalarField &) const
Sample field on surface.
virtual bool expire()
Mark the surface as needing an update.
virtual bool needsUpdate() const
Does the surface need an update?
virtual bool update()
Update the surface as required.
virtual void print(Ostream &) const
Write.
virtual const faceList & faces() const
Faces of surface.
TypeName("triSurfaceMesh")
Runtime type information.
virtual const pointField & points() const
Points of surface.
A class for managing temporary objects.
Standard boundBox + extra functionality for use in octree.
A surface geometry formed of discrete facets, e.g. triangles and/or quadrilaterals,...
Triangulated surface description with patch information.
A class for handling words, derived from string.