71#ifndef sampledPatchInternalField_H
72#define sampledPatchInternalField_H
93 PtrList<mappedPatchBase> mappers_;
100 tmp<Field<Type>> sampleOnFaces
102 const interpolation<Type>& sampler
107 tmp<Field<Type>> sampleOnPoints
109 const interpolation<Type>& interpolator
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Abstract base class for volume field interpolation.
Mesh consisting of general polyhedral cells.
Variation of sampledPatch that samples the internalField (at a given normal distance from the patch) ...
sampledPatchInternalField(const word &name, const polyMesh &mesh, const dictionary &dict)
Construct from dictionary.
TypeName("sampledPatchInternalField")
Runtime type information.
virtual void print(Ostream &os, int level=0) const
Print information.
virtual tmp< scalarField > sample(const interpolation< scalar > &sampler) const
Sample boundary of volume field onto surface faces.
virtual ~sampledPatchInternalField()=default
Destructor.
A sampledSurface on patches. Non-triangulated by default.
sampledPatch(const word &name, const polyMesh &mesh, const UList< wordRe > &patchNames, const bool triangulate=false)
Construct from components.
const polyMesh & mesh() const noexcept
Access to the underlying mesh.
bool interpolate() const noexcept
Same as isPointData().
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.