Skip to content

Commit

Permalink
fixed Poisson
Browse files Browse the repository at this point in the history
  • Loading branch information
tlroy committed Aug 21, 2024
1 parent ffbdaa0 commit 888b226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions echemfem/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ def steady_forms(self, us, v):
v[self.num_mass],
conc_params,
solid=False)
Form += a
bcs += bc
elif self.flow["electroneutrality full"]:
a, bc = self.electroneutrality_form(us, v[self.num_liquid - 1], conc_params)
Expand Down

0 comments on commit 888b226

Please sign in to comment.