Skip to content

Commit

Permalink
corrected streamlit version
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Jun 11, 2024
1 parent e8db4e9 commit f182eaa
Show file tree
Hide file tree
Showing 6 changed files with 342 additions and 653 deletions.
33 changes: 17 additions & 16 deletions streamlit/input_files/battmo_formatted_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,31 +65,32 @@
},
"PositiveElectrode": {
"Coating": {
"thickness": 7.599999999999999e-05,
"thickness": 9.4e-05,
"N": 20,
"effectiveDensity": 3151.12,
"effectiveDensity": 728.212,
"bruggemanCoefficient": 1.5,
"ActiveMaterial": {
"massFraction": 0.9,
"density": 4950.0,
"density": 991.0,
"electronicConductivity": 100.0,
"specificHeatCapacity": 700.0,
"thermalConductivity": 2.1,
"Interface": {
"saturationConcentration": 21200.0,
"volumetricSurfaceArea": 4418460.0,
"density": 4950.0,
"saturationConcentration": 26390.0,
"volumetricSurfaceArea": 1878260.0,
"density": 991.0,
"numberOfElectronsTransferred": 1,
"activationEnergyOfReaction": 35000.0,
"reactionRateConstant": 9.736e-07,
"guestStoichiometry100": 0.0875,
"guestStoichiometry0": 0.95038,
"activationEnergyOfReaction": 4000.0,
"reactionRateConstant": 3.626e-11,
"guestStoichiometry100": 0.14778,
"guestStoichiometry0": 0.999,
"chargeTransferCoefficient": 0.5,
"openCircuitPotential": {
"type": "function",
"function": "3.41285712e+00 - 1.49721852e-02 * c/cmax + 3.54866018e+14 * exp(-3.95729493e+02 * c/cmax) - 1.45998465e+00 * exp(-1.10108622e+02 * (1 - c/cmax))",
"functionname": "computeOCP_LFP_Xu2015",
"argumentlist": [
"c",
"T",
"cmax"
]
}
Expand Down Expand Up @@ -172,11 +173,11 @@
"initialControl": "charging",
"numberOfCycles": 3,
"CRate": 1.0,
"DRate": 1.3,
"DRate": 1.0,
"lowerCutoffVoltage": 2.4,
"rampupTime": 10.0,
"upperCutoffVoltage": 4.1,
"dIdtLimit": 0.0001,
"upperCutoffVoltage": 3.6,
"dIdtLimit": 0.01,
"dEdtLimit": 0.01
},
"ThermalModel": {
Expand All @@ -185,9 +186,9 @@
},
"TimeStepping": {
"useRampup": true,
"totalTime": 5538.461538461538,
"totalTime": 7200.0,
"rampupTime": 10.0,
"numberOfTimeSteps": 184
"numberOfTimeSteps": 240
},
"Output": {
"variables": [
Expand Down
Loading

0 comments on commit f182eaa

Please sign in to comment.