rxn_rate Function

public function rxn_rate(c)

Computes the chemical reaction rate based on the progress variable c.

This uses a piecewise exponential/Arrhenius model depending on whether the progress variable is below c_cut, above c_ref, or intermediate.

Arguments

Type IntentOptional Attributes Name
real(kind=real64) :: c

The progress variable (0.0 to 1.0).

Return Value real(kind=real64)