AvramiErofeevNucleation¶
Source: models/chemical_reactions/AvramiErofeevNucleation.py
Avrami–Erofeev nucleation reaction mechanism.
Maps the conversion degree \(a\) to the reaction rate
\[
f = k (1 - a) \bigl(-\ln(1 - a)\bigr)^n
\]
where \(k\) is the reaction coefficient and \(n\) is the reaction order.
Inputs¶
conversion_degree—input·Scalar· requiredDegree of conversion
Outputs¶
reaction_rate—output·Scalar· requiredReaction rate
Parameters¶
coef—parameter·Scalar· requiredReaction coefficient
order—parameter·Scalar· requiredReaction order