64 const double s = 0.1 ;
70 *f <<
dot(G) == (-P1 - X) * G + P1 * C1 + FG/C2 + w0;
71 *f <<
dot(I) == alpha * s *
log(1 + z) - n*(I-C4) + FI/C3 + w1;
72 *f <<
dot(X) == -P2 * X + P3 * 0.001 * (I-C4) + w2;
73 *f <<
dot(I2) == gamma * (G - C5) - n * (I2) + w3;
void glycemia(DifferentialEquation *f)
Expression dot(const Expression &arg)
IntermediateState exp(const Expression &arg)
Allows to setup and evaluate differential equations (ODEs and DAEs) based on SymbolicExpressions.
IntermediateState log(const Expression &arg)