Setting Material Orientation
The Rotate command rotates material axes to define the initial orientation when using anisotropic materials:
Introduction
The Region command (or <Body> command in XML) and the BMPRegion command ley you specify a single rotation angle for material rotation about the z axis. This options has two limitations. First, the angle has to be constant or same for all material points. Second, it is only rotation about the z axis and therefore insufficient for specify arbitrary orientation ins 3D simulations. The Rotate command solves both this issues because it can set variable angles (with a user-defined function and can set rotation about x an y axes too.
Rotate Command
In script files, the rotate command, which must be within
Rotate #1,#2,<#1,#2>...
where multiple pairs of a arguments can be used to define one to three rotations. In each pair
- #1 is the rotation axis which must be
x
,y
, orz
(or 1, 2, or 3). For 2D analysis, onlyz
(or 3) is allowed (and it means rotation about θ axis if axisymmetric). #1 can alternatively bereset
to remove all transformations. You can then apply new transformations. This option makes it possible to have different transformations apply to different shapes within the <a href="region.html">Region</a> block. - #2 is a rotation angle or a <a href="function.html">user-defined function</a> of material point coordinates that evaluates to a position-dependent angle. An angle or the result of a <a href="function.html">function</a> must be in degrees.
MPM Notes
- Rotate commands can only used with <a href="region.html">Region</a> blocks or within <a href="bmpregion.html">BMPRegion</a> blocks (in MPM only). The
reset
, however, can only be used in <a href="region.html">Region</a> blocks. - You apply rotations in order by using one to three commands. There are two physical pictures:
- You can imagine sitting on the material coordinate system with the material in its final position and then and defining a series of clockwise rotations about the material axes that transform the
x-y-z
analysis axes into the material axes. In right-handed, 3D coordinates, if your right hand fingers wrap in the rotation direction, your thumb will point in the positive direction for the rotation axis when the rotation is counter clockwise. This rotation appears counter clockwise when viewed from positive to negative direction on the rotation axis, but appears a clockwise when viewed from negative to positive direction. - Alternatively (and identically) you can imagine sitting on the analysis coordinate system and defining a series of counter-clockwise rotations about analysis axes that transform the material axes into the analysis axes.
- You can imagine sitting on the material coordinate system with the material in its final position and then and defining a series of clockwise rotations about the material axes that transform the
- All single and double angle rotations are allowed (
x
,y
,z
,xy
,xz
,yx
,yz
,zx
, andzy
). When doing three rotations, the only schemes currently supported arezyx
andzyz
. It is easy to add more if needed (or to rearrange coordinates to make one of these work). - 2D calculations only allow
z
axis rotation (which is θ axis if axisymmetric), which can be done with either anangle
option in the <a href="region.html">Region command</a> or a singleRotate z,angle
command. You will need to use theRotate
command option if you want to set the angle with a <a href="function.html">user-defined function</a>. - Use of any
Rotate
commands within a <a href="region.html">Region</a> block will override anyangle
setting in the <a href="region.html">Region command</a> (i.e., that specifiedangle
will be ignored). - Use of any
Rotate
commands within a <a href="bmpregion.html">BMPRegion</a> block will override anyAngle
setting in an <a href="intensity.html">Intensity</a> command. Furthermore the chosen rotation angles will apply to all material points defined in the current <a href="bmpregion.html">BMPRegion</a> block. Finally, if the <a href="bmpregion.html">BMPRegion</a> block defines an angle-mask file, that file will override allRotate
commands.
Explain out to set angle in MPM which is either angle on the Region command or Rotate command within regions