From 6b8696836d07ee02509a02f56580caeef63b068b Mon Sep 17 00:00:00 2001 From: sam-anthony Date: Tue, 12 Apr 2022 17:53:27 -0230 Subject: store compressor data in toml format --- compressor/res/borgwarner/efr/6258.toml | 8 ++++++++ compressor/res/borgwarner/k/03.toml | 8 ++++++++ compressor/res/borgwarner/k/04.toml | 8 ++++++++ compressor/res/garrett/g/25-660.toml | 8 ++++++++ 4 files changed, 32 insertions(+) create mode 100644 compressor/res/borgwarner/efr/6258.toml create mode 100644 compressor/res/borgwarner/k/03.toml create mode 100644 compressor/res/borgwarner/k/04.toml create mode 100644 compressor/res/garrett/g/25-660.toml (limited to 'compressor/res') 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" diff --git a/compressor/res/garrett/g/25-660.toml b/compressor/res/garrett/g/25-660.toml new file mode 100644 index 0000000..6c7b948 --- /dev/null +++ b/compressor/res/garrett/g/25-660.toml @@ -0,0 +1,8 @@ +name = "Garrett G25-660" +minx = 204 +miny = 1885 +maxx = 1665 +maxy = 25 +maxpr = 4.0 +flowval = 70 +flowunit = "lb/min" -- cgit v1.2.3