ELEMQUAL
Bulk Data Entry Resets the default values of the warning and error bound limits for element quality check.
Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
ELEMQUAL | ETYPE | PTYPE | LTYPE | V1 | V2 |
Example 1
For CTRIA3 elements, change the upper limit of aspect ratio for error message
to 300.0 (default is 500).
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
ELEMQUAL | TRIA3 | ARATIO | ERROR | 300.0 |
Example 2
For CTETRA elements, change the bound limits of collapse for warning message
to 0.01 and 10.0 (default lower and upper limits are 0.001 and
100.0).
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
ELEMQUAL | TETRA | COLLAPSE | WARNING | 0.01 | 10. |
Definitions
Field | Contents | SI Unit Example |
---|---|---|
ETYPE | Element type. Valid entries are:
No default |
|
PTYPE | Geometric property type. Valid entries are:
No default |
|
LTYPE | Bound limits type.
No default |
|
V1 | Lower bound value. No default (Real) |
|
V2 | Upper bound value. No default (Real) |
Comments
- Element quality checks and their default settings are described in the Element Quality Check section.
- All specified values (V1 and V2) are checked against the corresponding limits used for validity check. Data outside the validity range is ignored.