35namespace functionObjects
45bool Foam::functionObjects::mag::calc()
47 bool processed =
false;
49 processed = processed || calcMag<scalar>();
50 processed = processed || calcMag<vector>();
51 processed = processed || calcMag<sphericalTensor>();
52 processed = processed || calcMag<symmTensor>();
53 processed = processed || calcMag<tensor>();
Macros for easy insertion into run-time selection tables.
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to construction table with typeName as the key.
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,...
Abstract base-class for Time/database function objects.
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
Computes the magnitude of an input field.
A class for handling words, derived from Foam::string.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for INVALID.