diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-04-27 21:16:36 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-04-27 21:16:36 -0400 |
| commit | cdda98a593eb8f4350dd3b50e72a074bce143b5c (patch) | |
| tree | 9a025481860df687e4eb6373b6d679cfedf73a6d | |
| parent | 326dc9c305501655c5a10024f354ecaffa113a9e (diff) | |
| download | volute-cdda98a593eb8f4350dd3b50e72a074bce143b5c.zip | |
fix compressor map toml files
| -rw-r--r-- | compressor_maps/borgwarner_k_04.toml | 4 | ||||
| -rw-r--r-- | compressor_maps/garrett_g_40-900.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/compressor_maps/borgwarner_k_04.toml b/compressor_maps/borgwarner_k_04.toml index ab8ca99..3570585 100644 --- a/compressor_maps/borgwarner_k_04.toml +++ b/compressor_maps/borgwarner_k_04.toml @@ -5,8 +5,8 @@ model = "04" flowunit = "kg/s" [origin] -minx = 33 -miny = 712 +x = 33 +y = 712 pr = 1.0 flow = 0.0 diff --git a/compressor_maps/garrett_g_40-900.toml b/compressor_maps/garrett_g_40-900.toml index 29519e0..f20ef83 100644 --- a/compressor_maps/garrett_g_40-900.toml +++ b/compressor_maps/garrett_g_40-900.toml @@ -14,4 +14,4 @@ flow = 0.0 x = 1679 y = 18 pr = 5.0 -flow = 100 +flow = 100.0 |