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"; ...@@ -13,8 +13,8 @@ toplevel "System";
"UnreasonableDesign" or "UnreasonableStrength" "UnsuitableMaterial"; "UnreasonableDesign" or "UnreasonableStrength" "UnsuitableMaterial";
"GeologicalHazard" or "Earthquake" "Flood" "Subsidence"; "GeologicalHazard" or "Earthquake" "Flood" "Subsidence";
"SoilCorrosion" or "HightTemperature" "LowResistance" "HighWaterRatio" "HighSalt" "LowPH" "Bacteria" "ElectricalInterference"; "SoilCorrosion" or "HightTemperature" "LowResistance" "HighWaterRatio" "HighSalt" "LowPH" "Bacteria" "ElectricalInterference";
"ExternalCorrosion" and "SystemOfCP" "SystemOfCoating" "SoilCorrosion" "IllAnti-corrosion"; "ExternalCorrosion" and "SystemOfCP" "SystemOfCoating1" "SoilCorrosion" "IllAnti-corrosion";
"ProtectionMeasurement" or "SystemOfInhibitor" "SystemOfCoating" "BadClearPipe" "Debonding"; "ProtectionMeasurement" or "SystemOfInhibitor" "SystemOfCoating2" "BadClearPipe" "Debonding";
"InternalCorrosion" and "IllAnti-corrosion" "ProtectionMeasurement" "SpecialMedium"; "InternalCorrosion" and "IllAnti-corrosion" "ProtectionMeasurement" "SpecialMedium";
"CorrosionThinning" or "ExternalCorrosion" "InternalCorrosion"; "CorrosionThinning" or "ExternalCorrosion" "InternalCorrosion";
"Corrosion" or "SCC" "CorrosionThinning" "CorrosionFatigue"; "Corrosion" or "SCC" "CorrosionThinning" "CorrosionFatigue";
......
...@@ -140,13 +140,13 @@ digraph G{ ...@@ -140,13 +140,13 @@ digraph G{
"or__SoilCorrosion" -> "or_l_SoilCorrosion" "or__SoilCorrosion" -> "or_l_SoilCorrosion"
"or__SoilCorrosion" -> "or_r_SoilCorrosion" "or__SoilCorrosion" -> "or_r_SoilCorrosion"
"and_l_ExternalCorrosion" -> "SystemOfCP" "and_l_ExternalCorrosion" -> "SystemOfCP"
"and_l_ExternalCorrosion" -> "SystemOfCoating" "and_l_ExternalCorrosion" -> "SystemOfCoating1"
"and_r_ExternalCorrosion" -> "or__SoilCorrosion" "and_r_ExternalCorrosion" -> "or__SoilCorrosion"
"and_r_ExternalCorrosion" -> "IllAnti-corrosion" "and_r_ExternalCorrosion" -> "IllAnti-corrosion"
"and__ExternalCorrosion" -> "and_l_ExternalCorrosion" "and__ExternalCorrosion" -> "and_l_ExternalCorrosion"
"and__ExternalCorrosion" -> "and_r_ExternalCorrosion" "and__ExternalCorrosion" -> "and_r_ExternalCorrosion"
"or_l_ProtectionMeasurement" -> "SystemOfInhibitor" "or_l_ProtectionMeasurement" -> "SystemOfInhibitor"
"or_l_ProtectionMeasurement" -> "SystemOfCoating" "or_l_ProtectionMeasurement" -> "SystemOfCoating2"
"or_r_ProtectionMeasurement" -> "BadClearPipe" "or_r_ProtectionMeasurement" -> "BadClearPipe"
"or_r_ProtectionMeasurement" -> "Debonding" "or_r_ProtectionMeasurement" -> "Debonding"
"or__ProtectionMeasurement" -> "or_l_ProtectionMeasurement" "or__ProtectionMeasurement" -> "or_l_ProtectionMeasurement"
......
...@@ -243,7 +243,7 @@ ...@@ -243,7 +243,7 @@
"name": "and_l_ExternalCorrosion", "name": "and_l_ExternalCorrosion",
"causes": [ "causes": [
"SystemOfCP", "SystemOfCP",
"SystemOfCoating" "SystemOfCoating1"
], ],
"gate": { "gate": {
"type": "and" "type": "and"
...@@ -273,7 +273,7 @@ ...@@ -273,7 +273,7 @@
"name": "or_l_ProtectionMeasurement", "name": "or_l_ProtectionMeasurement",
"causes": [ "causes": [
"SystemOfInhibitor", "SystemOfInhibitor",
"SystemOfCoating" "SystemOfCoating2"
], ],
"gate": { "gate": {
"type": "or" "type": "or"
......
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
}, },
"causes": [ "causes": [
"SystemOfCP", "SystemOfCP",
"SystemOfCoating", "SystemOfCoating1",
"SoilCorrosion", "SoilCorrosion",
"IllAnti-corrosion" "IllAnti-corrosion"
] ]
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
}, },
"causes": [ "causes": [
"SystemOfInhibitor", "SystemOfInhibitor",
"SystemOfCoating", "SystemOfCoating2",
"BadClearPipe", "BadClearPipe",
"Debonding" "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