Go to the documentation of this file.
46 os.writeEntry(
"type",
type());
47 os.writeEntry(
"active", active_);
50 coeffs_.writeEntry(
word(
type() +
"Coeffs"),
os);
56 dict.readIfPresent(
"active", active_);
58 coeffs_ =
dict.optionalSubDict(modelType_ +
"Coeffs");
virtual void writeFooter(Ostream &) const
A class for handling words, derived from Foam::string.
virtual void writeData(Ostream &) const
virtual void writeHeader(Ostream &) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
virtual bool read(const dictionary &dict)
fileName::Type type(const fileName &name, const bool followLink=true)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...