ContractingGeometry

Source: models/chemical_reactions/ContractingGeometry.py

Contracting-geometry reaction mechanism.

Maps the conversion degree \(a\) to the reaction rate

\[ f = k (1 - a)^n \]

where \(k\) is the reaction coefficient and \(n\) is the reaction order. \((1 - a)\) is clamped into [eps, 1 - eps] to keep pow well-defined at the endpoints, matching the C++ model.

Inputs

conversion_degreeinput · Scalar · required

Degree of conversion

Outputs

reaction_rateoutput · Scalar · required

Reaction rate

Parameters

coefparameter · Scalar · required

Reaction coefficient

orderparameter · Scalar · required

Reaction order