Skip to content

Commit

Permalink
#834 modify input parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Scottmar93 committed Mar 9, 2020
1 parent 20312ba commit 70c8891
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions examples/scripts/sei_growth.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@
options = {"sei": "reaction limited"}
model = pb.lithium_ion.DFN(options)

experiment = pb.Experiment(
[
"Discharge at C/10 for 13 hours or until 3.3 V",
"Rest for 1 hour",
"Charge at 1 A until 4.1 V",
"Hold at 4.1 V until 50 mA",
"Rest for 1 hour",
]
* 10
)
# experiment = pb.Experiment(
# [
# "Discharge at C/10 for 13 hours or until 3.3 V",
# "Rest for 1 hour",
# "Charge at 1 A until 4.1 V",
# "Hold at 4.1 V until 50 mA",
# "Rest for 1 hour",
# ]
# * 10
# )
experiment = pb.Experiment(["Rest for 100 hours"])

parameter_values = model.default_parameter_values

Expand Down Expand Up @@ -43,7 +44,7 @@
"Inner SEI reaction proportion": 0.5,
"Inner SEI partial molar volume [m3.mol-1]": 1,
"Outer SEI partial molar volume [m3.mol-1]": 1,
"SEI reaction exchange current density [A.m-2]": 0.1,
"SEI reaction exchange current density [A.m-2]": 1.5e-6,
"SEI resistance per unit thickness [Ohm.m-1]": 0,
"Outer SEI solvent diffusivity [m2.s-1]": 1,
"Bulk solvent concentration [mol.m-3]": 1,
Expand Down

0 comments on commit 70c8891

Please sign in to comment.