S12-1 PAT318, Section 12, March 2005 SECTION 12 LISTS
S12-2 PAT318, Section 12, March 2005
S12-3 PAT318, Section 12, March 2005 LISTS OVERVIEW Create list of entities based on given criterion Lists can be used as input for various applications, such as Application Regions for element properties Criteria for list creation are: Attributes, such as location, results value, assigned properties Association with other entities, such as Points, Edges, Elements, Groups, etc. Lists are not stored in the database, but can be added to a Group
S12-4 PAT318, Section 12, March 2005 HOW TO CREATE A LIST Create List A Nodes at X = Create List B Elements Associated with Nodes in List A When using a List as input, enclose the List name in back quotes (e.g. `lista`) Create Two Lists:List A: All Nodes at x=18 (+ 1.0 Tolerance) List B: All Elements associated with those nodes
S12-5 PAT318, Section 12, March 2005 BOOLEAN OPERATIONS Boolean operations are used to manipulate lists Intersection operation finds common items in both lists Union combines items in both lists Results of subtracting one list from another Example: Elements with a Von Mises stress result value > 20,000 and a temperature result value > 300
S12-6 PAT318, Section 12, March 2005 BOOLEAN EXAMPLE Plot Von Mises stress Create List A Elements with a Von Mises stress result value greater than 20K Plot temperatures Create List B Elements associated with a temperature result value greater than 300
S12-7 PAT318, Section 12, March 2005 BOOLEAN EXAMPLE (CONCLUDED) Use Boolean Operation to create List C Contents of List C are all elements at a temperature greater than 300 and Von Mises stress greater than 20,000 psi
S12-8 PAT318, Section 12, March 2005