RSPLIT
RSPLIT, Option
, Label
, Name1
, Name2
, Name3
, Name4
, Name5
, Name6
, Name7
, Name8
, Name9
, Name10
, Name11
, Name12
, Name13
, Name14
, Name15
, Name16
Creates one or more results file(s) from the current results
file based on subsets of elements.
Option
Specify which results to include for the subset of elements.
ALL
—
Write all nodal and element results based on the subset of elements (default).
EXT
—
Write only the nodal and element results that are on the exterior surface of the element subset. The results data will be averaged as in PowerGraphics (see AVRES) when this results file is brought into POST1. Only valid for solid elements.
Label
Define where the element subset is coming from.
Name1
,Name2
,Name3
, . . . ,Name16
Up to 16 element component and/or assembly names (that contain element components).
Notes
Results files will be named based on the element component or
assembly name, for example, Cname
.rst, except for the ESEL option, for which you must specify the results
file name (no extension) using the Name1
field. Note that the .rst filename will be
written in all uppercase letters (CNAME.rst)
(unless using the ESEL option); when you read the file, you must specify
the filename using all uppercase letters (that is, file,CNAME). You may repeat the RSPLIT command as
often as needed. All results sets on the results file are processed.
Use /AUX3 to produce a results file with just a
subset of the results sets.
Use INRES to limit the results data written to the results files.
The subset geometry is also written so that no database file is required to postprocess the subset results files. You must not resume any database when postprocessing one of these results files. The input results file must have geometry written to it (that is, do not use /CONFIG,NORSTGM,1).
Applied forces and reaction forces are not apportioned if their nodes are shared by multiple element subsets. Their full values are written to each results file.
Each results file renumbers its nodes and elements starting with 1.
This feature is useful when working with large models. For more information on the advantages and uses of the RSPLIT command, see Splitting Large Results Files in the Basic Analysis Guide.