Minimal Supports reaction loads
Minimal Supports reaction loads
(OP)
When using balanced loads and the 3-2-1 minimal support scheme, what type of reaction loads would be considered acceptable? The goal, at least in my opinion, is to have zero reaction forces and moments at these nodes, but that would seem impossible due to the necessity of having a reaction force provide the DOF constraint. Am I missing something? Thanks.





RE: Minimal Supports reaction loads
Perhaps each FE software does it differently? Here's what I would do to constrain the K matrix in Ku=f--in particular, how is this 3-2-1 constraint typically handled? You are constraining 6 degrees of freedom and forcing them to be zero. Your solution is 'u', the displacement vector. You are saying 6 displacements are forced to be zero (remember the displacements "u" is 3 displacements, on each in direction x, y and z, for each node--if you have "M" nodes, you have 3*M=N degrees of freedom). You have N total degrees of freedom (DOFs) in the K matrix; say as part of your 3-2-1 scheme, you are saying displacement no. 383 is zero. You cause your K matrix to be constrained for no. 383 equal to zero by putting a bunch of zeroes on row 383, with a zero in the "f" vector for the f(383). Now put a "1" (one) in the k(383,383)--that is, the diagonal element of matrix K in the 383rd row, 383rd column. If you wrote out the 383rd equation, it would look like u(383)=0. And that's what you should 'compute' for u(383) when you do the inversion, u=K(-1)*f. So there is no 'reaction force' other than zero for this 383rd element of the "f" vector. In fact, if you compute a reaction force much bigger than zero for f(383), then your body is probably not properly constrained. (remember that the "f" vector is a force vector, with three components, one each in the x,y and z directions, at each node).
In my explanation, the "3-2-1" scheme is not the same as a symmetry constraint. With a symmetry constraint, of course you DO expect forces in the direction perpendicular to the edge you are constraining with symmetry constraint.
RE: Minimal Supports reaction loads
As prost said the 6 total supports removes all rigid body rotations and translations, this is the minimum necessary to make the stiffness matrix non-singular and thus solveable (for a 3D solid with no symmetry restraints).
The fact that the supports react zero or near zero forces doesn't mean that they are not doing their job. If you do see significant forces reacted then this is an indication that something is wrong ! That is one of the strengths of this approach.
RE: Minimal Supports reaction loads
Thanks for the quick replies. I initially believed that there should be a negligible reaction at these 3 nodes, assuming my loading was balanced. It was only after running some analyses that I began to question myself.
As it were, I was using some symmetry boundary conditions along with the 3-2-1 constraints and the balanced loading. I believe this is where my problems are arising. How do you guys handle symmetry? Do you apply the appropriate loading on the symmetry planes? Or do you find it easier to just model the entire geometry?
As a note, I am really interested in this method and I was wondering if you have any references, etc. I always thought it was artificial to create these "rigid" supports and I tried to steer clear of the results found near these areas.
RE: Minimal Supports reaction loads
Minimal support - 2D Axisymmetric Model
thread727-215433: Minimal support - 2D Axisymmetric Model: Minimal support - 2D Axisymmetric Model
http
When used correctly the results at and near the nodes used for the 3-2-1 are in no way affected by the restraints and are perfectly valid.
RE: Minimal Supports reaction loads
How does one compute the force at a node, then? Using the displacement field on that symmetry edge, you can compute the spatial derivatives to compute the strains, then use the Elasticity matrix to compute the stresses. You can then integrate the stresses to get the forces.
RE: Minimal Supports reaction loads
A.A.Y.
RE: Minimal Supports reaction loads
RE: Minimal Supports reaction loads
RE: Minimal Supports reaction loads