Skip to content
Snippets Groups Projects
Commit dabdf5d1 authored by francois.grand's avatar francois.grand
Browse files

#77 suppression des valeurs dans les fichiers de config des calculettes quand...

 #77 suppression des valeurs dans les fichiers de config des calculettes quand elles sont fournies par la lib
parent d5a5514d
No related branches found
No related tags found
1 merge request!15Resolve "faire les modifications nécessaires prendre en compte le ticket cassiopee/jalhyd#46 (Gestion de la session dans la lib)"
......@@ -7,26 +7,22 @@
{
"type": "input",
"id": "L",
"unit": "m",
"value": 2
"unit": "m"
},
{
"type": "input",
"id": "W",
"unit": "m",
"value": 1
"unit": "m"
},
{
"type": "input",
"id": "Y",
"unit": "m",
"value": 0.5
"unit": "m"
},
{
"type": "input",
"id": "V",
"unit": "m³",
"value": 1
"unit": "m³"
}
]
},
......
......@@ -7,26 +7,22 @@
{
"type": "input",
"id": "DH",
"unit": "m",
"value": 0.3
"unit": "m"
},
{
"type": "input",
"id": "Q",
"unit": "m³/s",
"value": 0.1
"unit": "m³/s"
},
{
"type": "input",
"id": "V",
"unit": "m³",
"value": 0.5
"unit": "m³"
},
{
"type": "input",
"id": "Pv",
"unit": "W",
"value": 588.6
"unit": "W"
}
]
},
......
......@@ -9,20 +9,17 @@
"type": "input",
"id": "Q",
"symbol": "Q",
"unit": "m³/s",
"value": 0.5
"unit": "m³/s"
},
{
"type": "input",
"id": "Z1",
"unit": "m",
"value": 2
"unit": "m"
},
{
"type": "input",
"id": "Z2",
"unit": "m",
"value": 1
"unit": "m"
}
]
},
......@@ -103,7 +100,6 @@
"type": "input",
"id": "ZDV",
"unit": "m",
"value": 0.2,
"nodeType": "StructureRectangle",
"dep_exist": [
{
......@@ -120,7 +116,6 @@
"type": "input",
"id": "L",
"unit": "m",
"value": 2,
"nodeType": "StructureRectangle",
"dep_exist": [
{
......@@ -137,7 +132,6 @@
"type": "input",
"id": "W",
"unit": "m",
"value": 0.5,
"dep_exist": [
{
"refid": "select_ouvrage",
......@@ -149,7 +143,6 @@
"type": "input",
"id": "Cd",
"unit": "",
"value": 0.4,
"nodeType": "StructureRectangle",
"dep_exist": [
{
......@@ -194,7 +187,6 @@
"type": "input",
"id": "alpha",
"unit": "",
"value": 0.4,
"nodeType": "StructureKIVI",
"dep_exist": [
{
......@@ -207,7 +199,6 @@
"type": "input",
"id": "beta",
"unit": "",
"value": 0.4,
"nodeType": "StructureKIVI",
"dep_exist": [
{
......@@ -220,7 +211,6 @@
"type": "input",
"id": "ZRAM",
"unit": "",
"value": 0.4,
"nodeType": "StructureKIVI",
"dep_exist": [
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment