Skip to content

Commit f82408a

Browse files
Merge pull request #1547 from ie3-institute/df/#874-remove-thermalUnits
Removed `ThermalUnits` (duplication to `ThermalGrids`)
2 parents d2b18ad + aedec5d commit f82408a

File tree

5 files changed

+4
-152
lines changed

5 files changed

+4
-152
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4444
- Remove snapshot repository [#1538](https://github.com/ie3-institute/PowerSystemDataModel/issues/1538)
4545
- Refactored the handling of power profiles [#1514](https://github.com/ie3-institute/PowerSystemDataModel/issues/1514)
4646
- Updated `gradle` dependency shadowJar to work with Gradle 9 [#1545](https://github.com/ie3-institute/PowerSystemDataModel/issues/1545)
47+
- Removed `ThermalUnits` (duplication to `ThermalGrids`) [#874](https://github.com/ie3-institute/PowerSystemDataModel/issues/874)
4748

4849
## [8.1.0] - 2025-07-25
4950

src/main/java/edu/ie3/datamodel/models/input/container/ThermalUnits.java

Lines changed: 0 additions & 98 deletions
This file was deleted.

src/main/java/edu/ie3/datamodel/models/input/thermal/CylindricalStorageInput.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/** Thermal storage with cylindrical shape */
1818
public class CylindricalStorageInput extends AbstractStorageInput {
1919
/**
20-
* @param uuid Unique identifier of a cylindrical storage
20+
* @param uuid Unique identifier of a certain cylindrical storage
2121
* @param id Identifier of the thermal unit
2222
* @param operator operator of the asset
2323
* @param operationTime operation time of the asset

src/main/java/edu/ie3/datamodel/models/input/thermal/DomesticHotWaterStorageInput.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class DomesticHotWaterStorageInput extends AbstractStorageInput {
1919
/**
2020
* Constructor for DomesticHotWaterStorageInput
2121
*
22-
* @param uuid Unique identifier of a domestic hot water storage
22+
* @param uuid Unique identifier of a certain domestic hot water storage
2323
* @param id Identifier of the thermal unit
2424
* @param operator operator of the asset
2525
* @param operationTime operation time of the asset
@@ -57,7 +57,7 @@ public DomesticHotWaterStorageInput(
5757
/**
5858
* Alternative constructor for DomesticHotWaterStorageInput
5959
*
60-
* @param uuid Unique identifier of a domestic hot water storage
60+
* @param uuid Unique identifier of domestic hot water storage
6161
* @param id Identifier of the thermal unit
6262
* @param bus Thermal bus, a thermal unit is connected to
6363
* @param storageVolumeLvl Available storage volume

src/test/groovy/edu/ie3/datamodel/models/input/container/ThermalUnitsTest.groovy

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)