Go to the documentation of this file.
45 Y_(
dict.subDict(
"specie").getOrDefault<scalar>(
"massFraction", 1)),
46 molWeight_(
dict.subDict(
"specie").
get<scalar>(
"molWeight"))
56 os.beginBlock(
"specie");
57 os.writeEntryIfDifferent<scalar>(
"massFraction", 1, Y_);
58 os.writeEntry(
"molWeight", molWeight_);
Ostream & writeEntryIfDifferent(const word &key, const T &value1, const T &value2)
void write(Ostream &os) const
const word dictName("faMeshDefinition")
virtual Ostream & beginBlock(const keyType &kw)
specie(const specie &)=default
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Base class of the thermophysical property types.
virtual Ostream & endBlock()
virtual bool check(const char *operation) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
virtual bool write(const token &tok)=0
Ostream & writeEntry(const keyType &key, const T &value)
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
defineTypeNameAndDebug(combustionModel, 0)