Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hello,
I am running an analysis on an idealized beam. This is basically a beam with 4 vertical displacement constraints.
As I need to have different load on the different segments (i.e. between different constraints), I have created it with three separate parts, each made of one sketched line
I have then put an idealized beam on the lines and placed the constraints at the vertexes and the loads on the edges.
My problem is that I find expected moment and stresses, but the displacements don't seem to be OK. In particular, there is discontinuity of rotation at the joint between the parts. As the moment seem to be correctly transmitted, I don't understand this. Does anybody know what kind of precautions would be needed?
Alternatively, I wanted to use a single part and single line, but I am not able to assign a load only to a part of the line. Does anybody know how to do a region on a line?
Thanks
Massimo
Massimo,
If you increase "plotting grid" to 10, and/or refine mesh and increase max P-level/reduce convergence interval, will you still see rotation discontinuity? This could be an accuracy issue... Also plot rotations, not only displacements, this might give you some additional insight.
To refine mesh, create datum curves for beams as several curves/line segments, then it is possible to create 1 beam element per curve segment. Or create "point-to-point" beams, using several point per "beam" so as to create more elements. Use right mouse button / "query select" to select only a curve segment, and not the entire sketch, to create a single beam element for a single curve segment. See attached model...
Best regards Mats Lindqivst
Massimo: A region on a line? No I think you should define a load as a function of coordinates. You can use booleans like If (x>100, 1000,0) which would give a load of 1000 for x>100 and a load of 0 for x<100.
Regards
Erik Haenen