Skip to content

Commit

Permalink
fix a bug in the thermal boundary condition of the 1+1D pouch model
Browse files Browse the repository at this point in the history
  • Loading branch information
rtimms committed Sep 13, 2023
1 parent ec5383c commit 464f8eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def set_boundary_conditions(self, variables):
bottom_cooling_coefficient = (
param.n.h_tab * neg_tab_area * neg_tab_bottom_bool
+ param.p.h_tab * pos_tab_area * pos_tab_bottom_bool
+ 10 * non_tab_bottom_area
+ param.h_edge(L_y / 2, 0) * non_tab_bottom_area
) / total_area

# just use left and right for clarity
Expand Down

0 comments on commit 464f8eb

Please sign in to comment.