35 namespace functionObjects
71 dict.lookup(
"fields") >> fields_;
100 const word& fieldName = fields_[fieldi];
103 loadField<scalar>(fieldName, vsf_, ssf_);
104 loadField<vector>(fieldName, vvf_, svf_);
105 loadField<sphericalTensor>(fieldName, vSpheretf_, sSpheretf_);
106 loadField<symmTensor>(fieldName, vSymmtf_, sSymmtf_);
107 loadField<tensor>(fieldName, vtf_, stf_);
#define forAll(list, i)
Loop across all elements in list.
Macros for easy insertion into run-time selection tables.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base-class for Time/database functionObjects.
Specialisation of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
Reads fields from the time directories and adds them to the mesh database for further post-processing...
virtual wordList fields() const
Return the list of fields required.
readFields(const word &name, const Time &runTime, const dictionary &dict)
Construct for given objectRegistry and dictionary.
virtual ~readFields()
Destructor.
virtual bool execute()
Read the fields.
virtual bool write()
Do nothing.
virtual bool read(const dictionary &)
Read the set of fields from dictionary.
virtual bool read(const dictionary &)
Read optional controls.
A class for handling words, derived from string.
defineTypeNameAndDebug(adjustTimeStepToCombustion, 0)
addToRunTimeSelectionTable(functionObject, adjustTimeStepToCombustion, dictionary)
word name(const bool)
Return a word representation of a bool.