classReactionDimension
Dimension and structure of a reaction
Extends from ADGenKinetics.Interfaces.dynamic.Dimension.ReactionDimension (Dimension and structure of a reaction).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | NS (from ReactionDimension) | 1 | number of substrates |
| Units.StoichiometricCoef[NS] | n_S (from ReactionDimension) | ones(NS) | stoichiometry of all subtrates |
| Integer | NP (from ReactionDimension) | 1 | number of products |
| Units.StoichiometricCoef[NP] | n_P (from ReactionDimension) | ones(NP) | stoichiometry of all products |