Difference between revisions of "FEA Region and Hole Commands"

From OSUPDOCS
Jump to navigation Jump to search
(Created page with "One way to create a complicated FEA mesh, especially for composite materials with complex structures of subelements, is to define them with shape commands rather the Area comm...")
 
Line 1: Line 1:
One way to create a complicated FEA mesh, especially for composite materials with complex structures of subelements, is to define them with shape commands rather the Area commands. The basic mesh creation steps when using shapes is described in the BMPRegion command help. Once the mesh is ready, elements are assigned to materials by using a series of Region, Hole, and BMPRegion commands. The Region command defines material type, thickness, and angle (needed for some Material types). Between the Region command and the subsequent EndRegion command, there can be any number of geometric commands that define the geometry whose element will use that material. The structure for 2D FEA is:
When using [[Create a Mesh with Images and Shapes|shapes]] to define an FEA mesh, use a <tt>Region</tt> command to define material properties assigned to each shape.
 
== Scripted Input Files ==
 
Once the mesh is [[Create a Mesh with Images and Shapes|ready to use shapes]], elements are assigned to materials by using a series of Region, Hole, and BMPRegion commands. The Region command defines material type, thickness, and angle (needed for some Material types). Between the Region command and the subsequent EndRegion command, there can be any number of geometric commands that define the geometry whose element will use that material. The structure for 2D FEA is:


Region #1,#2,<#3>
Region #1,#2,<#3>

Revision as of 11:57, 13 September 2013

When using shapes to define an FEA mesh, use a Region command to define material properties assigned to each shape.

Scripted Input Files

Once the mesh is ready to use shapes, elements are assigned to materials by using a series of Region, Hole, and BMPRegion commands. The Region command defines material type, thickness, and angle (needed for some Material types). Between the Region command and the subsequent EndRegion command, there can be any number of geometric commands that define the geometry whose element will use that material. The structure for 2D FEA is:

Region #1,#2,<#3>

 Rect #1,#2,#3,#4
   .
 Oval #1,#2,#3,#4
   .
 PolyPt #1,#2
 PolyPt #1,#2
 PolyPt #1,#2
 PolyPt #1,#2
 PolyPt
   .

EndRegion where

  1. 1 is the material ID for a previously defined material.
  2. 2 is the thickness of the region in mm.
  3. 3 is an optional angle for the material which is only relevant for anisotropic materials. It can be entered as a number or as a user-defined function of the coordinates for the element centroid. The units are degrees.