47 const dictionary&
dict 50 if (dict.isDict(name))
56 return autoPtr<Function1<scalar>>
58 new Function1s::None<scalar>(
name,
dict)
69 rho_(
New(
"rho", dict)),
74 Cpg_(
New(
"Cpg", dict)),
77 mug_(
New(
"mug", dict)),
78 kappa_(
New(
"kappa", dict)),
79 kappag_(
New(
"kappag", dict)),
80 sigma_(
New(
"sigma", dict)),
virtual void write(Ostream &os) const =0
Write data to dictionary stream.
A list of keyword definitions, which are a keyword followed by any number of values (e...
liquid(const dictionary &dict)
Construct from dictionary.
Ostream & endl(Ostream &os)
Add newline and flush stream.
Thermodynamic scalar constants.
Macros for easy insertion into run-time selection tables.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
const scalar & Tstd
Standard temperature (default in [K])
The thermophysical properties of a liquid.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
void write(Ostream &os) const
Write the function coefficients.
word name(const complex &)
Return a string representation of a complex.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual void write(Ostream &os) const =0
Write the function coefficients.
static autoPtr< Function1< Type > > New(const word &name, const dictionary &dict)
Selector.