RHSFermenter:

--------------------------------------------------------------------------
   Model of a constant volume reactor in which a single, rate limiting 
   substrate promotes biomass growth and product formation.
--------------------------------------------------------------------------
   Form:
   xDot = RHSFermenter( x, t, d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x           (3,1) State [biomass;substrate;product] concentrations
   t           (1,1) Time
   d           (1,1) data structure
                     .yXS      (1,1)   Cell-mass yield parameter
                     .beta     (1,1)   Yeild parameter
                     .pM       (1,1)   Constant parameter
                     .kI       (1,1)   Constant parameter
                     .sF       (1,1)   Dilution rate
                     .d        (1,1)   Yield parameter
                     .alpha    (1,1)   Maximum specific growth rate
                     .muM      (1,1)   Constant parameter
                     .kM       (1,1)   Feed substrate concentration
   -------
   Outputs
   -------
   xDot        (3,1) State derivative

--------------------------------------------------------------------------
   Reference: Henson, M. A. and D. E. Seborg. (1997.) Nonlinear 
              Process Control, Prentice-Hall. pp. 203-204.
--------------------------------------------------------------------------

Children:

Dynamics: Process/MuFermenter