Skip to content

Commit 2f4d746

Browse files
committed
update readme
1 parent e05494b commit 2f4d746

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ If you can run the `sample_projects_intracellular/ode` projects, you are ready t
110110
| Constant | Piecewise constant circulation compartment | `Constant` |
111111
| 1-compartment | Circulation compartment with linear elimination | `1C` |
112112
| 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` |
114114
<p align="center">
115115
<b>Table:</b> PK model specifications
116116
</p>
@@ -170,6 +170,7 @@ If `sbml_filename` is not set, PhysiPKPD will look for `./config/PK_default.xml`
170170

171171
| Parameter | Description | If Missing |
172172
| :-- | :-- | :-- |
173+
| `sbml_folder` | Folder containing SBML file, e.g. `./config` | Set to `./config` |
173174
| `sbml_filename` | Filename of SBML file, e.g. `PK_default.xml` | Set to `PK_default.xml` |
174175
<p align="center">
175176
<b>Table:</b> PK parameters for `SBML` models
@@ -374,6 +375,7 @@ Place any of the following within the `variable` element:
374375
```
375376
<PK enabled="true">
376377
<model>SBML</model>
378+
<sbml_folder>./config</sbml_filename>
377379
<sbml_filename>PK_default.xml</sbml_filename>
378380
<biot_number>1</biot_number>
379381
</PK>

0 commit comments

Comments
 (0)