Go to the documentation of this file.
44 const bool loadFromFiles
55 if (isA<fvMesh>(obr_))
60 <<
type() <<
" " << name_ <<
":" <<
nl
61 <<
" Applying transformation from global Cartesian to local "
62 << coordSys_ <<
nl <<
endl;
68 <<
"No fvMesh available, deactivating " << name_
86 log_.readIfPresent(
"log",
dict);
96 if (log_)
Info<<
type() <<
" " << name_ <<
" output:" <<
nl;
101 transform<scalar>(fieldSet_[fieldI]);
102 transform<vector>(fieldSet_[fieldI]);
103 transform<sphericalTensor>(fieldSet_[fieldI]);
104 transform<symmTensor>(fieldSet_[fieldI]);
105 transform<tensor>(fieldSet_[fieldI]);
127 if (log_)
Info<<
type() <<
" " << name_ <<
" output:" <<
nl;
131 const word fieldName = fieldSet_[fieldI] +
":Transformed";
136 if (log_)
Info <<
" writing field " << field.
name() <<
nl;
A class for handling words, derived from string.
#define forAll(list, i)
Loop across all elements in list.
bool read(const char *, int32_t &)
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
virtual bool write() const
Write using setting from DB.
Ostream & endl(Ostream &os)
Add newline and flush stream.
Registry of regIOobjects.
const word & name() const
Return name.
A list of keyword definitions, which are a keyword followed by any number of values (e....
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
defineTypeNameAndDebug(combustionModel, 0)
#define WarningInFunction
Report a warning using Foam::Warning.
word name(const complex &)
Return a string representation of a complex.