crunchflow.input.databases.aqueous.AqueousKinetics

class crunchflow.input.databases.aqueous.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).

__post_init__() None

Validate mutually exclusive fields and law consistency.

__str__() str

Render as an &AqueousKinetics block (single-law-first). Note that parallel laws aren’t printed here.