Go to the documentation of this file.
97 #ifndef functionObjects_randomise_H
98 #define functionObjects_randomise_H
106 namespace functionObjects
115 public fieldExpression
120 scalar magPerturbation_;
127 bool calcRandomised();
146 const dictionary&
dict
virtual ~randomise()=default
Destructor.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
void operator=(const randomise &)=delete
No copy assignment.
randomise(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual bool read(const dictionary &)
Read the randomise data.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
TypeName("randomise")
Runtime type information.
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
const word & name() const
Return the name of this functionObject.
Adds a random component to an input field, with a specified perturbation magnitude.