-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
753 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Default parameters for simulating LFMP in 1D using the ACR2 model without entropy approximation. | ||
# See params_electrodes.cfg for parameter explanations. | ||
# Ombrini 2023 | ||
|
||
[Particles] | ||
type = ACR2 | ||
discretization = 1e-9 | ||
shape = C3 | ||
thickness = 30e-9 | ||
|
||
[Material] | ||
muRfunc = LiFeMnPO4_2param_red | ||
noise = false | ||
noise_prefac = 1e-6 | ||
numnoise = 200 | ||
stoich_1 = 0.6 | ||
Omega_a = 2.987e-20 | ||
Omega_b = 1.8560e-20 | ||
kappa1 = 7.5e-10 | ||
kappa2 = 5e-10 | ||
B1 = 0.12e9 | ||
B2 = 0.19e9 | ||
rho_s_1 = 1.301e28 | ||
rho_s_2 = 1.351e28 | ||
Dfunc = lattice | ||
dgammadc = 0e-30 | ||
cwet = 0.98 | ||
|
||
[Reactions] | ||
rxnType = CIET | ||
k0_1 = 4 | ||
k0_2 = 4 | ||
E_A = 13000 | ||
alpha = 0.5 | ||
lambda_1 = 6.8113e-20 | ||
lambda_2 = 3.4113e-20 | ||
Rfilm = 0e-0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,34 @@ | ||
[Particles] | ||
type = CHR2 | ||
type = ACR2 | ||
discretization = 1e-9 | ||
shape = sphere | ||
thickness = 25e-9 | ||
shape = C3 | ||
thickness = 15e-9 | ||
|
||
[Material] | ||
muRfunc = LiFeMnPO4_ent1 | ||
noise = false | ||
noise_prefac = 1e-6 | ||
numnoise = 200 | ||
stoich_1 = 0.4 | ||
stoich_1 = 0.8 | ||
Omega_a = 2.987e-20 | ||
Omega_b = 1.8560e-20 | ||
kappa1 = 10e-10 | ||
kappa1 = 7.5e-10 | ||
kappa2 = 5e-10 | ||
B1 = 0.01e9 | ||
B2 = 0.01e9 | ||
B1 = 0.12e9 | ||
B2 = 0.19e9 | ||
rho_s_1 = 1.301e28 | ||
rho_s_2 = 1.351e28 | ||
D1 = 1e-19 | ||
D2 = 0.5e-16 | ||
Dfunc = lattice | ||
dgammadc = 0e-30 | ||
cwet = 0.98 | ||
|
||
[Reactions] | ||
rxnType = BV | ||
k0 = 0.01 | ||
rxnType = CIET | ||
k0_1 = 3 | ||
k0_2 = 3 | ||
E_A = 13000 | ||
alpha = 0.5 | ||
lambda = 3.4113e-20 | ||
lambda_1 = 6e-20 | ||
lambda_2 = 3.4113e-20 | ||
Rfilm = 0e-0 | ||
lambda_m = 5e-20 | ||
kintra = 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Default parameters for simulating LFMP in 1D using the ACR model with a reduced model. | ||
# See params_electrodes.cfg for parameter explanations. | ||
# Ombrini 2023 | ||
|
||
[Particles] | ||
type = ACR | ||
discretization = 1e-9 | ||
shape = C3 | ||
thickness = 30e-9 | ||
|
||
[Material] | ||
muRfunc = LiFeMnPO4_red | ||
noise = false | ||
noise_prefac = 1e-6 | ||
numnoise = 200 | ||
# stoichiometry of the first domain to lithiate (higher potential) | ||
stoich_1 = 0.6 | ||
Omega_a = 2.987e-20 | ||
Omega_b = 1.8560e-20 | ||
kappa = 6e-10 | ||
# Lethole at al. 2019 | ||
B = 0.16e9 | ||
rho_s = 1.321e28 | ||
D = 1e-18 | ||
Dfunc = lattice | ||
dgammadc = 0e-30 | ||
cwet = 0.98 | ||
|
||
[Reactions] | ||
rxnType = CIET | ||
k0 = 4 | ||
E_A = 13000 | ||
alpha = 0.5 | ||
# Fraggedakis et al. 2020, lambda = 8.3kBT | ||
lambda = 5e-20 | ||
Rfilm = 0e-0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
[Particles] | ||
type = ACR | ||
discretization = 1e-9 | ||
shape = C3 | ||
thickness = 20e-9 | ||
|
||
[Material] | ||
muRfunc = LiFePO4_meta | ||
noise = false | ||
noise_prefac = 1e-6 | ||
numnoise = 200 | ||
Omega_a = 1.8560e-20 | ||
kappa = 5e-10 | ||
B = 0.02e9 | ||
rho_s = 1.3793e28 | ||
D = 5.3e-16 | ||
Dfunc = lattice | ||
dgammadc = 0e-30 | ||
cwet = 0.98 | ||
D_surf = 5e-16 | ||
E_D_surf = 0 | ||
|
||
[Reactions] | ||
surface_diffusion = true | ||
rxnType = CIET | ||
k0 = 10 | ||
E_A = 13000 | ||
alpha = 0.5 | ||
lambda = 3.4113e-20 | ||
Rfilm = 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
[Particles] | ||
type = homog_sdn | ||
discretization = 1e-9 | ||
shape = C3 | ||
thickness = 20e-9 | ||
|
||
[Material] | ||
muRfunc = LiFePO4_red_2 | ||
noise = false | ||
noise_prefac = 1e-6 | ||
numnoise = 200 | ||
Omega_a = 1.8560e-20 | ||
kappa = 5e-10 | ||
B = 0.1916e9 | ||
rho_s = 1.3793e28 | ||
D = 5.3e-14 | ||
Dfunc = lattice | ||
dgammadc = 0e-30 | ||
cwet = 0.98 | ||
D_surf = 5e-16 | ||
E_D_surf = 0 | ||
|
||
[Reactions] | ||
surface_diffusion = false | ||
rxnType = CIET | ||
k0 = 3 | ||
E_A = 13000 | ||
alpha = 0.5 | ||
lambda = 3.4113e-20 | ||
Rfilm = 0 | ||
|
Oops, something went wrong.