116#ifndef functionObjects_reference_H
117#define functionObjects_reference_H
126namespace functionObjects
135 public fieldExpression
140 dictionary localDict_;
169 const dictionary&
dict
176 void operator=(
const reference&) =
delete;
186 virtual bool read(
const dictionary&
dict);
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const noexcept
Return the name of this functionObject.
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
Computes a field whose values are offset to a reference value obtained by from a Function1.
reference(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual bool read(const dictionary &dict)
Read the fieldExpression data.
void operator=(const reference &)=delete
No copy assignment.
reference(const reference &)=delete
No copy construct.
virtual ~reference()=default
Destructor.
TypeName("reference")
Runtime type information.
A class for handling words, derived from Foam::string.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.