File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -125,13 +125,13 @@ package models {
125125 CylindricalStorageInput --|> ThermalStorageInput
126126
127127 class DomesticHotWaterStorageInput {
128- - storageVolumeLvl: ComparableQuantity<Volume> [m³]
129- - inletTemp: ComparableQuantity<Temperature> [°C]
130- - returnTemp: ComparableQuantity<Temperature> [°C]
131- - c: ComparableQuantity<SpecificHeatCapacity> [kWh/(K*m³)]
132- - pThermalMax: ComparableQuantity<Power> [kW]
133- }
134- DomesticHotWaterStorageInput --|> ThermalStorageInput
128+ - storageVolumeLvl: ComparableQuantity<Volume> [m³]
129+ - inletTemp: ComparableQuantity<Temperature> [°C]
130+ - returnTemp: ComparableQuantity<Temperature> [°C]
131+ - c: ComparableQuantity<SpecificHeatCapacity> [kWh/(K*m³)]
132+ - pThermalMax: ComparableQuantity<Power> [kW]
133+ }
134+ DomesticHotWaterStorageInput --|> ThermalStorageInput
135135 }
136136 }
137137}
You can’t perform that action at this time.
0 commit comments