Go to the documentation of this file.
115 #ifndef functionObjects_reference_H
116 #define functionObjects_reference_H
125 namespace functionObjects
134 public fieldExpression
145 word interpolationScheme_;
151 dictionary localDict_;
180 const dictionary&
dict
197 virtual bool read(
const dictionary&
dict);
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
reference(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
TypeName("reference")
Runtime type information.
virtual ~reference()=default
Destructor.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
const word & name() const
Return the name of this functionObject.
void operator=(const reference &)=delete
No copy assignment.
Computes a field whose values are offset to a reference value obtained by sampling the field at a use...
vector point
Point is a vector.
virtual bool read(const dictionary &dict)
Read the fieldExpression data.