Cell Culture

Apps.CellCultivation History

Hide minor edits - Show changes to output

July 07, 2023, at 09:06 PM by 10.35.117.248 -
Deleted lines 3-4:

!! Cell Cultivation
April 17, 2012, at 05:54 AM by 69.169.188.228 -
Deleted lines 16-30:

----

!!! Sample Results

!!!! Input

* %list list-page% (:html:)<a href="/online/plot.php?d=cells&f=MV(1).xml">Substrate Feed Rate</a>(:htmlend:)

!!!! Predictions

* %list list-page% (:html:)<a href="/online/plot.php?d=cells&f=SV(1).xml">Cell concentration</a>(:htmlend:)
* %list list-page% (:html:)<a href="/online/plot.php?d=cells&f=SV(2).xml">Substrate concentration</a>(:htmlend:)
* %list list-page% (:html:)<a href="/online/plot.php?d=cells&f=SV(3).xml">Product concentration</a>(:htmlend:)
* %list list-page% (:html:)<a href="/online/plot.php?d=cells&f=SV(4).xml">Oxygen concentration</a>(:htmlend:)
November 25, 2010, at 03:10 AM by 206.180.155.75 -
Added lines 1-4:
(:title Cell Culture:)
(:keywords nonlinear, model, predictive control, APMonitor, differential, algebraic, modeling language, cell culture:)
(:description Simulation of a cell culture with APMonitor:)

May 26, 2010, at 11:58 AM by 158.35.225.240 -
Changed lines 20-21 from:
* %list list-page% (:html:)<a href="https://apmonitor.ath.cx/online/plot.php?d=cells&f=MV(1).xml">Substrate Feed Rate</a>(:htmlend:)
to:
* %list list-page% (:html:)<a href="/online/plot.php?d=cells&f=MV(1).xml">Substrate Feed Rate</a>(:htmlend:)
Changed lines 24-27 from:
* %list list-page% (:html:)<a href="https://apmonitor.ath.cx/online/plot.php?d=cells&f=SV(1).xml">Cell concentration</a>(:htmlend:)
* %list list-page% (:html:)<a href="https://apmonitor.ath.cx/online/plot.php?d=cells&f=SV(2).xml">Substrate concentration</a>(:htmlend:)
* %list list-page% (:html:)<a href="https://apmonitor.ath.cx/online/plot.php?d=cells&f=SV(3).xml">Product concentration</a>(:htmlend:)
* %list list-page% (:html:)<a href="https://apmonitor.ath.cx/online/plot.php?d=cells&f=SV(4).xml">Oxygen concentration</a>(:htmlend:)
to:
* %list list-page% (:html:)<a href="/online/plot.php?d=cells&f=SV(1).xml">Cell concentration</a>(:htmlend:)
* %list list-page% (:html:)<a href="/online/plot.php?d=cells&f=SV(2).xml">Substrate concentration</a>(:htmlend:)
* %list list-page% (:html:)<a href="/online/plot.php?d=cells&f=SV(3).xml">Product concentration</a>(:htmlend:)
* %list list-page% (:html:)<a href="/online/plot.php?d=cells&f=SV(4).xml">Oxygen concentration</a>(:htmlend:)
March 06, 2010, at 09:37 AM by 206.180.155.75 -
Changed line 31 from:
(:html:)<font size=1><pre>
to:
(:html:)<font size=2><pre>
April 23, 2009, at 04:25 PM by 158.35.225.231 -
Changed line 31 from:
(:html:)<font size=2><pre>
to:
(:html:)<font size=1><pre>
April 23, 2009, at 04:25 PM by 158.35.225.231 -
Changed line 31 from:
(:html:)<pre>
to:
(:html:)<font size=2><pre>
Changed line 79 from:
</pre>(:htmlend:)
to:
</pre></font>(:htmlend:)
April 23, 2009, at 04:22 PM by 158.35.225.231 -
Changed lines 27-79 from:
* %list list-page% (:html:)<a href="https://apmonitor.ath.cx/online/plot.php?d=cells&f=SV(4).xml">Oxygen concentration</a>(:htmlend:)
to:
* %list list-page% (:html:)<a href="https://apmonitor.ath.cx/online/plot.php?d=cells&f=SV(4).xml">Oxygen concentration</a>(:htmlend:)

----

(:html:)<pre>
! APMonitor Modeling Language
! https://www.apmonitor.com

! Cultivation of isolated plant cells in suspension culture
!
! Munack A., Posten C. (1989): Design of optimal dynamical experiments for
!  parameter estimation, Proceedings of the Americal Control Conference,
!  Vol. 4, 2010-2016.
Model cells
  Parameters
    romax = 85
    yco = 0.897
    ypx = 0.0673
    vl = 1
    kl = 0.0137
    os = 86.2
    rsmax = 0.0352
    ks = 0.186
    ko = 6.32
    yxs = 5.6
    mum = 0.118
    rf = 0.05
  End Parameters

  Variables
    x = 4
    s = 50
    p = 5
    o = 0.022
    c = 1.059
  End Variables

  Intermediates
    rs = rsmax * s / (ks + s)
    mu = yxs*rs - mum
    ro = romax * o / (ko + o)
    rc = yco*ro
  End Intermediates

  Equations
    $x = mu * x
    $s = -rs*x + 10*rf
    $p = ypx*mu*x
    ro * x = (os - o)*kl*vl
    c = rc * x / vl
  End Equations
