Go to the documentation of this file.
63 return meanFieldName_;
72 meanFieldName_ =
name;
91 return prime2MeanFieldName_;
100 prime2MeanFieldName_ =
name;
106 return baseTypeNames_[base_];
144 return windowFieldNames_;
150 return allowRestart_;
172 <<
"Unhandled enumeration " << baseTypeNames_[base_]
191 return scalar(totalIter_);
196 <<
"Unhandled enumeration " << baseTypeNames_[base_]
210 return prefix +
':' + fieldName_ +
':' +
Foam::name(totalIter_);
220 return round(t) <= round(window_) + 1;
229 <<
"Unhandled baseType enumeration "
230 << baseTypeNames_[base_]
241 return windowType_ == windowType::EXACT;
247 return (allowRestart_ && window_ > 0);
const FIFOStack< scalar > & windowTimes() const
A class for handling words, derived from Foam::string.
void setPrime2MeanFieldName(const word &name)
bool writeWindowFields() const
scalar dt(const scalar deltaT) const
const word & fieldName() const
bool allowRestart() const
bool storeWindowFields() const
const word & meanFieldName() const
bool inWindow(const scalar t) const
const word & windowName() const
errorManip< error > abort(error &err)
void setMeanFieldName(const word &name)
#define FatalErrorInFunction
const word & prime2MeanFieldName() const
word name(const expressions::valueTypeCode typeCode)
const FIFOStack< word > & windowFieldNames() const
A FIFO stack based on a singly-linked list.
word windowFieldName(const word &prefix) const
const word & base() const