Skip to content

Commit

Permalink
increased number of discete cells NE AM
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Mar 5, 2024
1 parent e8ba95e commit 1e38c01
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
Binary file modified streamlit/database/BattMo_gui.db
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"activation_energy_of_diffusion": 5e3,
"diffusion_pre_exponential_factor": 3.9e-14,
"particle_radius": 1e-6,
"number_of_discrete_cells_particle_radius": 10,
"number_of_discrete_cells_particle_radius": 60,
"specific_heat_capacity": 632,
"thermal_conductivity": 1.04
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"activation_energy_of_diffusion": 5e3,
"diffusion_pre_exponential_factor": 1e-14,
"particle_radius": 1e-6,
"number_of_discrete_cells_particle_radius": 10,
"number_of_discrete_cells_particle_radius": 20,
"specific_heat_capacity": 700,
"thermal_conductivity": 2.1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"difficulty": "advanced",
"context_type": "emmo:NumberOfEntities",
"context_type_iri": "https://w3id.org/emmo#EMMO_41efdf5d_0c9c_4ea0_bb65_f8236e663be5",
"max_value": 30,
"max_value": 100,
"min_value": 1,
"description": "number of discrete cells used in the domain",
"is_shown_to_user": true,
Expand Down
10 changes: 5 additions & 5 deletions streamlit/input_files/battmo_formatted_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"NegativeElectrode": {
"Coating": {
"thickness": 8.499999999999999e-05,
"N": 10,
"N": 60,
"effectiveDensity": 1900,
"bruggemanCoefficient": 1.5,
"ActiveMaterial": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"activationEnergyOfDiffusion": 5000.0,
"referenceDiffusionCoefficient": 3.9e-14,
"particleRadius": 1e-06,
"N": 10
"N": 60
}
},
"Binder": {
Expand All @@ -66,7 +66,7 @@
"PositiveElectrode": {
"Coating": {
"thickness": 7.599999999999999e-05,
"N": 10,
"N": 20,
"effectiveDensity": 3500,
"bruggemanCoefficient": 1.5,
"ActiveMaterial": {
Expand Down Expand Up @@ -99,7 +99,7 @@
"activationEnergyOfDiffusion": 5000.0,
"referenceDiffusionCoefficient": 1e-14,
"particleRadius": 1e-06,
"N": 10
"N": 20
}
},
"Binder": {
Expand Down Expand Up @@ -169,7 +169,7 @@
"Control": {
"controlPolicy": "CCCV",
"initialControl": "discharging",
"numberOfCycles": 1,
"numberOfCycles": 2,
"CRate": 1.0,
"DRate": 1.0,
"lowerCutoffVoltage": 2.4,
Expand Down
6 changes: 3 additions & 3 deletions streamlit/input_files/linked_data_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
"@type": "https://w3id.org/emmo#EMMO_41efdf5d_0c9c_4ea0_bb65_f8236e663be5",
"value": {
"@type": "emmo:Numerical",
"hasNumericalData": 10
"hasNumericalData": 60
},
"unit": {
"label": "UnitOne",
Expand Down Expand Up @@ -800,7 +800,7 @@
"@type": "https://w3id.org/emmo#EMMO_41efdf5d_0c9c_4ea0_bb65_f8236e663be5",
"value": {
"@type": "emmo:Numerical",
"hasNumericalData": 10
"hasNumericalData": 20
},
"unit": {
"label": "UnitOne",
Expand Down Expand Up @@ -1450,7 +1450,7 @@
"@type": "https://w3id.org/emmo#EMMO_41efdf5d_0c9c_4ea0_bb65_f8236e663be5",
"value": {
"@type": "emmo:Numerical",
"hasNumericalData": 1
"hasNumericalData": 2
},
"unit": {
"label": "UnitOne",
Expand Down
Binary file modified streamlit/output_files/battmo_results
Binary file not shown.

0 comments on commit 1e38c01

Please sign in to comment.