I Victor
I have some trouble with internal force discontinuity see the two pictures. When you extract beam force axial value there's some there's discontinuities with nodal plot which it's not the same with element value. It maybe average value between both elements sharing the same node. Is there some tricks to have the same results as element value but with nodal value (maybe my claims looks to have no sense but It should be much more easier to automate design).
Regards.
Comments
You can disconnect the members at the connections, keeping the nodes at the same location and then join the nodes with constraint equations (all 6 DOFs equal for each node of the pair).
Is there a way to spot nodes which shares the same position?
How do you manage constraint equation with these nodes?
Regards
Another thing I sometimes do is Mesh tools -> Merge nearby nodes and check the total node count to see if it went down, then undo. Doesn't show you where they are but does show how many.
The GUI isn't very convenient for coincident nodes so constraint equations on them are probably best generated externally if you have more than a handful.
Something goes wrong because my file doesn't complete solving stage and the software send a message saying that there's a problem with the constraint equation.
May I've done something wrong? I can send you the file if necessary
Regards
For exemple 4 elements can share 4 nodes at the same position (x,y,z). How to deals with constraint equation in that case? We have to choose a master node to link with the 3 others? maybe the answer can solve my problem if it's not a syntax issue.
Regards.
For more than 2 nodes, this means you can't connect them in a chain like @Sebastianmaklary suggested. However, you can use one node of the nodes as a master entity which all the other nodes are set equal to. This turns out to be a special case of Node-surface coupling - rigid (RBE2). So it could be easier to use that instead. Apply it to the end faces of 3 beams and use the node of the 4th beam (or some extra unconnected node) as the reference node.
00:00 Start 18:33:39 .
00:03 Allocating matrix
00:03 Error: Incompatible constraints on nodes 61, 152, 243, 284, 304, 324, 365, 375, 385, 395, 415, 425, 456, 466, 476, 486, 506, 516, 587, 628, 638 ....
00:03 Failed
those nodes are actually triple (3 nodes / 3 elements / one position (x,y,z)) and all these nodes are linked with constraint equations for all dofs (for example node 61 is the master of the two others 82 and 1655). I really want to stay on the constraint equation method if it's possible because using end face of beams will be impossible to script in a iterative approach. Could we stay on a node approach?
Regards
-using hinges with the flexible joint on beams methods
-using contraints equation only on ux/uy/uz which means that the other dof are free to move in rotation
The second method are much more easier to compute but I want to be sure that these two methods produce the same effects on the global behavior of the frame.
Regards.
Regards