Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions models/PKPD_myelotoxicity_friberg_model.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@
<parameter id="T2" value="987" units="per_mL" constant="false"/>
<parameter id="T3" value="987" units="per_mL" constant="false"/>
<parameter id="circ" value="987" units="per_mL" constant="false"/>
<parameter id="clearance" name="clearance" value="2.8" constant="true" units="litre_per_hour"/>
<parameter id="k_peripheral" name="k_peripheral" value="2.1" constant="true" units="litre_per_hour"/>
<parameter id="clearance" name="clearance" value="2.816" constant="true" units="litre_per_hour"/>
<parameter id="k_peripheral" name="k_peripheral" value="2.125" constant="true" units="litre_per_hour"/>
</listOfParameters>

<listOfCompartments>
<compartment id="central" name="central" spatialDimensions="3" size="0.65" constant="true" units="litre"/>
<compartment id="peripheral" name="peripheral" spatialDimensions="3" size="4.2" constant="true" units="litre"/>
<compartment id="central" name="central" spatialDimensions="3" size="0.657" constant="true" units="litre"/>
<compartment id="peripheral" name="peripheral" spatialDimensions="3" size="4.24 constant="true" units="litre"/>
</listOfCompartments>

<listOfSpecies>
<species id="central_drug" name="central_drug" compartment="central" initialConcentration="0.0000000000001" substanceUnits="mg" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
<species id="peripheral_drug" name="peripheral_drug" compartment="peripheral" initialConcentration="0" substanceUnits="mg" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
<species id="central_drug" name="central_drug" compartment="central" initialConcentration="0.0000000000001" substanceUnits="g" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
<species id="peripheral_drug" name="peripheral_drug" compartment="peripheral" initialConcentration="0" substanceUnits="g" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
</listOfSpecies>
<listOfReactions>
<reaction id="elimination" name="elimination" reversible="false">
Expand Down