Go to the documentation of this file.
74 #ifndef PatchFunction1Types_Sampled_H
75 #define PatchFunction1Types_Sampled_H
85 namespace PatchFunction1Types
95 public PatchFunction1<Type>,
96 public mappedPatchBase
137 void operator=(
const Sampled<Type>&) =
delete;
146 const word& redirectType,
196 virtual inline bool constant()
const
202 virtual inline bool uniform()
const
Sampled(const polyPatch &pp, const word &redirectType, const word &entryName, const dictionary &dict, const bool faceValues=true)
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
const GeometricField< Type, fvPatchField, volMesh > & sampleField() const
word interpolationScheme_
Determines a mapping between patch face centres and mesh cell or face centres and processors they're ...
const polyPatch const word const word & entryName
virtual tmp< Field< Type > > integrate(const scalar x1, const scalar x2) const
bool haveSampleField() const
virtual bool uniform() const
A patch is a list of labels that address the faces in the global face list.
virtual void writeData(Ostream &os) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Top level data entry class for use in dictionaries. Provides a mechanism to specify a variable as a c...
virtual ~Sampled()=default
virtual tmp< PatchFunction1< Type > > clone() const
const polyPatch const word const word const dictionary & dict
virtual bool constant() const
virtual tmp< Field< Type > > value(const scalar x) const
const polyPatch const word const word const dictionary const bool faceValues
void operator=(const Sampled< Type > &)=delete
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Generic GeometricField class.
PatchFunction1 to sample an existing field.
virtual tmp< PatchFunction1< Type > > clone(const polyPatch &pp) const