crunchflow.input.databases.common.AqueousKinetics ================================================= .. py:class:: crunchflow.input.databases.common.AqueousKinetics Single-law-first representation of an aqueous kinetic entry. Common, intuitive case (one law): - Edit fields directly on this object, e.g.: rate25C, orders (for 'tst'/'irreversible') rate25C, monod_terms, inhibition (for 'monod'/'MonodBiomass') Rare case (parallel laws): - Add additional laws in `parallel_laws` as dicts, each with the same reaction_type and the same schema as the primary law (see below). .. !! processed by numpydoc !! .. py:method:: __post_init__() -> None Validate mutually exclusive fields and law consistency. .. !! processed by numpydoc !! .. py:method:: __str__() -> str Render as an &AqueousKinetics block (single-law-first). Note that parallel laws aren't printed here. .. !! processed by numpydoc !!