End Model
</pre>(:htmlend:)
November 04, 2008, at 04:12 PM by 158.35.225.231 -
November 04, 2008, at 04:03 AM by 98.199.241.177 -
Changed line 12 from:
* %list list-page% [[Attach:cells.apm | cells.apm]]
to:
* %list list-page% [[Attach:cells.apm | Cell Culture Model]]
November 04, 2008, at 03:17 AM by 98.199.241.177 -
November 03, 2008, at 01:46 PM by 158.35.225.228 -
Added lines 8-9:
----
Added lines 13-14:

----
November 03, 2008, at 01:39 PM by 158.35.225.228 -
Changed lines 23-26 from:
* %list list-page% (:html:)<a href="https://apmonitor.ath.cx/online/plot.php?d=cells&f=SV(4).xml">Oxygen concentration</a>(:htmlend:)

* %list list-page% [[https://apmonitor.ath.cx/online/plot.php?d=cells&f=SV(3).xml|Product concentration]]
* %list list-page% [[https://apmonitor.ath.cx/online/plot.php?d=cells&f=SV(4).xml|Oxygen concentration]]
to:
* %list list-page% (:html:)<a href="https://apmonitor.ath.cx/online/plot.php?d=cells&f=SV(4).xml">Oxygen concentration</a>(:htmlend:)
November 03, 2008, at 01:39 PM by 158.35.225.228 -
Changed lines 20-21 from:
* %list list-page% [[https://apmonitor.ath.cx/online/plot.php?d=cells&f=SV(1).xml|Cell concentration]]
* %list list-page% [[https://apmonitor.ath.cx/online/plot.php?d=cells&f=SV(2).xml|Substrate concentration]]
to:
* %list list-page% (:html:)<a href="https://apmonitor.ath.cx/online/plot.php?d=cells&f=SV(1).xml">Cell concentration</a>(:htmlend:)
* %list list-page% (:html:)<a href="https://apmonitor.ath.cx/online/plot.php?d=cells&f=SV(2).xml">Substrate concentration</a>(:htmlend:)
* %list list-page% (:html:)<a href="https://apmonitor.ath.cx/online/plot.php?d=cells&f=SV(3).xml">Product concentration</a>(:htmlend:)
* %list list-page% (:html:)<a href="https://apmonitor.ath.cx/online/plot.php?d=cells&f=SV(4).xml">Oxygen concentration</a>(:htmlend:)

November 03, 2008, at 01:36 PM by 158.35.225.228 -
Changed line 16 from:
* %list list-page% (:html:)<a href="https://apmonitor.ath.cx/online/plot.php?d=cells&f=MV(1).xml>Substrate Feed Rate</a>"(:htmlend:)
to:
* %list list-page% (:html:)<a href="https://apmonitor.ath.cx/online/plot.php?d=cells&f=MV(1).xml">Substrate Feed Rate</a>(:htmlend:)
November 03, 2008, at 01:35 PM by 158.35.225.228 -
Changed line 16 from:
* %list list-page% [[https://apmonitor.ath.cx/online/plot.php?d=cells&f=MV//(1\\).xml|Substrate Feed Rate]]
to:
* %list list-page% (:html:)<a href="https://apmonitor.ath.cx/online/plot.php?d=cells&f=MV(1).xml>Substrate Feed Rate</a>"(:htmlend:)
November 03, 2008, at 01:34 PM by 158.35.225.228 -
Changed line 16 from:
* %list list-page% [[https://apmonitor.ath.cx/online/plot.php?d=cells&f=MV[1].xml|Substrate Feed Rate]]
to:
* %list list-page% [[https://apmonitor.ath.cx/online/plot.php?d=cells&f=MV//(1\\).xml|Substrate Feed Rate]]
November 03, 2008, at 01:34 PM by 158.35.225.228 -
Changed line 16 from:
* %list list-page% [[https://apmonitor.ath.cx/online/plot.php?d=cells&f=MV\(1\).xml|Substrate Feed Rate]]
to:
* %list list-page% [[https://apmonitor.ath.cx/online/plot.php?d=cells&f=MV[1].xml|Substrate Feed Rate]]
November 03, 2008, at 01:33 PM by 158.35.225.228 -
Changed line 16 from:
* %list list-page% [[https://apmonitor.ath.cx/online/plot.php?d=cells&f=MV/(1/).xml|Substrate Feed Rate]]
to:
* %list list-page% [[https://apmonitor.ath.cx/online/plot.php?d=cells&f=MV\(1\).xml|Substrate Feed Rate]]
November 03, 2008, at 01:33 PM by 158.35.225.228 -
Changed line 16 from:
* %list list-page% [[(:html:)https://apmonitor.ath.cx/online/plot.php?d=cells&f=MV(1).xml(:htmlend:)|Substrate Feed Rate]]
to:
* %list list-page% [[https://apmonitor.ath.cx/online/plot.php?d=cells&f=MV/(1/).xml|Substrate Feed Rate]]
November 03, 2008, at 01:33 PM by 158.35.225.228 -
Changed line 16 from:
* %list list-page% [[https://apmonitor.ath.cx/online/plot.php?d=cells&f=MV(1).xml|Substrate Feed Rate]]
to:
* %list list-page% [[(:html:)https://apmonitor.ath.cx/online/plot.php?d=cells&f=MV(1).xml(:htmlend:)|Substrate Feed Rate]]