Hi,
I’ve run into a problem with a model that uses 1D elements (B32) with an orthotropic material.
It seems that the orientation of the material is always locked to global space and doesn’t align with the beam coordinate system… Is there a simple trick that I am missing?
I tried adding an *ORIENTATION
and *DISTRIBUTION
card to set the orientation for each element, but it seems that it only respects the default orientations specified under one of those cards, which it then takes for all elements…
As an example, here is a cantilevered beam (2 B32 elements), supported in DOFs 1 through 6 at the origin.
Here it is aligned with the X-axis:
Here it is rotated so it is aligned with the Y-axis:
Material and section definitions are:
*Material, Name=Wood
*Elastic, Type=Engineering Constants
9.7E+09, 4.0E+08, 2.2E+08, 0.35, 0.6, 0.55, 4.0E+08, 2.5E+08,
2.5E+07
*Density
480
*Beam Section, Elset=beamElements, Material=Wood, Section=RECT
0.2, 0.1
0, 0, 1
BC and load settings:
*Boundary
supports, 1, 6
*Dload
all, GRAV, 200, 0, 0, -1
where supports
is a node set with the first node (1) located at the origin, and all
is an element set for all 2 elements
I expected that the material axes would be aligned with the beam element axes, but this is clearly not the case, and I can’t seem to control this with the *DISTRIBUTION
card for beam elements according to the docs, so I’m wondering if it is possible to do that for each element?
Much thanks!
Tom