You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# There are two basic categories of input data formats in NX Nastran:
211
244
#
212
-
# "Free" format data, in which the data fields are simply separated by commas. This type of data is known as free field data.
213
-
# "Fixed" format data, in which your data must be aligned in columns of specific width. There are two subcategories of fixed format data that differ based on the size of the fixed column width:
214
-
# Small field format, in which a single line of data is divided into 10 fields that can contain eight characters each.
215
-
# Large field format, in which a single line of input is expanded into two lines The first and last fields on each line are eight columns wide, while the intermediate fields are sixteen columns wide. The large field format is useful when you need greater numerical accuracy.
245
+
# - "Free" format data, in which the data fields are simply separated by
246
+
# commas. This type of data is known as free field data.
247
+
#
248
+
# - "Fixed" format data, in which your data must be aligned in columns of
249
+
# specific width. There are two subcategories of fixed format data that differ
250
+
# based on the size of the fixed column width:
251
+
#
252
+
# - Small field format, in which a single line of data is divided into 10
253
+
# fields that can contain eight characters each.
254
+
#
255
+
# - Large field format, in which a single line of input is expanded into
256
+
# two lines The first and last fields on each line are eight columns wide,
257
+
# while the intermediate fields are sixteen columns wide. The large field
258
+
# format is useful when you need greater numerical accuracy.
0 commit comments