Skip to content

Commit

Permalink
pybamm-team#573 updated diffusivities in electrode
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed Aug 5, 2019
1 parent 558f10e commit 5278032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def graphite_LGM50_diffusivity_CC3(sto, T, T_inf, E_D_s, R_g):
Solid diffusivity
"""

D_ref = 3.9 * 10 ** (-14)
D_ref = 6e-14
arrhenius = np.exp(E_D_s / R_g * (1 / T_inf - 1 / T))

correct_shape = 0 * sto
Expand Down
2 changes: 1 addition & 1 deletion input/parameters/lithium-ion/nmc_LGM50_diffusivity_CC3.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def nmc_LGM50_diffusivity_CC3(sto, T, T_inf, E_D_s, R_g):
Solid diffusivity
"""

D_ref = 1 * 10 ** (-13)
D_ref = 1e-15
arrhenius = np.exp(E_D_s / R_g * (1 / T_inf - 1 / T))

correct_shape = 0 * sto
Expand Down

0 comments on commit 5278032

Please sign in to comment.