Skip to content

Commit 4e8ee41

Browse files
authored
Update 2D_NRSupport_FluxModel.py
Small wording change on `e_ratio` documentation.
1 parent 9ecd08b commit 4e8ee41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

2D_NRSupport_FluxModel.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
rxn_species = 'O2'
8080
e_ratio = 4
8181
# 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.
8585

8686
# Species name for contour plot/animation:
8787
plt_species = 'O2'
@@ -327,4 +327,4 @@ def animate(i):
327327
# Add species complexity so that model can be extended to work for Fuel Cell
328328
# processes.
329329

330-
# Determine appropriate discretization in x-y space for grid independence.
330+
# Determine appropriate discretization in x-y space for grid independence.

0 commit comments

Comments
 (0)