Skip to content

Commit

Permalink
pybamm-team#718 x-lumped test runs pouch geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed May 26, 2020
1 parent d1f3624 commit 5edc980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pybamm/models/full_battery_models/base_battery_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,8 @@ def set_thermal_submodel(self):

elif self.options["thermal"] == "x-lumped":
if self.options["dimensionality"] == 0:
# With 0D current collectors x-lumped is equivalent to lumped
thermal_submodel = pybamm.thermal.Lumped(self.param)
# With 0D current collectors x-lumped is equivalent to lumped pouch
thermal_submodel = pybamm.thermal.Lumped(self.param, geometry="pouch")
elif self.options["dimensionality"] == 1:
thermal_submodel = pybamm.thermal.pouch_cell.CurrentCollector1D(
self.param
Expand Down

0 comments on commit 5edc980

Please sign in to comment.