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)),
91 rho_->write(os); os <<
nl;
92 pv_->write(os); os <<
nl;
93 hl_->write(os); os <<
nl;
94 Cp_->write(os); os <<
nl;
95 h_->write(os); os <<
nl;
96 Cpg_->write(os); os <<
nl;
97 B_->write(os); os <<
nl;
98 mu_->write(os); os <<
nl;
99 mug_->write(os); os <<
nl;
100 kappa_->write(os); os <<
nl;
101 kappag_->write(os); os <<
nl;
102 sigma_->write(os); os <<
nl;
103 D_->write(os); os <<
endl;
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.