-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
ELEMENT.html
7 lines (6 loc) · 5.44 KB
/
ELEMENT.html
1
2
3
4
5
6
7
<html><head><link rel="stylesheet" type="text/css" href="style.css"/></head><body> <H2> <BR> *ELEMENT </H2> <P> Keyword type: model definition <P> With this option elements are defined. There is one required parameter, TYPE and one optional parameter, ELSET. The parameter TYPE defines the kind of element which is being defined. The following types can be selected: <P> <UL> <LI>General 3D solids <UL> <LI>C3D4 (4-node linear tetrahedral element) </LI> <LI>C3D6 (6-node linear triangular prism element) </LI> <LI>C3D8 (3D 8-node linear hexahedral element) </LI> <LI>C3D8I (3D 8-node linear hexahedral element with incompatible modes) </LI> <LI>C3D8R (the C3D8 element with reduced integration) </LI> <LI>C3D10 (10-node quadratic tetrahedral element) </LI> <LI>C3D10T (10-node quadratic tetrahedral element with linearly interpolated initial temperatures) </LI> <LI>C3D15 (15-node quadratic triangular prism element) </LI> <LI>C3D20 (3D 20-node quadratic hexahedral element) </LI> <LI>C3D20R (the C3D20 element with reduced integration) </LI> </UL> </LI> <LI>General CFD fluid elements <UL> <LI>F3D4 (4-node linear tetrahedral element) </LI> <LI>F3D6 (6-node linear triangular prism element) </LI> <LI>F3D8 (8-node linear hexahedral element) </LI> </UL> </LI> <LI>“ABAQUS” 3D solids for heat transfer (names are provided for compatibility) <UL> <LI>DC3D4: identical to C3D4 </LI> <LI>DC3D6: identical to C3D6 </LI> <LI>DC3D8: identical to C3D8 </LI> <LI>DC3D10: identical to C3D10 </LI> <LI>DC3D15: identical to C3D15 </LI> <LI>DC3D20: identical to C3D20 </LI> </UL> </LI> <LI>Shell elements <UL> <LI>S3 (3-node triangular shell element) </LI> <LI>S4 (4-node quadratic shell element) </LI> <LI>S4R (the S4 element with reduced integration) </LI> <LI>S6 (6-node triangular shell element) </LI> <LI>S8 (8-node quadratic shell element) </LI> <LI>S8R (the S8 element with reduced integration) </LI> <LI>Membrane elements </LI> </UL> <UL> <LI>M3D3 (3-node triangular membrane element) </LI> <LI>M3D4 (4-node quadratic membrane element) </LI> <LI>M3D4R (the S4 element with reduced integration) </LI> <LI>M3D6 (6-node triangular membrane element) </LI> <LI>M3D8 (8-node quadratic membrane element) </LI> <LI>M3D8R (the S8 element with reduced integration) </LI> </UL> </LI> <LI>Plane stress elements <UL> <LI>CPS3 (3-node triangular plane stress element) </LI> <LI>CPS4 (4-node quadratic plane stress element) </LI> <LI>CPS4R (the CPS4 element with reduced integration) </LI> <LI>CPS6 (6-node triangular plane stress element) </LI> <LI>CPS8 (8-node quadratic plane stress element) </LI> <LI>CPS8R (the CPS8 element with reduced integration) </LI> </UL> </LI> <LI>Plane strain elements <UL> <LI>CPE3 (3-node triangular plane strain element) </LI> <LI>CPE4 (4-node quadratic plane strain element) </LI> <LI>CPE4R (the CPE4 element with reduced integration) </LI> <LI>CPE6 (6-node triangular plane strain element) </LI> <LI>CPE8 (8-node quadratic plane strain element) </LI> <LI>CPE8R (the CPS8 element with reduced integration) </LI> </UL> </LI> <LI>Axisymmetric elements <UL> <LI>CAX3 (3-node triangular axisymmetric element) </LI> <LI>CAX4 (4-node quadratic axisymmetric element) </LI> <LI>CAX4R (the CAX4 element with reduced integration) </LI> <LI>CAX6 (6-node triangular axisymmetric element) </LI> <LI>CAX8 (8-node quadratic axisymmetric element) </LI> <LI>CAX8R (the CAX8 element with reduced integration) </LI> </UL> </LI> <LI>Beam elements <UL> <LI>B21 (2-node 2D beam element) </LI> <LI>B31 (2-node 3Dbeam element) </LI> <LI>B31R (the B31 element with reduced integration) </LI> <LI>B32 (3-node beam element) </LI> <LI>B32R (the B32 element with reduced integration) </LI> </UL> </LI> <LI>Truss elements <UL> <LI>T2D2 (2-node 2D truss element) </LI> <LI>T3D2 (2-node 3D truss element) </LI> <LI>T3D3 (3-node 3D truss element) </LI> </UL> </LI> <LI>Special elements <UL> <LI>D (3-node network element) </LI> <LI>GAPUNI (2-node unidirectional gap element) </LI> <LI>DASHPOTA (2-node 3D dashpot) </LI> <LI>SPRING1 (1-node 3D spring) </LI> <LI>SPRING2 (2-node 3D spring with fixed direction of action) </LI> <LI>SPRINGA (2-node 3D spring with solution-dependent direction of action) </LI> <LI>DCOUP3D (distributing coupling element) </LI> <LI>MASS (mass element) </LI> <LI>Uxxxx (user element) </LI> </UL> </LI> </UL> <P> Notice that the S8, S8R, CPS8, CPS8R, CPE8, CPE8R, CAX8, CAX8R, B32 and B32R element are internally expanded into 20-node brick elements. Please have a look at Section 6.2 for details and decision criteria which element to take. The element choice determines to a large extent the quality of the results. Do not take element choice lightheartedly! The parameter ELSET is used to assign the elements to an element set. If the set already exists, the elements are ADDED to the set. <P><P> <BR> <P> First line: <UL> <LI>*ELEMENT </LI> <LI>Enter any needed parameters and their values. </LI> </UL> <P> Following line: <UL> <LI>Element number. </LI> <LI>Node numbers forming the element. The order of nodes around the element is given in section 2.1. Use continuation lines for elements having more than 15 nodes (maximum 16 entries per line). </LI> </UL> Repeat this line if needed. <P> <PRE>
Example:
*ELEMENT,ELSET=Eall,TYPE=C3D20R
1,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,
16,17,18,19,20
</PRE> <P> defines one 20-node element with reduced integration and stores it in set Eall. <P> <P><P> <BR> Example files: beam8p, beam10p, beam20p. <P> </body></html>