Funny TEG Update

This commit is contained in:
Archie
2021-02-25 03:41:11 -03:00
parent a8728cd91e
commit f3e05543f5
4 changed files with 25 additions and 5 deletions
+1 -1
View File
@@ -89,7 +89,7 @@
var/energy_transfer = delta_temperature*hot_air_heat_capacity*cold_air_heat_capacity/(hot_air_heat_capacity+cold_air_heat_capacity)
var/heat = energy_transfer*(1-efficiency)
lastgen += energy_transfer*efficiency
lastgen += LOGISTIC_FUNCTION(500000,0.0009,delta_temperature,10000)
hot_air.temperature = hot_air.temperature - energy_transfer/hot_air_heat_capacity
cold_air.temperature = cold_air.temperature + heat/cold_air_heat_capacity