33 namespace functionObjects
40 fieldCoordinateSystemTransform,
64 <<
" Applying transformation from global Cartesian to local " 65 << coordSys_ <<
nl <<
endl;
84 return fieldName +
":Transformed";
95 dict.
lookup(
"fields") >> fields_;
112 transform<scalar>(fields_[fieldi]);
113 transform<vector>(fields_[fieldi]);
114 transform<sphericalTensor>(fields_[fieldi]);
115 transform<symmTensor>(fields_[fieldi]);
116 transform<tensor>(fields_[fieldi]);
127 writeObject(transformFieldName(fields_[fieldi]));
#define forAll(list, i)
Loop across all elements in list.
A list of keyword definitions, which are a keyword followed by any number of values (e...
addToRunTimeSelectionTable(functionObject, Qdot, dictionary)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Macros for easy insertion into run-time selection tables.
virtual bool read(const dictionary &)
Read optional controls.
bool read(const char *, int32_t &)
A class for handling words, derived from string.
defineTypeNameAndDebug(Qdot, 0)
static autoPtr< coordinateSystem > New(const objectRegistry &obr, const dictionary &dict)
Select constructed from dictionary and objectRegistry.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
#define Log
Report write to Foam::Info if the local log switch is true.
Specialisation of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.