[vmtk-users] cylinder mesh with boundary layer

2013-02-27 Thread Jan Helmig
Hi, I am trying to create a cylinder mesh with boundary layer cells. The created mesh looks fine except the fact that there is no boundary layer created. As a starting point I use an open, non-capped cylinder surface created with DOLFIN (attached to the mail). Then I use the following command

Re: [vmtk-users] cylinder mesh with boundary layer

2013-02-27 Thread Arjan Geers
Hi Jan, Try vmtksurfaceremeshing instead of vmtksurfacetriangle before generating the volumetric mesh. The large aspect ratio of the triangles is likely what throws off vmtkmeshgenerator. Arjan On Wed, Feb 27, 2013 at 9:31 AM, Jan Helmig wrote: > Hi, > > I am trying to create a cylinder mesh

Re: [vmtk-users] cylinder mesh with boundary layer

2013-02-27 Thread Jan Helmig
Hi Arjan, thanks, but I have already tried vmtksurfaceremeshing with different options but it does not work as well. Jan On 02/27/2013 11:41 AM, Arjan Geers wrote: Hi Jan, Try vmtksurfaceremeshing instead of vmtksurfacetriangle before generating the volumetric mesh. The large aspect ratio

Re: [vmtk-users] cylinder mesh with boundary layer

2013-02-27 Thread Luca Antiga
Hi Jan, are you sure that no boundary layer is generated? Note that in the current release version you can't see the boundary layer from outside, you have to inspect the inner mesh to see it, since a boundary layer is generated at the endcaps as well. Try to cut the mesh using, for instance, Par

Re: [vmtk-users] cylinder mesh with boundary layer

2013-02-27 Thread Jan Helmig
Hi Luca, There is indeed a boundary layer that is hiding from me:) Thanks a lot! Jan On 02/27/2013 02:01 PM, Luca Antiga wrote: Hi Jan, are you sure that no boundary layer is generated? Note that in the current release version you can't see the boundary layer from outside, you have to in