95#ifndef functionObjects_mag_H
96#define functionObjects_mag_H
104namespace functionObjects
113 public fieldExpression
138 const dictionary&
dict
142 mag(
const mag&) =
delete;
149 virtual ~mag() =
default;
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 magnitude of an input field.
mag(const mag &)=delete
No copy construct.
virtual ~mag()=default
Destructor.
void operator=(const mag &)=delete
No copy assignment.
TypeName("mag")
Runtime type information.
mag(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
A class for handling words, derived from Foam::string.
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.