diff options
| author | sam-anthony <samanthony6@protonmail.com> | 2022-04-12 17:53:27 -0230 |
|---|---|---|
| committer | sam-anthony <samanthony6@protonmail.com> | 2022-04-12 17:53:27 -0230 |
| commit | 6b8696836d07ee02509a02f56580caeef63b068b (patch) | |
| tree | a40b8a6728a70f23630959865c2cddd4cb3fa436 /compressor/res/borgwarner | |
| parent | 4ed36abe10e629322078a440ae7071132c65da7a (diff) | |
| download | volute-6b8696836d07ee02509a02f56580caeef63b068b.zip | |
store compressor data in toml format
Diffstat (limited to 'compressor/res/borgwarner')
| -rw-r--r-- | compressor/res/borgwarner/efr/6258.toml | 8 | ||||
| -rw-r--r-- | compressor/res/borgwarner/k/03.toml | 8 | ||||
| -rw-r--r-- | compressor/res/borgwarner/k/04.toml | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/compressor/res/borgwarner/efr/6258.toml b/compressor/res/borgwarner/efr/6258.toml new file mode 100644 index 0000000..1a678a0 --- /dev/null +++ b/compressor/res/borgwarner/efr/6258.toml @@ -0,0 +1,8 @@ +name = "BorgWarner EFR6258" +minx = 47 +miny = 455 +maxx = 773 +maxy = 6 +maxpr = 3.8 +flowval = 0.50 +flowunit = "kg/s" diff --git a/compressor/res/borgwarner/k/03.toml b/compressor/res/borgwarner/k/03.toml new file mode 100644 index 0000000..06f808c --- /dev/null +++ b/compressor/res/borgwarner/k/03.toml @@ -0,0 +1,8 @@ +name = "BorgWarner K03" +minx = 30 +miny = 714 +maxx = 876 +maxy = 4 +maxpr = 2.8 +flowval = 0.13 +flowunit = "kg/s" diff --git a/compressor/res/borgwarner/k/04.toml b/compressor/res/borgwarner/k/04.toml new file mode 100644 index 0000000..48908d2 --- /dev/null +++ b/compressor/res/borgwarner/k/04.toml @@ -0,0 +1,8 @@ +name = "BorgWarner K04" +minx = 33 +miny = 712 +maxx = 1090 +maxy = 2 +maxpr = 2.8 +flowval = 0.18 +flowunit = "kg/s" |