update configtable by adding resistive_heaters

This commit is contained in:
yerbol-akhmetov 2023-12-23 12:55:50 +06:00
parent a3688a74fd
commit 12096d1f2f

View File

@ -63,6 +63,7 @@ tes_tau,,,The time constant used to calculate the decay of thermal energy in the
-- decentral,days,float,The time constant in decentralized thermal energy storage (TES)
-- central,days,float,The time constant in centralized thermal energy storage (TES)
boilers,--,"{true, false}",Add option for transforming electricity into heat using resistive heater
resistive_heaters,--,"{true, false}",Add option for using resistive heaters separately from boilers
oil_boilers,--,"{true, false}",Add option for transforming oil into heat using boilers
biomass_boiler,--,"{true, false}",Add option for transforming biomass into heat using boilers
chp,--,"{true, false}",Add option for using Combined Heat and Power (CHP)

1 Unit Values Description
63 -- decentral days float The time constant in decentralized thermal energy storage (TES)
64 -- central days float The time constant in centralized thermal energy storage (TES)
65 boilers -- {true, false} Add option for transforming electricity into heat using resistive heater
66 resistive_heaters -- {true, false} Add option for using resistive heaters separately from boilers
67 oil_boilers -- {true, false} Add option for transforming oil into heat using boilers
68 biomass_boiler -- {true, false} Add option for transforming biomass into heat using boilers
69 chp -- {true, false} Add option for using Combined Heat and Power (CHP)