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.
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.
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.
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.