FEA Theory Question
FEA Theory Question
(OP)
I am relatively new to FEA. I am reading a intro book to FEA and I have a few questions.
1) How do I figure out how many rigid body, constant strain or any other motions there are in an element X.
1) How do I figure out how many rigid body, constant strain or any other motions there are in an element X.





RE: FEA Theory Question
"constant strain" may be the same as "rigid body" ... the body won't strain if it was undergoing rigid body motion.
RE: FEA Theory Question
The finite element equations that must be solved are sometimes written:
Ku=F, K is NxN matrix called the stiffness matrix, "u" is the solution vector, Nx1 in dimensions, and F is the force vector, Nx1 in dimensions. This is just a quick way of course to represent "N" equations. K11*a1+K12*a2+..etc.=F1, etc.
This number of degrees of freedom (DOF) is exactly the mininum number of DOF in "K" that must be constrained. "K" is singular--in 2D, there are N-3 independent equations. In 3D, there are N-6 independent equations. The "3" and the "6" correspond exactly to the number of DOF in the elements, which depend on whether the elements are 2D like quadrilaterals or 3D like bricks.
RE: FEA Theory Question
r u sure, 3d brick elements have 6 dof. Does not it have only 3 translation direction dof. Or, u meant to say shell element and membrane elements.
RE: FEA Theory Question
Yes Prost is correct. A 3D brick element has all six degrees of freedom, as does any 3D object (unless planes of symmetry have been applied).
However the nodes of that make up the brick element have only translational degrees of freedom and no rotational degrees of freedom, but this of course does not stop the brick itself from rotating !
RE: FEA Theory Question
and no, I wasn't talking about shells at all.
the brick does have rotational rigid body modes; you can see that if you have ever constructed a stiffness matrix in a 3D geometry--for N degrees of freedom (or equations) in Ku=F, there are N-6 independent equations, meaning you've got to delete (or constrain) 6 of those N equations to get a non singular matrix K' you can invert to compute "u".