Go to the documentation of this file.
44 const bool loadFromFiles
54 if (isA<fvMesh>(obr_))
62 <<
"No fvMesh available, deactivating " << name_
80 log_.readIfPresent(
"log",
dict);
92 const word& fieldName = fieldSet_[fieldI];
95 loadField<scalar>(fieldName);
96 loadField<vector>(fieldName);
97 loadField<sphericalTensor>(fieldName);
98 loadField<symmTensor>(fieldName);
99 loadField<tensor>(fieldName);
A class for handling words, derived from string.
readFields(const readFields &)
Disallow default bitwise copy construct.
#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.
Ostream & endl(Ostream &os)
Add newline and flush stream.
virtual void timeSet()
Called when time was set at the end of the Time::operator++.
Registry of regIOobjects.
virtual void read(const dictionary &)
Read the field min/max data.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual ~readFields()
Destructor.
virtual void write()
Write.
virtual void execute()
Execute, currently does nothing.
virtual void end()
Execute at the final time-loop, currently does nothing.
defineTypeNameAndDebug(combustionModel, 0)
#define WarningInFunction
Report a warning using Foam::Warning.
void readFields(const typename GeoMesh::Mesh &mesh, const IOobjectList &objects, PtrList< GeometricField< Type, PatchField, GeoMesh > > &fields, const bool readOldTime)
word name(const complex &)
Return a string representation of a complex.