Skip to content

Commit

Permalink
pybamm-team#884 added integrated conductivity model
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed Jun 23, 2020
1 parent a92fcf8 commit 8dc661f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ def get_coupled_variables(self, variables):

tor_n = variables["Negative electrolyte tortuosity"]
tor_s = variables["Separator tortuosity"]
<<<<<<< HEAD
tor_p = variables["Positive electrolyte tortuosity"]
=======
tor_p = variables["Positive electrolyte tortuosity"]
>>>>>>> #884 added integrated conductivity model

T_av = variables["X-averaged cell temperature"]
T_av_n = pybamm.PrimaryBroadcast(T_av, "negative electrode")
Expand Down

0 comments on commit 8dc661f

Please sign in to comment.