33 namespace functionObjects
43 bool Foam::functionObjects::randomise::calc()
45 bool processed =
false;
47 #define processType(fieldType, none) \ 48 processed = processed || calcRandomised<fieldType>(); 53 cannotFindObject(fieldName_);
85 dict.
lookup(
"magPerturbation") >> magPerturbation_;
A list of keyword definitions, which are a keyword followed by any number of values (e...
addToRunTimeSelectionTable(functionObject, Qdot, dictionary)
#define processType(fieldType, none)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Macros for easy insertion into run-time selection tables.
bool read(const char *, int32_t &)
A class for handling words, derived from string.
virtual bool read(const dictionary &)
Read the randomise data.
randomise(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual ~randomise()
Destructor.
defineTypeNameAndDebug(Qdot, 0)
FOR_ALL_FIELD_TYPES(DefineFvWallInfoType)
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.