You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 1-compartment | Circulation compartment with linear elimination |`1C`|
112
112
| 2-compartment |`1C` plus a periphery compartment with linear intercompartmental clearance rates |`2C`|
113
-
| SBML-defined | Any SBML-defined model. Place the file in the `./config/` folder. PhysiPKPD will look for the species named `circulation_concentration` to use for updating Dirichlet nodes |`SBML`|
113
+
| SBML-defined | Any SBML-defined model. Place the file in the `./config/` folder (or `sbml_folder` element; see the [SBML template](#sbml-template)). PhysiPKPD will look for the species named `circulation_concentration` to use for updating Dirichlet nodes |`SBML`|
114
114
<palign="center">
115
115
<b>Table:</b> PK model specifications
116
116
</p>
@@ -170,6 +170,7 @@ If `sbml_filename` is not set, PhysiPKPD will look for `./config/PK_default.xml`
170
170
171
171
| Parameter | Description | If Missing |
172
172
| :-- | :-- | :-- |
173
+
|`sbml_folder`| Folder containing SBML file, e.g. `./config`| Set to `./config`|
173
174
|`sbml_filename`| Filename of SBML file, e.g. `PK_default.xml`| Set to `PK_default.xml`|
174
175
<palign="center">
175
176
<b>Table:</b> PK parameters for `SBML` models
@@ -374,6 +375,7 @@ Place any of the following within the `variable` element:
0 commit comments