Added min height based on | fixed dynamic speed in %/sec

This commit is contained in:
znetsixe
2025-11-20 11:09:26 +01:00
parent f2c9134b64
commit d52a1827e3
3 changed files with 44 additions and 13 deletions

View File

@@ -299,6 +299,23 @@
"description": "Reference height to use to identify the height vs other basins with. This will say something more about the expected pressure loss in m head"
}
},
"minHeightBasedOn": {
"default": "outlet",
"rules": {
"type": "enum",
"values": [
{
"value": "inlet",
"description": "Minimum height is based on inlet elevation."
},
{
"value": "outlet",
"description": "Minimum height is based on outlet elevation."
}
],
"description": "Basis for minimum height check: inlet or outlet."
}
},
"staticHead": {
"default": 12,
"rules": {