modelCellularMetabolism
Extends from Physiolibrary.Icons.CellularMetabolism.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Physiolibrary.Types.Density | WaterDensity | 1000 | |
| Boolean | canBurnFattyAcids | true | |
| Physiolibrary.Types.MolarEnergy | glucoseEnergy | (1/0.2439e-6)*4.1864*Substances.Glucose.mw | Metabolism-Tools.CarboAerobic(mg/cal)=0.2439 |
| Physiolibrary.Types.MolarEnergy | fattyAcidsEnergy | (1/0.1075e-6)*4.1864*Substances.FattyAcids.mw | Metabolism-Tools.Fat(mg/cal)=0.1075 |
| Physiolibrary.Types.MolarEnergy | lactateEnergy | (1/0.2538e-6)*4.1864*Substances.Lactate.mw | Metabolism-Tools.Lac-(mg/cal)=0.2438 |
| Physiolibrary.Types.MolarEnergy | ketoAcidsEnergy | (1/0.1075e-6)*4.1864*Substances.KetoAcids.mw | Metabolism-Tools.Fat(mg/cal)=0.1075 |
| Physiolibrary.Types.MolarEnergy | oxygenEnergy | (1/0.2093)*4.1864*22710.95322615 | |
| Physiolibrary.Types.MolarEnergy | glucoseAnaerobicEnergy | glucoseEnergy - lactateEnergy | |
| Physiolibrary.Types.MolarEnergy | glycogenAnaerobicEnergy | glucoseAnaerobicEnergy | |
| Real | RQglu | 1 | how much CO2 will be produced with one oxygen by glucose burning |
| Real | RQlac | 1 | how much CO2 will be produced with one oxygen by lactate burning |
| Real | RQfat | 0.7 | how much CO2 will be produced with one oxygen by fatty acid burning |
| Real | RQketo | 0.7 | how much CO2 will be produced with one oxygen by keto acid burning |
| Real | LacFractionData | fraction of oxygen to be use for lactate metabolism (depends on lactate concentration) | |
| Real | PO2OnAerobicFractionData | {{2, 0, 0}, {10, 1, 0}} | Aerobic Fraction of O2 tissue use depents on pO2 |
| Real[:,3] | GlycogenAvailability | {{0, 0.0, 0.0}, {50, 1.0, 0.0}} |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Physiolibrary.Types.RealIO.MolarFlowRateOutput | Tissue_CO2FromMetabolism | ||
| Physiolibrary.Types.RealIO.VolumeFlowRateOutput | Tissue_MetabolicH2ORate | ||
| Physiolibrary.Types.RealIO.PowerInput | CalsUse | ||
| Physiolibrary.Types.RealIO.PressureInput | pO2 | ||
| Physiolibrary.Types.RealIO.MolarFlowRateOutput | O2Use |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Physiolibrary.Blocks.Interpolation.Curve | LacFraction | ||
| Physiolibrary.Chemical.Interfaces.ChemicalPort_a | lactate | ||
| Physiolibrary.Chemical.Interfaces.ChemicalPort_a | glucose | ||
| Physiolibrary.Blocks.Interpolation.Curve | AerobicFraction | ||
| Physiolibrary.Types.MolarFlowRate | O2UseByGlu | ||
| Physiolibrary.Types.MolarFlowRate | O2UseByLac | ||
| Physiolibrary.Types.MolarFlowRate | O2UseByFA | ||
| Physiolibrary.Types.MolarFlowRate | O2UseByKA | ||
| Physiolibrary.Types.Fraction | FAfraction | ||
| Physiolibrary.Types.Fraction | KAfraction | ||
| Physiolibrary.Types.Fraction | Ratio | ||
| Physiolibrary.Types.Power | AnaerobicCals | ||
| Physiolibrary.Chemical.Interfaces.ChemicalPort_a | fattyAcids | ||
| Physiolibrary.Chemical.Interfaces.ChemicalPort_a | glycogen | glycogen flow | |
| Physiolibrary.Blocks.Interpolation.Curve | GlycogenAvailabilityCurve | ||
| Physiolibrary.Chemical.Interfaces.ChemicalPort_a | ketoAcids | ||
| Modelica.SIunits.Power | gluW | glucose.q*glucoseEnergy | |
| Modelica.SIunits.Power | gluO2W | O2UseByGlu*oxygenEnergy | |
| Modelica.SIunits.Power | lacW | lactate.q*lactateEnergy | |
| Modelica.SIunits.Power | lacO2W | LacFraction.val*CalsUse | |
| Modelica.SIunits.Power | anaerobicGluW | glucoseAnaerobicEnergy*(glucose.q - (O2UseByGlu*oxygenEnergy)/glucoseEnergy) | |
| Modelica.SIunits.Power | anaerobicGlyW | glycogenAnaerobicEnergy*glycogen.q | |
| Modelica.SIunits.MolarFlowRate | anaerobicGluGly | ((glucose.q - (O2UseByGlu*oxygenEnergy)/glucoseEnergy) + glycogen.q) | |
| Modelica.SIunits.MolarFlowRate | anaerobicProducedLac | (lactate.q - LacFraction.val*CalsUse/lactateEnergy) |
Revisions
Author: |
Marek Matejak |
License: |
|
Date of: |
2012 |
References: |
Tom Coleman: Physiomodel v1.5, University of Mississippi Medical Center |
Copyright © 2014 Marek Matejak, Charles University in Prague.