Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Element too distorted?

Status
Not open for further replies.

Bigtree

Structural
Jan 30, 2006
65
0
0
US
Hi, what's it mean about this error message? I am simulating a thin composite.


The geometry of 200 elements is too distorted. Check the nodal coordinates or node numbering on elements identified in element set ErrElemDistorted.
 
Replies continue below

Recommended for you

The meaning is exactly what it says.
To make a long story short:
The underlying problem is that the integrations are performed in the element's parent domain(i.e. for bilinear quads the parent domain is a square with center at (0,0) and side length=2). A mapping (transformation) is used between this parent domain and the spatial domain occupied by the element in the FE model. The Jacobian of this transformation is used for performing the numerical integrations. However if the element gets to distorted the Jacobian starts going to zero, causing numerical problems (also if the Jacobian were zero the mapping would not be invertible). In order to preclude the Jacobian to go to zero the software checks the spatial element geometry, for example, the element's angles.
 
Status
Not open for further replies.
Back
Top