update configtable for resistive_heaters

This commit is contained in:
yerbol-akhmetov 2023-12-28 13:53:15 +06:00
parent 640a4b1b2e
commit 0f41ff79cf

View File

@ -63,7 +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 gas into heat using gas boilers
resistive_heaters,--,"{true, false}",Add option for using resistive heaters separately from boilers
resistive_heaters,--,"{true, false}",Add option for transforming electricity into heat using resistive heaters (independently from gas 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 gas into heat using gas boilers
66 resistive_heaters -- {true, false} Add option for using resistive heaters separately from boilers Add option for transforming electricity into heat using resistive heaters (independently from gas 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)