36 const word& entryName,
42 mark_(
dict.getOrDefaultCompat<scalar>(
"mark", {{
"markSpace", 2006}}, 1)),
43 space_(
dict.getOrDefault<scalar>(
"space", 1))
61 os.writeEntryIfDifferent<scalar>(
"mark", 1, mark_);
62 os.writeEntryIfDifferent<scalar>(
"space", 1, space_);
virtual void writeEntries(Ostream &os) const
Write coefficient entries in dictionary format.
Sine(const word &entryName, const dictionary &dict, const objectRegistry *obrPtr=nullptr)
Construct from entry name, dictionary and optional registry.
Square(const word &entryName, const dictionary &dict, const objectRegistry *obrPtr=nullptr)
Construct from entry name, dictionary and optional registry.
virtual void writeData(Ostream &os) const
Write in dictionary format.
virtual void writeEntries(Ostream &os) const
Write coefficient entries in dictionary format.
virtual void writeData(Ostream &os) const
Write in dictionary format.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Registry of regIOobjects.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
void rhs(fvMatrix< typename Expr::value_type > &m, const Expr &expression)