Skip to content

Support for conserved quantities? #137

@jlumpe

Description

@jlumpe

It's common in a lot of biochemical network models to have an enzyme which transitions between an active and inactive form but otherwise exists in a fixed quantity. So you have

@reaction_network begin
(v1, v2), E_a <-> E_i
...
end

as the only reaction in which the amounts of E_a and E_i change. In this case you can take E_t = E_a + E_i to be a fixed parameter, and then you need only have E_a as a state variable because E_i = E_t - E_a.

Is this something you are planning to support?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions