ODE/DAE Solver

This version has a partial reactor model.

Model Input Section

Notes Data Input

Variables

Enter names of variables separated by commas or commas and newlines. Variable names must consist of alphanumeric characters (a-z, 0-9), and the underscore character(_). Variable names are case sensitive. Certain words are reserved, and may not be used as variable names. These are:
  • Time
  • Tmax
  • DeltaT

Parameters

Enter parameters together with their value opposite, separated by either semi-colons and/or new lines. Parameters are "variables" whose value is constant, and thus have the same restrictions on their names.

Algebraic equations:

Remember that these must be separated by semicolons and/or newlines, and have only a single variable on the left hand side of the equals sign, and must be given in an order which enables each to be calculated rom either an o.d.e. variable or a previously determined algebraic equation variable.

Differential equations:

Differential variables are written as a.dt, (for da/dt)where a is the dependent variable, and t the independant variable

Initial Conditions and Equations

An initial value is required for each ODE variable and must be provided:

Schedule

Change as appropriate. These are only required for equation sets containing differential equations.
Timestep:
Maximum Time :


Jack Ponton
J.W.Ponton@ed.ac.uk
Last modified Sep 14 2001