120#ifndef functionObjects_log_H
121#define functionObjects_log_H
129namespace functionObjects
138 public fieldExpression
143 Switch checkDimensions_;
175 const dictionary&
dict
179 log(
const log&) =
delete;
186 virtual ~log() =
default;
192 virtual bool read(
const dictionary&);
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,...
const word & name() const noexcept
Return the name of this functionObject.
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
Computes the natural logarithm of an input volScalarField.
log(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
TypeName("log")
Runtime type information.
void operator=(const log &)=delete
No copy assignment.
virtual ~log()=default
Destructor.
log(const log &)=delete
No copy construct.
virtual bool read(const dictionary &)
Read the randomise data.
A class for handling words, derived from Foam::string.
dimensionedScalar log(const dimensionedScalar &ds)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.