Next: *ORIENTATION Up: Input deck format Previous: *NORMAL Contents
*NSET
Keyword type: model definition
This option is used to assign nodes to a node set. The parameter NSET containing the name of the set is required (maximum 80 characters), whereas the parameter GENERATE (without value) is optional. If present, nodal ranges can be expressed by their initial value, their final value, and an increment. If a set with the same name already exists, it is reopened and complemented. The name of a set is case insensitive. Internally, it is modified into upper case and a 'N' is appended to denote it as node set.
First line:
- *NSET
- Enter any needed parameters and their values.
Following line if the GENERATE parameter is omitted:
- List of nodes and/or sets of nodes previously defined to be assigned to this node set (maximum 16 entries per line).
Following line if the GENERATE parameter is included:
- First node in set.
- Last node in set.
- Increment in nodal numbers between nodes in the set. Default is 1.
Example: *NSET,NSET=N1 1,8,831,208 *NSET,NSET=N2 100,N1
assigns the nodes with number 1, 8, 831 and 208 to (node) set N1 and the nodes with numbers 1, 8, 831, 208 (= set N1) and 100 to set N2.
Example files: segmentm, shell2.
Next: *ORIENTATION Up: Input deck format Previous: *NORMAL Contents guido dhondt 2011-03-26