Go to the documentation of this file.
58 inline Foam::scalar Foam::solidArrheniusReactionRate::operator()
82 os.writeEntry(
"A", A_);
83 os.writeEntry(
"Ta", Ta_);
84 os.writeEntry(
"Tcrit", Tcrit_);
91 const solidArrheniusReactionRate& arr
solidArrheniusReactionRate(const scalar A, const scalar Ta, const scalar Tcrit)
static const Foam::dimensionedScalar A("", Foam::dimPressure, 611.21)
dimensionedScalar exp(const dimensionedScalar &ds)
Generic templated field type.
A wordList with hashed named lookup, which can be faster in some situations than using the normal lis...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
void write(Ostream &os) const
virtual bool write(const token &tok)=0
Arrhenius reaction rate for solids.
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,...