Skip to content

Commit

Permalink
Merge pull request #6 from jguo96/main
Browse files Browse the repository at this point in the history
Provided mesh (with relatively course resolution) will only converge through moderate voltages of ~ -1.35V, and so range of voltages has been modified
  • Loading branch information
jguo96 authored Dec 18, 2023
2 parents e94d7c6 + c5e82e7 commit 98ae1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/bicarb_Ag_Cu_tandem_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def __init__(self):


mesh = Mesh('mesh_bicarb_tandem_example.msh')

#Note: will need to use "gmsh -2 mesh_bicarb_tandem_example.geo" command to convert to .msh format


#---------------------------------------------------
Expand Down Expand Up @@ -510,7 +510,7 @@ def set_velocity(self):
cCO2, cOH, cHCO3, cCO3, cH, cH2, cCO, cC2H4, cC2H6O, phi2 = solver.u.split()


Vlist = np.linspace(-0.5,-1.5,num=21)
Vlist = np.linspace(-0.5,-1.3,num=17)
jCO = []
jH2_Ag = []
jC2H4 = []
Expand Down

0 comments on commit 98ae1d8

Please sign in to comment.