Skip to content

Commit

Permalink
pybamm-team#884 debugging new submodel
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed Jun 23, 2020
1 parent 40b12c3 commit fb4f6d9
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,15 @@ def get_coupled_variables(self, variables):
- integral_p
)

<<<<<<< HEAD
# phi_e_n = 1 * phi_e_n + 10
# phi_e_s = 1 * phi_e_s + 10
# phi_e_p = 1 * phi_e_p + 10
=======
# phi_e_n = 0 * phi_e_n
# phi_e_s = 0 * phi_e_s
# phi_e_p = 0 * phi_e_p
>>>>>>> #884 debugging new submodel

# concentration overpotential
eta_c_av = (
Expand Down

0 comments on commit fb4f6d9

Please sign in to comment.