gas_reaction

Vars | |
priority_group | The priority group this reaction is a part of. You can think of these as processing in batches, put your reaction into the one that's most fitting |
---|---|
requirements | Regarding the requirements list: the minimum or maximum requirements must be non-zero. When in doubt, use MINIMUM_MOLE_COUNT. Another thing to note is that reactions will not fire if we have any requirements outside of gas id path or MIN_TEMP or MAX_TEMP. More complex implementations will require modifications to gas_mixture.react() |
Var Details
priority_group

The priority group this reaction is a part of. You can think of these as processing in batches, put your reaction into the one that's most fitting
requirements

Regarding the requirements list: the minimum or maximum requirements must be non-zero. When in doubt, use MINIMUM_MOLE_COUNT. Another thing to note is that reactions will not fire if we have any requirements outside of gas id path or MIN_TEMP or MAX_TEMP. More complex implementations will require modifications to gas_mixture.react()