106#ifndef Foam_functionObjects_log_H
107#define Foam_functionObjects_log_H
129 Switch checkDimensions_;
172 virtual ~log() =
default;
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.
bool log
Flag to write log into Info.
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
fieldExpression(const word &name, const Time &runTime, const dictionary &dict, const word &fieldName=word::null, const word &resultName=word::null)
Construct from name, Time and dictionary.
virtual bool calc()=0
Calculate the components of the field and return true if successful.
Computes the natural logarithm of an input volScalarField.
log(const word &name, const Time &runTime, const dictionary &dict)
Construct from name, Time and dictionary.
TypeName("log")
Runtime type information.
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
void operator=(const log &)=delete
No copy assignment.
virtual ~log()=default
Destructor.
log(const log &)=delete
No copy construct.
A class for handling words, derived from Foam::string.
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.