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
@@ -74,8 +74,8 @@ To add PhysiPKPD to an existing project, take the following steps:
74
74
* add `#include "../addons/PhysiPKPD/src/PhysiPKPD.h"` to the top
75
75
3. In the configuration file, e.g., `config/PhysiCell_settings.xml`...
76
76
* add a `PK` element to every PK substrate (`microenvironment_setup//variable`) (see [PK Templates](#pk_templates))
77
-
* add a `PD` element to every `cell_definition` that will be affected by a PD substrate; add a `substrate` block within this `PD` element for each PD substrate affecting the given cell definition (see [Templates](#pd_templates))
78
-
* add `S_damage` to *every*`cell_definition//custom_data` for every PD substrate `S`
77
+
* add a `PD` element to every `cell_definition` that will be affected by a PD substrate; add a `substrate` block within this `PD` element for each PD substrate affecting the given cell definition (see [PD Templates](#pd_templates))
78
+
* add `S_damage` to *every*`cell_definition//custom_data` for every PD substrate `S` (even those unaffected by `S` because PhysiCell requires all cells to have the same custom data)
79
79
4. In `Makefile`...
80
80
* add a line `PhysiPKPD_OBJECTS := PhysiPKPD_PK.o PhysiPKPD_PD.o`
81
81
* add `$(PhysiPKPD_OBJECTS)` to the list of `PhysiCell_OBJECTS`
@@ -450,7 +450,7 @@ If you want these parameters to vary by cells *within* a cell type, that is not
450
450
| Parameter | Description | If Missing |
451
451
| :-- | :-- | :-- |
452
452
|`dt`| Sets the time interval between PD updates (in minutes) | Set to `mechanics_dt`|
453
-
|`precompute`$(m)$ | Boolean for precomputations |**Must be**`true`|
453
+
|`precompute`| Boolean for precomputations |**Must be**`true`|
454
454
<aname="tab:pd__optional_pars">
455
455
<palign="center">
456
456
<b>Table:</b> Optional XML elements for all PD models
0 commit comments