Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Mar 19, 2024
1 parent 600742f commit 3b6a2df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def get_coupled_variables(self, variables):
else:
phi_e_n = variables["Negative electrolyte potential [V]"]
phi_e_n_s = pybamm.boundary_value(phi_e_n, "right")
tor_s = variables["Separator transport efficiency"]
tor_s = variables["Separator electrolyte transport efficiency"]
T = variables["Separator temperature [K]"]

chiRT_over_Fc_e_s = param.chiRT_over_Fc(c_e_s, T)
Expand Down

0 comments on commit 3b6a2df

Please sign in to comment.