Fix SI units
This commit is contained in:
parent
169479ca5a
commit
60bc004468
4 changed files with 6 additions and 41 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue