Writing ZTF and Group Files
Writing ZTF and Group Files
This may be carried out in any of three ways in PRIMER :
-
As shown in the panel here: fill in a file name (
<
jobname
>.ztf
is preferred) and
it.
-
If ZTF Output is selected in the
panel file
<
jobname
>.ztf
will be generated at the same time as the output .key file is written. See
LS-DYNA Output: Pre-Output Checks and Output Options.
-
If
PRIMER
is run in batch mode with the following command line arguments: (see
Appendix M)
-d=batch -ztf=< input filename >
. This method is used by the Shell to generate ZTF files automatically after an analysis has been run.
Writing a binary Group file (deprecated)
This file type was read by D3PLOT 9.1 and earlier, providing a method of exporting groups in PRIMER for use in post-processing. It had the disadvantage that, being a binary file, it was not only large, opaque and uneditable, but it was also "tightly" locked to the given analysis and could not be used with a different one.
Therefore from D3PLOT 9.2 onwards an alternative way of exporting group information as an ASCII file via the function was introduced: (see GROUPS )
-
This is simply a copy of the
*GROUP
keywords
(after
*END
) used by
PRIMER
to encode group information in the keyword output file.
-
It format is compact, being typically less than 100 lines line.
-
It is in a "human friendly" format and, being an ASCII file, it
is manually editable if required.
- It is also flexible: any mis-match between the group file contents and the file being processed is simply ignored, making it usable over a wide range of broadly similar analyses.
ASCII groups file may also be read into PRIMER using .
Although D3PLOT 9.2 onwards will continue to read the binary groups file it is strongly recommended that you use the ASCII version instead. This feature may be withdrawm in future releases of PRIMER.
