Go to the documentation of this file.
71 #ifndef sampledMeshedSurfaceNormal_H
72 #define sampledMeshedSurfaceNormal_H
85 class sampledMeshedSurfaceNormal
87 public sampledMeshedSurface
92 TypeName(
"sampledMeshedSurfaceNormal");
101 const polyMesh&
mesh,
102 const word& surfaceName,
sampledMeshedSurfaceNormal(const word &name, const polyMesh &mesh, const word &surfaceName, const samplingSource sampleSource)
A class for handling words, derived from Foam::string.
virtual tmp< scalarField > sample(const interpolation< scalar > &sampler) const
A class for managing temporary objects.
Mesh consisting of general polyhedral cells.
Variant of sampledMeshedSurface that samples the surface-normal component of a vector field.
bool interpolate() const noexcept
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const noexcept
A sampledSurface from a meshed surface. It samples on the points/faces of the meshed surface.
const polyMesh & mesh() const noexcept
virtual ~sampledMeshedSurfaceNormal()=default
TypeName("sampledMeshedSurfaceNormal")