33 namespace functionObjects
43 bool Foam::functionObjects::magSqr::calc()
45 bool processed =
false;
47 processed = processed || calcMagSqr<scalar>();
48 processed = processed || calcMagSqr<vector>();
49 processed = processed || calcMagSqr<sphericalTensor>();
50 processed = processed || calcMagSqr<symmTensor>();
51 processed = processed || calcMagSqr<tensor>();
A list of keyword definitions, which are a keyword followed by any number of values (e...
magSqr(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual ~magSqr()
Destructor.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Macros for easy insertion into run-time selection tables.
bool read(const char *, int32_t &)
A class for handling words, derived from string.
dimensioned< scalar > magSqr(const dimensioned< Type > &)
defineTypeNameAndDebug(fvMeshFunctionObject, 0)
addToRunTimeSelectionTable(functionObject, add, dictionary)