40 #ifndef sampledPatchInternalField_H
41 #define sampledPatchInternalField_H
50 namespace sampledSurfaces
Generic GeometricField class.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for interpolation.
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.
Variation of sampledPatch that samples the internalField (at a given normal distance from the patch) ...
TypeName("patchInternalField")
Runtime type information.
patchInternalField(const word &name, const polyMesh &mesh, const dictionary &dict)
Construct from dictionary.
virtual ~patchInternalField()
Destructor.
virtual tmp< scalarField > sample(const volScalarField &) const
Sample field on surface.
virtual void print(Ostream &) const
Write.
A sampledSurface on patches. Non-triangulated by default.
A class for managing temporary objects.
A class for handling words, derived from string.