Format: Setting the File Format
Format: Setting the File Format
By default the Ansys LS-DYNA output mode is "Keep existing", meaning that each master and include file in a model is written out in the format in which it was read. However PRIMER supports the following options:
| ![]() |
With the advent of "i10" format the magnitude of labels is now split into three bands:
| Small format |
*PART, *NODE and *ELEMENT labels must be in the range 1 to 99,999,999
10 wide fields in other contexts permit larger labels, but generally the three above dominate. |
| i10 format |
All labels can lie in the range 1 to 9,999,999,999. However the limit of a single precision signed 32 bit integer is 2,147,483,647 so if single precision Ansys LS-DYNA is to be used, or - more importantly - 32 bit binary output files are to be written then it is best to keep labels inside this limit. PRIMER can impose this as a "soft" label limit, see Setting the current label limits in PRIMER for more information. |
| Large format |
All labels can lie in the range 1 to 999,999,999,999,999. The theoretical limit is higher than this, but it is recommended that this limit of "15 9s" be used. The reasons behind this are discussed in detail in Setting the current label limits in PRIMER |
In "automatic" mode the smallest of the three options above that will contain the data is chosen. However if a format that is too small is explicitly chosen in this situation then it will be used until a card containing "i10" or "long" labels is encountered, in which case a new keyword header using the "%" suffix for i10 or the "+" suffix for large will be written and the rest of that particular keyword will be written in teh relevant format.
Details of the way that PRIMER handles large labels may be found in "Long" Keyword Format and Large Labels.
