Layout of Control File
- Last UpdatedFeb 01, 2023
- 1 minute read
The layout is described by an example. The format is rather free but everything that is written in the same line in the example must be so. Maximum line width is 132 characters.
TYPE = 10 ’Flat bar’
100, 10
100, 12
120, 12
150, 12
200, 25
250, 25
TYPE = 20 ’Bulb bar’
200, 9
220, 10
240, 10
260, 12
TYPE = 30 ’L-bar’
150, 90, 10
200, 100, 10
250, 120, 12
350, 150, 12
TYPE = 31 ’L-bar’
150, 90, 10, 12
200, 100, 10, 15
250, 120, 12, 20
350, 150, 12, 20
TYPE = 40 ’T-bar’
350, 150, 10, 12
450, 200, 12, 15
550, 200, 12, 20
TYPE = 43 ’T-bar’
350, 150, 10, 12
450, 200, 12, 15
550, 200, 12, 20
The keyword TYPE is the profile type as defined in the AVEVA Marine standard.
The text on the same line as the TYPE keyword is the customer description of the profile type. This text will appear on a menu when creating stiffeners interactively.
The lines following the TYPE keyword select a number of dimensions for the current profile type. The parameters should be given in the same order as they are entered in modelling input. There is no restriction as to the number of lines selecting profile dimensions.