Skip to content

Commit

Permalink
glucose BCs=99
Browse files Browse the repository at this point in the history
  • Loading branch information
rheiland committed Mar 22, 2023
1 parent 31d65d0 commit b9f31e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions unit_tests/custom_DCs_2substrates/config/PhysiCell_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
<decay_rate units="1/min">0</decay_rate>
</physical_parameter_set>
<initial_condition units="particles/micron^3">0</initial_condition>
<Dirichlet_boundary_condition units="particles/micron^3" enabled="False">0</Dirichlet_boundary_condition>
<Dirichlet_boundary_condition units="particles/micron^3" enabled="True">99</Dirichlet_boundary_condition>
<Dirichlet_options>
<boundary_value ID="xmin" enabled="False">0</boundary_value>
<boundary_value ID="xmax" enabled="False">0</boundary_value>
<boundary_value ID="ymin" enabled="False">0</boundary_value>
<boundary_value ID="ymax" enabled="False">0</boundary_value>
<boundary_value ID="xmin" enabled="True">99</boundary_value>
<boundary_value ID="xmax" enabled="True">99</boundary_value>
<boundary_value ID="ymin" enabled="True">99</boundary_value>
<boundary_value ID="ymax" enabled="True">99</boundary_value>
<boundary_value ID="zmin" enabled="False">0</boundary_value>
<boundary_value ID="zmax" enabled="False">0</boundary_value>
</Dirichlet_options>
Expand Down

0 comments on commit b9f31e3

Please sign in to comment.