Make thermomachines more thermodynamically sound (#18984)

Co-authored-by: Ilya246 <ilyukarno@gmail.com>
This commit is contained in:
Kevin Zheng
2023-08-22 00:34:45 -07:00
committed by GitHub
parent 8636234ff1
commit bb7a19d32e
5 changed files with 107 additions and 60 deletions

View File

@@ -284,7 +284,7 @@
True: { state: freezerOn }
False: { state: freezerOff }
- type: GasThermoMachine
mode: Freezer
coefficientOfPerformance: -3.9
- type: ApcPowerReceiver
powerDisabled: true #starts off
- type: Machine
@@ -327,7 +327,7 @@
True: { state: heaterOn }
False: { state: heaterOff }
- type: GasThermoMachine
mode: Heater
coefficientOfPerformance: 0.95
- type: ApcPowerReceiver
powerDisabled: true #starts off
- type: Machine