51 C_(
dict.get<scalar>(
"C")),
52 Cp_(
dict.get<scalar>(
"Cp")),
53 Tpc_(
dict.get<scalar>(
"Tpc")),
54 Elat_(
dict.get<scalar>(
"Elat"))
60inline Foam::scalar Foam::solidIsothermalReactionRate::operator()
72 return -C_*Cp_*(
T - Tpc_)/Elat_;
78 os.writeEntry(
"C", C_);
79 os.writeEntry(
"Cp", Cp_);
80 os.writeEntry(
"Tpc", Tpc_);
81 os.writeEntry(
"Elat", Elat_);
88 const solidIsothermalReactionRate& iso
Graphite solid properties.
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,...
Isothermal reaction rate for solids.
solidIsothermalReactionRate(const scalar C, const scalar Cp, const scalar Tpc, const scalar Elat)
Construct from components.
void write(Ostream &os) const
Write to stream.
const volScalarField & Cp
OBJstream os(runTime.globalPath()/outputName)
hashedWordList speciesTable
A table of species as a hashedWordList.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)