Skip to content

Commit

Permalink
deploy: 73b5eea
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierr committed Dec 5, 2024
1 parent 736d59f commit 5b4ec29
Show file tree
Hide file tree
Showing 65 changed files with 4,410 additions and 2,109 deletions.
Binary file modified _images/battMoTutorial_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/battMoTutorial_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/runBatteryP2D_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/runElectrolyser_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed _images/runElectrolyser_02.png
Binary file not shown.
Binary file modified _images/runSEIActiveMaterial_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/runSEIActiveMaterial_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/runSEIActiveMaterial_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/runSEIActiveMaterial_04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/runSEIActiveMaterial_05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/runSEIActiveMaterial_06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _sources/compositeElectrode.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Composite electrode json input file

Here is json input for the composite electrode part, in :ref:`runSiliconGraphiteBattery`

.. literalinclude:: ../ParameterData/BatteryCellParameters/LithiumIonBatteryCell/lithium_ion_battery_nmc_silicon_graphite.json
.. literalinclude:: ../ParameterData/BatteryCellParameters/LithiumIonBatteryCell/composite_silicon_graphite.json
:language: json


Expand Down
2 changes: 1 addition & 1 deletion _sources/intermediate.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ the :code:`jsonstruct` that is obtained is equivalent to the one where we would
"guestStoichiometry0": 0.1429,
"chargeTransferCoefficient": 0.5,
"openCircuitPotential" : {"type": "function",
"functionname" : "computeOCP_graphite",
"functionname" : "computeOCP_Graphite_Torchio",
"argumentlist" : ["cElectrode", "T", "cmax"]
}}},
Expand Down
4 changes: 2 additions & 2 deletions _sources/modelinitialisation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,12 @@ Then, using the :code:`printSpecifications` method, we get
Energy Density : 851.122 [Wh/L]
Initial Voltage : 4.17686 [V]
We can also mention here the utility function :battmo:`computeCellEnergyGivenCrate`, even it is not a *static* property.
We can also mention here the utility function :battmo:`computeCellEnergyGivenDrate`, even it is not a *static* property.
The function computes the energy produced by a cell for a given CRate.

.. code:: matlab
>> output = computeCellEnergyGivenCrate(model, 2);
>> output = computeCellEnergyGivenDrate(model, 2);
>> fprintf('Energy at Crate=2 : %g [Wh]', output.energy / (watt*hour));
Energy at Crate = 2 : 0.0110781 [Wh]
Expand Down
4 changes: 2 additions & 2 deletions _sources/parsets.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ listed in the directory :battmofile:`ParameterSets<ParameterData/ParameterSets>`
- 2009
- :cite:`Safari_2009`
- :battmofile:`Safari2009<ParameterData/ParameterSets/Safari2009>`
* - Lin et al
* - Xu et al
- 2015
- :cite:`LIN2015633`
- :battmofile:`Lin2015<ParameterData/ParameterSets/Lin2015>`
- :battmofile:`Xu2015<ParameterData/ParameterSets/Xu2015>`


Otherwise, separate input json files corresponding to different part of a battery model are included in the directory
Expand Down
Loading

0 comments on commit 5b4ec29

Please sign in to comment.