Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JStephen on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to smooth an optimized mesh?

Status
Not open for further replies.

OnlineFEASolver

Mechanical
Joined
Apr 9, 2007
Messages
32
I have written a script that does load path analysis by removing elements that are not in the load path. I would like to improve the visual appearance of the optimized mesh. Any suggestions for either creating a smooth cad geometry from the mesh or modifying the mesh to make it smoother and less jagged? Here is a picture that shows a simple sphere with a point load at the top and supported at three points at the base:

elements.jpg


Principal - General FEA Consulting Services
 
I've used Optistruct which ends up with the same problem. In the end I just exported the surface as an STP file and drew an appropriate structure over the top.

The process you'd like to use is called annealing, but the practical difficulties associated with implementing it are hard - as you move nodes the element quality drops.



Cheers

Greg Locock

Please see FAQ731-376 for tips on how to make the best use of Eng-Tips.
 
Hi,

Also search for the "MARCHING CUBES" algorithm. It's relatively easy to implement and computes a smooth surface from the relative densities of the elements.

Regards,
Alex
 

The "MARCHING CUBES" algorithm works for hexahedral meshes. But if you understand how it works, you should be able to write your own code for tetrahedral meshes.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top