Re: [iso2mesh-users] Issue with remeshsurf

45 views
Skip to first unread message
Message has been deleted

Qianqian Fang

unread,
May 30, 2018, 3:29:18 PM5/30/18
to iso2mes...@googlegroups.com, newbie_iso2mesh
On 05/22/2018 05:15 AM, newbie_iso2mesh wrote:
Dear Dr. Fang and iso2mesh users,

I have a tetrahedral mesh of 3D model(abaqus input file), from which I extracted all the node co-ordinates(v) manually. Also, I extracted the surface patches of the volume using the function 'volface'. Please refer the figure which I obtainied from 'plotmesh (v,openface)'

As I want to increase the quality of mesh, I'm trying to remesh the obtained surface using the function 'remeshsurf'. But, I am getting holes (or) there is no mesh at certain locations in the output (please see the attached figure 'remeshsurf_elemsize_0.5').  I tried with different elemsize but it is not working. This is how I used remeshsurf:

remeshsurf only works with closed surfaces. your input surface has open-edges,
so in theory, it should not work.

from looking at your input mesh, it looks like the nodes are aligned on a grid,
can you sort your node x/y to make it a 2D grid, and do a simple 2D interpolation?


elemsize=0.5;
[newno,newfc]=remeshsurf (v,openface,elemsize);
plotmesh(newno,newfc);

Anyone has an idea how to fix this issue? Any help would greatly be appreciated. Thanks in advance. 


--
You received this message because you are subscribed to the Google Groups "iso2mesh-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iso2mesh-user...@googlegroups.com.
To post to this group, send email to iso2mes...@googlegroups.com.
Visit this group at https://groups.google.com/group/iso2mesh-users.
For more options, visit https://groups.google.com/d/optout.


newbie_iso2mesh

unread,
Jun 2, 2018, 5:37:47 AM6/2/18
to iso2mesh-users
thanks a lot for the reply Dr. Fang

newbie_iso2mesh

unread,
Jun 4, 2018, 1:44:44 AM6/4/18
to iso2mesh-users
Dear Dr. Fang, 

The mesh was obtained from 2D interpolation like you said! But the aspect ratio of the elements was too high (or) mesh-quality was not so good. As it is complicated to do an adaptive mesh-refinement (or) to increase the quality of the mesh by other alternatives, I think iso2mesh  toolbox (which is amazing) will be easier. I kindly would like to know the Workflow you would suggest. 



On Wednesday, May 30, 2018 at 9:29:18 PM UTC+2, q.fang wrote:
Reply all
Reply to author
Forward
0 new messages