Manual Group Definition in Tosca Structure.guiIn Tosca Structure.gui
node and element groups can be defined manually using lists of node IDs
or element IDs in the GROUP_DEF ID_NAME = ndgr_name TYPE = NODE FORMAT = LIST LIST_BEGIN 1,2,5,3000,... END_ Changing the In combination with the command Later, the group is defined with
SELECT,NODE,S,...
GROUP_DEF
ID_NAME = ndgr_name
TYPE = NODE
FORMAT = SELECTED
END_
The group is given a unique user-defined name. In addition, it is possible to combine and subtract existing groups (either nodes or elements) to create new groups. For combining groups (GroupD = GroupA + GroupB + GroupC):
For subtracting groups (GroupD = GroupA - GroupB - GroupC):
White Space in Group NamesSIMULIA Tosca Structure now supports white space in group names. Example: Having an FE input file with a group definition like "Group One," then Tosca refers to it with the origin name, including the white space. Be careful, the Tosca behavior has changed in this point: In previous releases, the white space was replaced by an underscore "_" and the group was referenced with "Group_One" (consider the underscore _). For backward compatibility reasons, two groups are created if a group name contains blanks: The first group has the blanks in its name and the second group name is with underscores "_". This behavior can be turned off by using OPTIONS GROUP_NAME_COMPATIBILITY = NO END_ Special Characters in Group NamesSIMULIA Tosca Structure supports group names in the following format using quotation marks, parentheses, and white spaces.
|