37namespace functionObjects
98 dict.readEntry(
"writeFields", writeFields_);
99 scaleFactor_ =
dict.getOrDefault<scalar>(
"scaleFactor", 1.0);
100 dict.readEntry(
"fields", fields_);
Macros for easy insertion into run-time selection tables.
virtual bool read()
Re-read model coefficients if they have changed.
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,...
Intermediate class for handling field value-based function objects.
virtual bool read(const dictionary &dict)
Read from dictionary.
const dictionary & dict() const noexcept
Return the reference to the construction dictionary.
virtual bool execute()
Execute.
virtual bool write()
Write.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
Base class for writing single files from the function objects.
Registry of regIOobjects.
A class for handling words, derived from Foam::string.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
fileName::Type type(const fileName &name, const bool followLink=true)
Return the file type: DIRECTORY or FILE, normally following symbolic links.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for INVALID.
constexpr char nl
The newline '\n' character (0x0a)
#define defineRunTimeSelectionTable(baseType, argNames)
Define run-time selection table.