Skip to content
Snippets Groups Projects
Commit 43fb27f8 authored by Leendertz, R.R. (Rens, Student M-CS)'s avatar Leendertz, R.R. (Rens, Student M-CS)
Browse files
parents 39aec2b7 5c58e2ee
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,8 @@ toplevel "System";
"UnreasonableDesign" or "UnreasonableStrength" "UnsuitableMaterial";
"GeologicalHazard" or "Earthquake" "Flood" "Subsidence";
"SoilCorrosion" or "HightTemperature" "LowResistance" "HighWaterRatio" "HighSalt" "LowPH" "Bacteria" "ElectricalInterference";
"ExternalCorrosion" and "SystemOfCP" "SystemOfCoating" "SoilCorrosion" "IllAnti-corrosion";
"ProtectionMeasurement" or "SystemOfInhibitor" "SystemOfCoating" "BadClearPipe" "Debonding";
"ExternalCorrosion" and "SystemOfCP" "SystemOfCoating1" "SoilCorrosion" "IllAnti-corrosion";
"ProtectionMeasurement" or "SystemOfInhibitor" "SystemOfCoating2" "BadClearPipe" "Debonding";
"InternalCorrosion" and "IllAnti-corrosion" "ProtectionMeasurement" "SpecialMedium";
"CorrosionThinning" or "ExternalCorrosion" "InternalCorrosion";
"Corrosion" or "SCC" "CorrosionThinning" "CorrosionFatigue";
......
......@@ -140,13 +140,13 @@ digraph G{
"or__SoilCorrosion" -> "or_l_SoilCorrosion"
"or__SoilCorrosion" -> "or_r_SoilCorrosion"
"and_l_ExternalCorrosion" -> "SystemOfCP"
"and_l_ExternalCorrosion" -> "SystemOfCoating"
"and_l_ExternalCorrosion" -> "SystemOfCoating1"
"and_r_ExternalCorrosion" -> "or__SoilCorrosion"
"and_r_ExternalCorrosion" -> "IllAnti-corrosion"
"and__ExternalCorrosion" -> "and_l_ExternalCorrosion"
"and__ExternalCorrosion" -> "and_r_ExternalCorrosion"
"or_l_ProtectionMeasurement" -> "SystemOfInhibitor"
"or_l_ProtectionMeasurement" -> "SystemOfCoating"
"or_l_ProtectionMeasurement" -> "SystemOfCoating2"
"or_r_ProtectionMeasurement" -> "BadClearPipe"
"or_r_ProtectionMeasurement" -> "Debonding"
"or__ProtectionMeasurement" -> "or_l_ProtectionMeasurement"
......
......@@ -243,7 +243,7 @@
"name": "and_l_ExternalCorrosion",
"causes": [
"SystemOfCP",
"SystemOfCoating"
"SystemOfCoating1"
],
"gate": {
"type": "and"
......@@ -273,7 +273,7 @@
"name": "or_l_ProtectionMeasurement",
"causes": [
"SystemOfInhibitor",
"SystemOfCoating"
"SystemOfCoating2"
],
"gate": {
"type": "or"
......
......@@ -156,7 +156,7 @@
},
"causes": [
"SystemOfCP",
"SystemOfCoating",
"SystemOfCoating1",
"SoilCorrosion",
"IllAnti-corrosion"
]
......@@ -168,7 +168,7 @@
},
"causes": [
"SystemOfInhibitor",
"SystemOfCoating",
"SystemOfCoating2",
"BadClearPipe",
"Debonding"
]
......
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