49 dict.
lookup(
"fields") >> fields_;
50 dict.
lookup(
"valueOutput") >> valueOutput_;
61 if (log_)
Info<<
type() <<
" " << name_ <<
" output:" <<
nl;
73 const word& valueType,
74 const bool loadFromFiles
84 fields_(dict.
lookup(
"fields")),
85 valueOutput_(dict.
lookup(
"valueOutput")),
89 if (isA<fvMesh>(obr_))
97 "fieldValue::fieldValue" 100 "const objectRegistry&, " 101 "const dictionary&, " 104 ) <<
"No fvMesh available, deactivating " << name <<
nl virtual void execute()
Execute.
virtual void timeSet()
Called when time was set at the end of the Time::operator++.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A class for handling words, derived from string.
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void write()
Write to screen/file.
virtual void updateMesh(const mapPolyMesh &)
Update mesh.
virtual void read(const dictionary &dict)
Read from dictionary.
static const dictionary null
Null dictionary.
Ostream & endl(Ostream &os)
Add newline and flush stream.
#define WarningIn(functionName)
Report a warning using Foam::Warning.
fieldValue(const word &name, const objectRegistry &obr, const dictionary &dict, const word &valueType, const bool loadFromFiles=false)
Construct from components.
Macros for easy insertion into run-time selection tables.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
virtual void write()
Write function.
Mesh consisting of general polyhedral cells.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
T lookupOrDefault(const word &, const T &, bool recursive=false, bool patternMatch=true) const
Find and return a T,.
Registry of regIOobjects.
A class for handling file names.
virtual void end()
Execute the at the final time-loop, currently does nothing.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Base class for output file data handling.
bool read(const char *, int32_t &)
virtual ~fieldValue()
Destructor.
static const word null
An empty word.
defineTypeNameAndDebug(combustionModel, 0)
virtual void movePoints(const polyMesh &)
Move points.