Skip to content

Commit

Permalink
Replace mob_name with reaction_rate
Browse files Browse the repository at this point in the history
  • Loading branch information
cticenhour committed Oct 3, 2024
1 parent d1d5223 commit dd0ed00
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 deletions examples/sps/microstructure/sps_elec_2D_YOvac.i
Original file line number Diff line number Diff line change
Expand Up @@ -430,23 +430,23 @@
type = MatReaction
variable = V
v = wvy
mob_name = cat_mu_pre
reaction_rate = cat_mu_pre
[]
[potential_an_mu]
type = MatReaction
variable = V
v = wvo
mob_name = an_mu_pre
reaction_rate = an_mu_pre
[]
[potential_cat_V]
type = MatReaction
variable = V
mob_name = cat_V_pre
reaction_rate = cat_V_pre
[]
[potential_an_V]
type = MatReaction
variable = V
mob_name = an_V_pre
reaction_rate = an_V_pre
[]
[Laplace_dV]
type = MatDiffusion
Expand Down
8 changes: 4 additions & 4 deletions examples/sps/microstructure/sps_elec_2D_YOvac_T.i
Original file line number Diff line number Diff line change
Expand Up @@ -460,23 +460,23 @@
type = MatReaction
variable = V
v = wvy
mob_name = cat_mu_pre
reaction_rate = cat_mu_pre
[]
[potential_an_mu]
type = MatReaction
variable = V
v = wvo
mob_name = an_mu_pre
reaction_rate = an_mu_pre
[]
[potential_cat_V]
type = MatReaction
variable = V
mob_name = cat_V_pre
reaction_rate = cat_V_pre
[]
[potential_an_V]
type = MatReaction
variable = V
mob_name = an_V_pre
reaction_rate = an_V_pre
[]
[Laplace_dV]
type = MatDiffusion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -465,23 +465,23 @@ initial_field = 10 #from the engineering scale, starting value 10 V/m
type = MatReaction
variable = V
v = wvy
mob_name = cat_mu_pre
reaction_rate = cat_mu_pre
[]
[potential_an_mu]
type = MatReaction
variable = V
v = wvo
mob_name = an_mu_pre
reaction_rate = an_mu_pre
[]
[potential_cat_V]
type = MatReaction
variable = V
mob_name = cat_V_pre
reaction_rate = cat_V_pre
[]
[potential_an_V]
type = MatReaction
variable = V
mob_name = an_V_pre
reaction_rate = an_V_pre
[]
[Laplace_dV]
type = MatDiffusion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -513,23 +513,23 @@ initial_voltage = 0.0001
type = MatReaction
variable = V
v = wvy
mob_name = cat_mu_pre
reaction_rate = cat_mu_pre
[]
[potential_an_mu]
type = MatReaction
variable = V
v = wvo
mob_name = an_mu_pre
reaction_rate = an_mu_pre
[]
[potential_cat_V]
type = MatReaction
variable = V
mob_name = cat_V_pre
reaction_rate = cat_V_pre
[]
[potential_an_V]
type = MatReaction
variable = V
mob_name = an_V_pre
reaction_rate = an_V_pre
[]
[Laplace_dV]
type = MatDiffusion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -510,23 +510,23 @@ initial_voltage = 0.0001
type = MatReaction
variable = V
v = wvy
mob_name = cat_mu_pre
reaction_rate = cat_mu_pre
[]
[potential_an_mu]
type = MatReaction
variable = V
v = wvo
mob_name = an_mu_pre
reaction_rate = an_mu_pre
[]
[potential_cat_V]
type = MatReaction
variable = V
mob_name = cat_V_pre
reaction_rate = cat_V_pre
[]
[potential_an_V]
type = MatReaction
variable = V
mob_name = an_V_pre
reaction_rate = an_V_pre
[]
[Laplace_dV]
type = MatDiffusion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -506,23 +506,23 @@ initial_voltage=0.0001
type = MatReaction
variable = V
v = wvy
mob_name = cat_mu_pre
reaction_rate = cat_mu_pre
[../]
[./potential_an_mu]
type = MatReaction
variable = V
v = wvo
mob_name = an_mu_pre
reaction_rate = an_mu_pre
[../]
[./potential_cat_V]
type = MatReaction
variable = V
mob_name = cat_V_pre
reaction_rate = cat_V_pre
[../]
[./potential_an_V]
type = MatReaction
variable = V
mob_name = an_V_pre
reaction_rate = an_V_pre
[../]
[./Laplace_dV]
type = MatDiffusion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -432,23 +432,23 @@ initial_field = 10 #from the engineering scale, starting value 10 V/m
type = MatReaction
variable = V
v = wvy
mob_name = cat_mu_pre
reaction_rate = cat_mu_pre
[]
[potential_an_mu]
type = MatReaction
variable = V
v = wvo
mob_name = an_mu_pre
reaction_rate = an_mu_pre
[]
[potential_cat_V]
type = MatReaction
variable = V
mob_name = cat_V_pre
reaction_rate = cat_V_pre
[]
[potential_an_V]
type = MatReaction
variable = V
mob_name = an_V_pre
reaction_rate = an_V_pre
[]
[Laplace_dV]
type = MatDiffusion
Expand Down

0 comments on commit dd0ed00

Please sign in to comment.