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/k/03.toml | 8 ++++++++ compressor/res/borgwarner/k/04.toml | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 compressor/res/borgwarner/k/03.toml create mode 100644 compressor/res/borgwarner/k/04.toml (limited to 'compressor/res/borgwarner/k') 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" -- cgit v1.2.3