New Statement "solvefor" to support DAEs

Registered by Eike

Introduce a new statement "solvefor" that solves a set of algebraic equations. This would enable Siml to express systems Differential Algebraic Equations (DAE).

Simplifications frequently lead to DAEs, and in some cases it is difficult to find a closed solution for the system of algebraic variables. One example is simulating O2 and CO2 concentrations in the head space gas of fermenter.

Blueprint information

Status:
Not started
Approver:
None
Priority:
Undefined
Drafter:
None
Direction:
Needs approval
Assignee:
None
Definition:
New
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

Proposed syntax:

solvefor v1, v2:
    p * v1 = n1 * R * T1
    p * v2 = n2 * R * T2

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.