Skip to content

Commit

Permalink
#953-change-initial-conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
rtimms committed Apr 13, 2020
1 parent 11d62d6 commit 3c12c7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def set_algebraic(self, variables):

def set_initial_conditions(self, variables):

applied_current = variables["Total current density"]
applied_current = self.param.current_with_time
cc_area = self._get_effective_current_collector_area()
phi_s_cn = variables["Negative current collector potential"]
i_boundary_cc = variables["Current collector current density"]
Expand Down

0 comments on commit 3c12c7e

Please sign in to comment.