Skip to content

Commit

Permalink
update in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierr committed Dec 5, 2024
1 parent 5b352b4 commit 73b5eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/modelinitialisation.rst
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

0 comments on commit 73b5eea

Please sign in to comment.