Go to the documentation of this file.
36 namespace functionObjects
46 bool Foam::functionObjects::magSqr::calc()
48 bool processed =
false;
50 processed = processed || calcMagSqr<scalar>();
51 processed = processed || calcMagSqr<vector>();
52 processed = processed || calcMagSqr<sphericalTensor>();
53 processed = processed || calcMagSqr<symmTensor>();
54 processed = processed || calcMagSqr<tensor>();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
dimensioned< typename typeOfMag< Type >::type > magSqr(const dimensioned< Type > &dt)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Macros for easy insertion into run-time selection tables.
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
addToRunTimeSelectionTable(functionObject, ObukhovLength, dictionary)
defineTypeNameAndDebug(ObukhovLength, 0)
word name(const expressions::valueTypeCode typeCode)
magSqr(const word &name, const Time &runTime, const dictionary &dict)