This table is used to generate the LOAD records in the neutral file. The format of a table entry is:
-6, I, J, PATT(I), TATT(I), ... PATT(J), TATT(J)
where:
-6 |
is a code that indicates to the interface that a segment ID should be generated in the record. You cannot change this number or its position in the record. |
I |
subscript of the lowest temperature, pressure air |
J |
subscript of the highest temperature, pressure air |
PATT(n) |
table, column pair identifying the column for obtaining a pressure from the database (Refer to PDS Design Database Format.) |
TATT(n) |
table, column pair identifying the column for obtaining a temperature from the database (Refer to PDS Design Database Format.) |
Sample Loading Data (Load) Table
LOADING DATA (LOAD) TABLE
!a.: Intergraph segment id (do not change)
!b.: table entry number for first set of pressure/temperature pairs
!c.: table entry number for last set of pressure/temperature pairs
!d. & e.: LSET 1 = normal operating pressure & temperature (1st row)
!f. & g.: LSET 2 = alternate operating pressure & temperature (1st row)
!h. & i.: LSET 3 = normal design pressure & temperature (1st row)
! a. b. c. d. e. f. g. h. i.
-6, 1, 3, 12,24, 12,25, 12,26, 12,27, 12,28, 12,29
-6, 4, 6, 12,24, 12,25, 12,26, 12,27, 12,30, 12,31
!d. & e.: LSET 4 = normal operating pressure/temperature (2nd row)
!f. & g.: LSET 5 = alternate operating pressure/temperature (2nd row)
!h. & i.: LSET 6 = alternate design pressure/temperature (2nd row)
ENDOF LOADING DATA (LOAD) TABLE