Complete general functions

This commit is contained in:
znetsixe
2025-05-26 17:09:18 +02:00
parent 47dfe3850f
commit 2e57034f14
44 changed files with 6776 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
[
{
"name": "DAB Evosta 2 20-75",
"description": "N/A",
"machineCurve": {
"np": {
"200": {
"x": [0, 20, 40, 60, 80, 100],
"y": [5, 8, 12, 15, 17, 18]
},
"300": {
"x": [0, 20, 40, 60, 80, 100],
"y": [20, 28, 32, 34, 35, 35]
},
"400": {
"x": [0, 20, 40, 60, 80, 100],
"y": [35, 38, 42, 45, 47, 48]
}
},
"nq": {
"200": {
"x": [0, 20, 40, 60, 80, 100],
"y": [0, 0.4, 0.8, 1.2, 1.6, 2.0]
},
"300": {
"x": [0, 20, 40, 60, 80, 100],
"y": [0, 0.72, 1.44, 2.16, 2.88, 3.6]
},
"400": {
"x": [0, 20, 40, 60, 80, 100],
"y": [0, 0.8, 1.6, 2.4, 3.2, 4.0]
}
}
}
}
]