File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 79
79
rxn_species = 'O2'
80
80
e_ratio = 4
81
81
# The e_ratio is used to calculate the constant flux boundary condition. It is
82
- # defined as the ratio of electrons to 1 mol of rxn_species from the redox
83
- # reaction. For example... in O2 + 4H(+) + 4e(-) <--> 2H2O, the e_ratio would
84
- # be 4 with O2 as the rxn_species since there are 4 mol e(-) to 1 mol O2.
82
+ # defined as the ratio of moles of electrons to 1 mol of rxn_species from the
83
+ # redox reaction. For example... in O2 + 4H(+) + 4e(-) <--> 2H2O, the e_ratio
84
+ # would be 4 with O2 as the rxn_species since there are 4 mol e(-) to 1 mol O2.
85
85
86
86
# Species name for contour plot/animation:
87
87
plt_species = 'O2'
@@ -327,4 +327,4 @@ def animate(i):
327
327
# Add species complexity so that model can be extended to work for Fuel Cell
328
328
# processes.
329
329
330
- # Determine appropriate discretization in x-y space for grid independence.
330
+ # Determine appropriate discretization in x-y space for grid independence.
You can’t perform that action at this time.
0 commit comments