Fix SI units

This commit is contained in:
Simon Brodtmann 2025-07-05 17:32:48 +02:00
parent 169479ca5a
commit 60bc004468
4 changed files with 6 additions and 41 deletions

View file

@ -484,7 +484,7 @@ end
default_temperature = 25,
gas_temperature = -210,
max_temperature = 100,
heat_capacity = "1KJ",
heat_capacity = "1kJ",
base_color = {r = 0.0, g = 0.0, b = 1.0},
flow_color = {r = 0.0, g = 0.0, b = 1.0},
pressure_to_speed_ratio = 0.4,
@ -512,7 +512,7 @@ end
default_temperature = 25,
gas_temperature = -100,
max_temperature = 100,
heat_capacity = "1KJ",
heat_capacity = "1kJ",
base_color = {r = 0, g = 0, b = 0},
flow_color = {r = 0.5, g = 1.0, b = 1.0},
pressure_to_speed_ratio = 0.4,