Element.quad4i
The following article describes the use of the element.quad4i command. This command defines a four-node non-conforming quad based on the work of R.L. Taylor, P.J Beresford & E.L. Wilson<ref>R.L. Taylor, P.J Beresford and E.L. Wilson, "A non-conforming element for stress analysis", International Journal for Numerical Methods in Engineering, Vol. 10, pp.1211-1219 (1976)</ref>.
Contents |
Syntax
element.quad4i(id,node1,node2,node3,node4,mat)
where
| Parameter | description | type | default |
|---|---|---|---|
| id | The elemental id | integer | - |
| node1-4 | The elemental nodes | integer | - |
| mat | The element material | integer | - |
Examples
Mesh distortion test
The example code can be found here.
=========================== |alpha |STD |QM6 | +------+---------+--------+ | 0.00| 0.2424| 1.0000| | 1.00| 0.1274| 0.6174| | 2.00| 0.0846| 0.5337| | 3.00| 0.0703| 0.5271| | 4.00| 0.0597| 0.5044| ===========================
Comments
Nodes, material and section must be already defined. This element can be only used in plane strain/stress analysis.
Theory
Implementation
The implementation of this element follows closely the work of T.J.R. Hughes<ref>T.J.R. Hughes, "The Finite Element Method: Linear Static and Dynamic Finite Element Analysis"', Prentice-Hall Inc., Englewood Cliffs, New Jersey, 1997, pp.243-248.</ref>
Notes
<references/>
See also
- node module.
- material module.
- section module.
- element module.
- User guide.