From 1e30cb5f8c5fa0080254f98ede7e745293311f9e Mon Sep 17 00:00:00 2001 From: Lorena Hendrix Date: Sun, 16 Jun 2024 14:45:39 +0200 Subject: [PATCH] removed usu from genie command --- docker-compose-deploy.yml | 2 +- streamlit/input_files/battmo_formatted_input.json | 6 +++--- streamlit/input_files/linked_data_input.json | 14 +++++++------- streamlit/output_files/calculated_values.json | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docker-compose-deploy.yml b/docker-compose-deploy.yml index 91cf954..e6a6062 100644 --- a/docker-compose-deploy.yml +++ b/docker-compose-deploy.yml @@ -8,7 +8,7 @@ services: restart: always ports: - "8000:8000" - command: su genie -c 'julia --project=. -e "include("app/rest.jl")" --color=yes --depwarn=no --project=@. --sysimage="/home/sysimage.so" -q -i -- $$(dirname $$0)/../bootstrap.jl -s=true "$$@"' + command: julia --project=. -e "include("app/rest.jl")" --color=yes --depwarn=no --project=@. --sysimage="/home/sysimage.so" -q -i -- $$(dirname $$0)/../bootstrap.jl -s=true "$$@" nginx: diff --git a/streamlit/input_files/battmo_formatted_input.json b/streamlit/input_files/battmo_formatted_input.json index 9903840..10f6d0b 100644 --- a/streamlit/input_files/battmo_formatted_input.json +++ b/streamlit/input_files/battmo_formatted_input.json @@ -7,7 +7,7 @@ "Coating": { "thickness": 8.499999999999999e-05, "N": 20, - "effectiveDensity": 1726.14, + "effectiveDensity": 1770.4, "bruggemanCoefficient": 1.5, "ActiveMaterial": { "massFraction": 0.9, @@ -36,7 +36,7 @@ }, "diffusionModelType": "full", "SolidDiffusion": { - "activationEnergyOfDiffusion": 70000.0, + "activationEnergyOfDiffusion": 80000.0, "referenceDiffusionCoefficient": 3.9e-14, "particleRadius": 5e-07, "N": 10 @@ -170,7 +170,7 @@ "Control": { "controlPolicy": "CCCV", "initialControl": "charging", - "numberOfCycles": 3, + "numberOfCycles": 1, "CRate": 1.0, "DRate": 1.0, "lowerCutoffVoltage": 2.4, diff --git a/streamlit/input_files/linked_data_input.json b/streamlit/input_files/linked_data_input.json index 1b8ad96..7b188c4 100644 --- a/streamlit/input_files/linked_data_input.json +++ b/streamlit/input_files/linked_data_input.json @@ -1929,7 +1929,7 @@ "@type": "emmo:Energy", "value": { "@type": "emmo:Numerical", - "hasNumericalData": 70000.0 + "hasNumericalData": 80000.0 }, "unit": { "label": "JoulePerMole", @@ -2337,7 +2337,7 @@ "@type": "emmo:Porosity", "value": { "@type": "emmo:Numerical", - "hasNumericalData": 0.22000000000000003 + "hasNumericalData": 0.2 }, "unit": { "label": "UnitOne", @@ -2350,7 +2350,7 @@ "@type": "emmo:MassLoading", "value": { "@type": "emmo:Numerical", - "hasNumericalData": 14.67219 + "hasNumericalData": 15.0484 }, "unit": { "label": "MiliGramPerCubicCentiMeter", @@ -2402,7 +2402,7 @@ "@type": "emmo:Capacity", "value": { "@type": "emmo:Numerical", - "hasNumericalData": 1092.5690615494264 + "hasNumericalData": 1120.5836528712066 }, "unit": { "label": "MiliAmpereHour", @@ -6233,7 +6233,7 @@ "@type": "emmo:N/PRatio", "value": { "@type": "emmo:Numerical", - "hasNumericalData": 1.04 + "hasNumericalData": 1.07 }, "unit": { "label": "UnitOne", @@ -6246,7 +6246,7 @@ "@type": "emmo:CellMass", "value": { "@type": "emmo:Numerical", - "hasNumericalData": 31.6742860172 + "hasNumericalData": 31.7796972032 }, "unit": { "label": "Gram", @@ -6357,7 +6357,7 @@ "@type": "emmo:NumberOfEntities", "value": { "@type": "emmo:Numerical", - "hasNumericalData": 3 + "hasNumericalData": 1 }, "unit": { "label": "UnitOne", diff --git a/streamlit/output_files/calculated_values.json b/streamlit/output_files/calculated_values.json index a9bdb1b..0027f54 100644 --- a/streamlit/output_files/calculated_values.json +++ b/streamlit/output_files/calculated_values.json @@ -1,11 +1,11 @@ { "calculatedParameters": { "effective_density": { - "negative_electrode": 1726.14, + "negative_electrode": 1770.4, "positive_electrode": 3151.12 }, "mass_loadings": { - "negative_electrode": 14.67219, + "negative_electrode": 15.0484, "positive_electrode": 23.948511999999994 } }