Overview
This numerical program computes degradation and transit of a bolus in the small intestine.
This bolus is composed of one kind of feedstuffs. The model is based on a system of ordinary differential equations.
Variables of the model 4
- The time t in hours represents the time after the entry of the bolus in the small intestine.
- The position x(t) at time t of the bolus, in meters, from the begining of the duodenum.
- The instantaneous velocity of the bolus, measured in meter per hour.
- As is the solubilized part of the substrate.
- Ans is the non solubilized part of the substrate.
- Quantity (expressed in grammes) of gastric and pancreatic enzymes inside the bolus ; the brush-border enzymes are assumed to be in excess.
- Bint the substrat in intermediary form, partially hydrolized but non absorbable
- Babs absorbable substrate in the intestinal lumen.
- [W] is the proportion of water inside the bolus.
Input parameters
They are of four types
- Control of the transit : In model 4, the equation for transit is
where the parameters c0
and c1 describe the linear dependance of velocity to the volume of the bolus.
K/[W] is the coefficient of friction (viscosity) of the bolus by the wall ;
a=2.72 and b=1.2346 are fixed corresponding to the attenuation of the migrating myoelectric complex (MMC), ã represents the mean effect of the periodic pulses.
- Control of the degradation and water proportion :
The solubilized part As is hydrolised to B
which is composed of Bint (intermediary product transformed by
the brush-borders enzymes) and Babs absorbable following the scheme
The coefficients are
- Cv1 : transformation of A to Bint
- Cv2 : transformation from A to Babs
- Cbv2 : transformation from Bint to Babs
- kt: absorbtion rate by intestinal wall
- kb : degradation of the enzymes vs time
- k1 : return to equilibrium for water
- Characteristics of the bolus : the constant length l and the density rho.
- Initial conditions :
- Initial velocity v0 (meter per hour) of the bolus entering the small intestine.
- Quantity of enzymes z0 in the bolus.
- Quantity B10 of Bint in the bolus.
- Quantity B20 of Babs in the bolus.
- Initial radius r0.
Instructions
You can edit the default values of the parameters, if you want.
Clicking on the button 'Go !!!' begins the computation.
Then you can save the data in a file for a future exploitation in a spreadsheet. Data are in CVS format with two
possibilities
- decimal separator set to the point and data separator set to blank space,
- decimal separator set to the comma and data separator set to tabulation.
No problem with OpenOffice. With Excel 2003 you have to save the file, open Excel, read the file, go to the menu
"Data" and choose "Convert".
You can have a graphical output, choosing the output datas to display.
Finally you can return to the graphical for changing the displayed curves or their
size. You can also return and change the value of the parameters.
Inputs