= Description = To simulate chemical or biological process in Diana the Initial Value Problem should be solved at first. A guess for initial conditions can be set in model file. [[BR]] Standard {{{ IDACalcIC() }}} method of Sundials package can calculate consistent initial conditions for homogeneous differential algebraic equations systems of the type {{{ #!html
dx1/dt = f1(x1, x2, ..., xn, t) dx2/dt = f2(x1, x2, ..., xn, t) ... dxn/dt = fn(x1, x2, ..., xn, t) |
(1) |
F1(dx1/dt, dx2/dt, ..., dxn/dt) = f1(x1, x2, ..., xn, t) F2(dx1/dt, dx2/dt, ..., dxn/dt) = f2(x1, x2, ..., xn, t) ... Fn(dx1/dt, dx2/dt, ..., dxn/dt) = fn(x1, x2, ..., xn, t) |
(2) |