Node fitting for forces with projection on to mesh from a curve

Hi All, It is complicated question to explain.

I want to use specialy defined curve to define my loads on mesh. In prepomax i am not able to import curve, instead of importing curve i imported a surface to obtain special nodes that i want to apply force:

The 3D geometry is below: The curve that i want the nodes from its edges is defined near the circular cutout.


The problem is when I want to select the nodes on the mesh it automatically applies the force to the surface not to 3D model as normal.

Are there any option to project nodes on the surfaces over the 3D nodes.

Kind Regards

Deniz

You can create a node set first:

or select an edge directly, but not for the Surface Traction load (it needs faces) - you could use the Concentrated Force load instead:

Just make sure that you divide the total force by the number of nodes - the specified force is applied to each node.

The problem in here is the curve that i mention is not the curve of the mesh, it is another surface to mention the problem,


I need the reference from that curve to apply the force, in your representation the selection of circular shape is already in the mesh, as you can see my mesh has no circularity in order.
With nodes set i am only able to select the nodes on the meshes.

basically curve is this

So you don’t have the nodes there ? If you partition the surface with a closed curve in CAD software (e.g. in FreeCAD using the Boolean fragments tool) then the mesh will adapt to it. The shape can be arbitrary.

Alternatively, maybe you could use distribution from a file - PrePoMax will interpolate the load values from points with coordinates and load magnitudes specified in a text file.

1 Like

I have the 3D geometry, Do you want me to divide in different 3D geometries?

There is a tool to split meshes with surfaces: https://youtu.be/IVUpfZd702g?is=_G2eug2OU9_d0wU9

But I would just project the curve and split the surface with it in CAD.

1 Like

I mean face partitioning - dividing the surfaces of CAD geometries into subregions. It’s easily doable with a sketch.

https://wiki.freecad.org/FEM_Geometry_Preparation_and_Meshing#Geometry_partitioning

1 Like

Thank you very much again. It fixed my problem, i basically split the surface with the reference curve in rhino and join them together <3

Yeah, that should be possible in a similar way in most CAD software. Face and volume partitioning is very helpful for FEM to apply loads or generate better meshes.