Go to the documentation of this file.
71 #ifndef sampledPatchInternalField_H
72 #define sampledPatchInternalField_H
86 class sampledPatchInternalField
93 PtrList<mappedPatchBase> mappers_;
100 tmp<Field<Type>> sampleOnFaces
102 const interpolation<Type>& sampler
107 tmp<Field<Type>> sampleOnPoints
109 const interpolation<Type>& interpolator
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
virtual void print(Ostream &os, int level=0) const
virtual tmp< scalarField > sample(const interpolation< scalar > &sampler) const
Variation of sampledPatch that samples the internalField (at a given normal distance from the patch) ...
TypeName("sampledPatchInternalField")
virtual ~sampledPatchInternalField()=default
Mesh consisting of general polyhedral cells.
bool interpolate() const noexcept
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,...
sampledPatchInternalField(const word &name, const polyMesh &mesh, const dictionary &dict)
OBJstream os(runTime.globalPath()/outputName)
const word & name() const noexcept
const polyMesh & mesh() const noexcept
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A sampledSurface on patches. Non-triangulated by default.