38 #ifndef FullerDiffusionCoefficient_H
39 #define FullerDiffusionCoefficient_H
61 scalar Va_, Vb_, Ma_, Mb_;
70 TypeName(
"FullerDiffusionCoefficient");
99 virtual scalar
value(scalar
p, scalar
T)
const
101 return 101325
e-7*(
pow(
T, 1.75))*alpha_/(
p*beta_);
const word & name() const
Return the name of the entry.
Fuller et al. correlation for vapour mass diffusivity.
virtual scalar value(scalar p, scalar T) const
Vapour mass diffusivity function.
virtual void write(Ostream &os, const unitSets &units) const
Write the function coefficients.
virtual tmp< Function2< scalar > > clone() const
Construct and return a clone.
FullerDiffusionCoefficient(const word &name, const unitSets &units, const dictionary &dict)
Construct from name and dictionary.
TypeName("FullerDiffusionCoefficient")
Runtime type information.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
A class for managing temporary objects.
A class for handling words, derived from string.
tmp< DimensionedField< typename powProduct< Type, r >::type, GeoMesh, Field > > pow(const DimensionedField< Type, GeoMesh, PrimitiveField > &df, typename powProduct< Type, r >::type)
void T(GeometricField< Type, GeoMesh, PrimitiveField1 > &gf, const GeometricField< Type, GeoMesh, PrimitiveField2 > &gf1)