Skip to content

Commit 38ba6b7

Browse files
author
Moreno
committed
Updated anchor type labels in the yaml files
1 parent 4485556 commit 38ba6b7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

famodel/anchors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Sand can also be classified ranging from soft to hard. and are chracterize by th
110110
| Very Dense | < 50 | 9.5 - 11.5 | ~ 0.45 | 12 - 16 | > 45 | > 85 |
111111

112112
## Anchor Types
113-
The supported anchor types are listed below with their associated FAModel names in italics. Anchors types have specific [anchor capacity](#anchor-capacity-modules) and [anchor installation](#anchor-installation-modules) application modules, these are shown for clarity below as well.
113+
The supported anchor types are listed below with their associated FAModel labels in italics (*Labels are not case sensitive*). Anchors types have specific [anchor capacity](#anchor-capacity-modules) and [anchor installation](#anchor-installation-modules) application modules, these are shown for clarity below as well.
114114

115115
| | Capacity | Installation |
116116
|--------------------------------------------------------|----------------|--------------|

tests/mooring_ontology.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ mooring_connector_types:
152152
# Anchor type properties
153153
anchor_types:
154154
suction_pile1:
155-
type : suction_pile
155+
type : suction
156156
L : 16.4 # length of pile [m]
157157
D : 5.45 # diameter of pile [m]
158158
zlug : 9.32 # embedded depth of padeye [m]

tests/mooring_ontology_parallels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ mooring_connector_types:
170170
# Anchor type properties
171171
anchor_types:
172172
suction_pile1:
173-
type : suction_pile
173+
type : suction
174174
L : 16.4 # length of pile [m]
175175
D : 5.45 # diameter of pile [m]
176176
zlug : 9.32 # embedded depth of padeye [m]

tests/platform_ontology.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ mooring_line_types:
12391239
# Anchor type properties
12401240
anchor_types:
12411241
suction_pile1:
1242-
type : suction_pile
1242+
type : suction
12431243
L : 16.4 # length of pile [m]
12441244
D : 5.45 # diameter of pile [m]
12451245
zlug : 9.32 # embedded depth of padeye [m]

0 commit comments

Comments
 (0)