37 #ifndef sampledIsoSurface_H 38 #define sampledIsoSurface_H 67 const scalar mergeTol_;
79 mutable word exposedPatchName_;
90 mutable label prevTimeIndex_;
117 void getIsoFields()
const;
121 bool updateGeometry()
const;
181 if (facesPtr_.
empty())
189 facesPtr_()[i] = s[i].triFaceFace();
#define forAll(list, i)
Loop across all elements in list.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
TypeName("sampledIsoSurface")
Runtime type information.
void reset(T *=nullptr)
If object pointer already set, delete object and set to given.
A list of keyword definitions, which are a keyword followed by any number of values (e...
An abstract class for surfaces with sampling.
const word & name() const
Name of surface.
void size(const label)
Override size to be inconsistent with allocated storage.
bool interpolate() const
Interpolation requested for surface.
virtual tmp< scalarField > sample(const volScalarField &) const
Sample field on surface.
virtual ~sampledIsoSurface()
Destructor.
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none.
bool empty() const
Return true if the autoPtr is empty (ie, no pointer set)
virtual bool update()
Update the surface as required.
virtual bool needsUpdate() const
Does the surface need an update?
gmvFile<< "tracers "<< particles.size()<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().x()<< " ";}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().y()<< " ";}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().z()<< " ";}gmvFile<< nl;forAll(lagrangianScalarNames, i){ word name=lagrangianScalarNames[i];IOField< scalar > s(IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
A class for handling words, derived from string.
virtual const faceList & faces() const
Faces of surface.
const Field< PointType > & points() const
Return reference to global points.
virtual const pointField & points() const
Points of surface.
virtual void print(Ostream &) const
Write.
const polyMesh & mesh() const
Access to the underlying mesh.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
const isoSurface & surface() const
Abstract base class for interpolation.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual bool expire()
Mark the surface as needing an update.
Mesh consisting of general polyhedral cells.
A surface formed by the iso value. After "Regularised Marching Tetrahedra: improved iso-surface extra...
sampledIsoSurface(const word &name, const polyMesh &mesh, const dictionary &dict)
Construct from dictionary.
A class for managing temporary objects.
Triangulated surface description with patch information.
void getIsoField()
Lookup or read isoField. Sets volFieldPtr_ and pointFieldPtr_.
A sampledSurface defined by a surface of iso value. Always triangulated. To be used in sampleSurfaces...