Problem of an unconstrained model
Problem of an unconstrained model
(OP)
Hi,
I have quite complicated .IGS model imported from SolidWorks. I meshed it using Shell93 element. And during the solving process I have error message like this:
The value of UX at node 18556 is 1.061435247E+11. It is greater than the current limit of 1000000.This generally indicates rigid of body motino as a result of an unconstrained model. Verify that your model is properly constrained.
One of the solution is to find all nodes and constrain it by appling DOF but it`s stupid solution... This is the only one problem with my analysis, and I don`t know how to manage with this.
Please help me!
I have quite complicated .IGS model imported from SolidWorks. I meshed it using Shell93 element. And during the solving process I have error message like this:
The value of UX at node 18556 is 1.061435247E+11. It is greater than the current limit of 1000000.This generally indicates rigid of body motino as a result of an unconstrained model. Verify that your model is properly constrained.
One of the solution is to find all nodes and constrain it by appling DOF but it`s stupid solution... This is the only one problem with my analysis, and I don`t know how to manage with this.
Please help me!





RE: Problem of an unconstrained model
I'm not sure I understand correctly. By "complicated", I suppose you mean that it's made of a lot of components. If this is true, you have a problem of connections between them (appropriated sets of contacts should solve this). If this is false, then you have a global degree-of-freedom problem, i.e. the restraint(s) you apply to your body are not so to "impeach" 3 independent translations and 3 independant rotations.
A modal analysis could be a way to understand the global DOFs left free: you will find one zero-frequency rigid-body mode for each DOF which is left unrestrained.
Regards
RE: Problem of an unconstrained model
In the same model created in ANSYS by modelling ->create-> piping model, there is no problem with solving…
RE: Problem of an unconstrained model
RE: Problem of an unconstrained model
RE: Problem of an unconstrained model
Second question: did you already try the modal analysis? If yes, did you find rigid body mode(s)? Did at least one of them correspond to the error message you are seing?
RE: Problem of an unconstrained model
RE: Problem of an unconstrained model
try this command
RE: Problem of an unconstrained model
yes, diagnosis confirmed. Solution by Balu25 also.
In human terms, you have to "merge" the common lines / keypoints between the surfaces.
A word of caution, though: it is possible that in some cases the operation is impossible (degeneration of topology or other "kind" artifacts which are always possible when importing IGES files...)
Regards
RE: Problem of an unconstrained model
RE: Problem of an unconstrained model
this is a problem of tolerance in the IGES original conversion, or a problem of tolerance during import, or most probably the original model could have been built like that: complex surface as a "surface" and ribs and other structural elements as "solids". In this case, with most softwares (Solidworks, Catia, UG NX,...) you can "promote" the surface to a "null-thickness" solid, then "add" it to the other bodies with a boolean operation. But this wouldn't help you in ANSYS, where the concept of "zero-thickness" is unknown for a solid (in fact, 3D Finite Elements with no thickness do exist, they are called... SHELLS!!!).
So, where is the solution? Manipulate the model in the CAD environment so that everything is united together, so that the "crossing lines" between the surface and the ribs, for example, do exist as model's entities. Then, in ANSYS, use shell elements for the surface and solid elements for the solids. Be careful of interface problems (or use SOLSH190 element).
I realize that what I've written is not so clear... I hope it will give you some ideas, though...
Regards