37namespace functionObjects
47bool Foam::functionObjects::log::calc()
56 if (!checkDimensions_)
68 if (!checkDimensions_)
90 checkDimensions_(true),
105 checkDimensions_ =
dict.getOrDefault<
Switch>(
"checkDimensions",
true);
107 dict.getCheckOrDefault<scalar>
113 scale_ =
dict.getOrDefault<scalar>(
"scale", 1.0);
114 offset_ =
dict.getOrDefault<scalar>(
"offset", 0.0);
Macros for easy insertion into run-time selection tables.
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to construction table with typeName as the key.
static MinMax< scalar > ge(const scalar &minVal)
A semi-infinite range from minVal to the type max.
virtual bool read()
Re-read model coefficients if they have changed.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
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,...
static bool checking() noexcept
True if dimension checking is enabled (the usual default)
Abstract base-class for Time/database function objects.
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
word resultName_
Name of result field.
word fieldName_
Name of field to process.
Computes the natural logarithm of an input volScalarField.
virtual bool read(const dictionary &)
Read the randomise data.
bool store(word &fieldName, const tmp< ObjectType > &tfield, bool cacheable=false)
Store the field in the (sub) objectRegistry under the given name.
A class for handling words, derived from Foam::string.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
label max(const labelHashSet &set, label maxValue=labelMin)
Find the max value in labelHashSet, optionally limited by second argument.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensionedScalar log(const dimensionedScalar &ds)
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for INVALID.