/tg/ Station 13 - Modules - TypesVar Details

gas_reaction

Vars

descA short string describing this reaction.
factor
idID of the reaction
nameName of the reaction
requirementsRegarding 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

desc

A short string describing this reaction.

factor

id

ID of the reaction

name

Name of the reaction

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()