diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b0006698..4b7e6acbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed `equals` of `ResultEntity` and `TimeSeriesEntry` [#1037](https://github.com/ie3-institute/PowerSystemDataModel/issues/1037) +- Fixed "depth of discharge" in documentation [#872](https://github.com/ie3-institute/PowerSystemDataModel/issues/872) ## [5.0.0] - 2024-03-06 diff --git a/docs/readthedocs/models/input/participant/storage.md b/docs/readthedocs/models/input/participant/storage.md index 6e0f5a313..9c3df5d93 100644 --- a/docs/readthedocs/models/input/participant/storage.md +++ b/docs/readthedocs/models/input/participant/storage.md @@ -60,25 +60,6 @@ Model of an ideal electrical battery energy storage. - % - Efficiency of the electrical inverter - * - dod - - % - - | Maximum permissible depth of discharge. 80 % dod - | is equivalent to a state of charge of 20 %. - - * - lifeTime - - h - - Permissible hours of full use - - * - lifeCycle - - -- - - Permissible amount of full cycles - - * - em - - -- - - | UUID reference to an :ref:`Energy Management Unit` that is controlling - | this system participant. Field can be empty or missing, if this participant - | is not controlled. - ``` ### Entity Model @@ -125,7 +106,12 @@ Model of an ideal electrical battery energy storage. - -- - | Foreseen operation strategy of the storage. | Eligible input: *"market"*, *"grid"*, *"self"* - + + * - em + - -- + - | UUID reference to an :ref:`Energy Management Unit` that is controlling + | this system participant. Field can be empty or missing, if this participant + | is not controlled. ``` diff --git a/docs/uml/main/input/SystemDatamodelConcept.puml b/docs/uml/main/input/SystemDatamodelConcept.puml index d588e1256..613ee4c59 100644 --- a/docs/uml/main/input/SystemDatamodelConcept.puml +++ b/docs/uml/main/input/SystemDatamodelConcept.puml @@ -153,9 +153,6 @@ package models { - pMax: ComparableQuantity [kW] - activePowerGradient: ComparableQuantity [%/h] - eta: ComparableQuantity [%] - - dod: ComparableQuantity [%] - - lifeTime: ComparableQuantity