Go to the documentation of this file.
40 #ifndef sampledPatchInternalField_H
41 #define sampledPatchInternalField_H
81 TypeName(
"sampledPatchInternalField");
PtrList< mappedPatchBase > mappers_
Mapping engines.
A class for handling words, derived from string.
A class for managing temporary objects.
Variation of sampledPatch that samples the internalField (at a given normal distance from the patch) ...
TypeName("sampledPatchInternalField")
Runtime type information.
Mesh consisting of general polyhedral cells.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
virtual void print(Ostream &) const
Write.
A list of keyword definitions, which are a keyword followed by any number of values (e....
sampledPatchInternalField(const word &name, const polyMesh &mesh, const dictionary &dict)
Construct from dictionary.
virtual ~sampledPatchInternalField()
Destructor.
virtual tmp< scalarField > sample(const volScalarField &) const
Sample field on surface.
const word & name() const
Name of surface.
tmp< Field< Type > > sampleField(const GeometricField< Type, fvPatchField, volMesh > &vField) const
Sample field on faces.
const polyMesh & mesh() const
Access to the underlying mesh.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Generic GeometricField class.
tmp< Field< Type > > interpolateField(const interpolation< Type > &) const
bool interpolate() const
Interpolation requested for surface.
A sampledSurface on patches. Non-triangulated by default.