CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[Other] makeAxialMesh issue

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 19, 2010, 20:56
Default makeAxialMesh issue
  #1
Member
 
Eelco Gehring
Join Date: Mar 2009
Posts: 70
Rep Power: 17
feijooos is on a distinguished road
Hi,

I am having some trouble using the makeAxialMesh utitlity. I am hoping somebody can help me out...

When I run the testcase in the makeAxialMesh folder (axialCavity), I don't get an axisymmetric mesh (see attached picture, top view of mesh). This is before I ran the collapseEdges utility. When I hit checkMesh, I get 1 failed test. After using the collapseEdges utility (1e-5 180 as variables), the mesh is ok, but the mesh remains unchanged visually. Am I just making a stupid mistake or this a serious issue??



Furthermore, this utility only seems to work in the "new" mode. When using the "old" mode I get a printStack error upon execution of the collapseEdges utility.

Any ideas are very welcome!

Thanks, Eelco
feijooos is offline   Reply With Quote

Old   January 20, 2010, 11:34
Default
  #2
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Quote:
Originally Posted by feijooos View Post
Hi,

I am having some trouble using the makeAxialMesh utitlity. I am hoping somebody can help me out...

When I run the testcase in the makeAxialMesh folder (axialCavity), I don't get an axisymmetric mesh (see attached picture, top view of mesh). This is before I ran the collapseEdges utility. When I hit checkMesh, I get 1 failed test. After using the collapseEdges utility (1e-5 180 as variables), the mesh is ok, but the mesh remains unchanged visually. Am I just making a stupid mistake or this a serious issue??



Furthermore, this utility only seems to work in the "new" mode. When using the "old" mode I get a printStack error upon execution of the collapseEdges utility.

Any ideas are very welcome!

Thanks, Eelco
This behaviour is a feature, not a bug It allows you to define a geometry where the center of rotation is not going through the patch. Is it possible that you set the offset-parameter to a non-zero value?

Bernhard

PS: but the mesh looks the way you want it in "old" mode before you do a collapseEdges?
gschaider is offline   Reply With Quote

Old   January 20, 2010, 11:46
Default
  #3
Member
 
Eelco Gehring
Join Date: Mar 2009
Posts: 70
Rep Power: 17
feijooos is on a distinguished road
Dear Bernhard,

Thanks for the reply. Aah yes you're right, the offset-parameter is a non-zero value. That was an easy fix.

I think I also found the error with the "old" mode. When the offset value in the dictionary is non-zero, I get a printStack error when running checkMesh, which does not go away when collapsing the edges. However, when the offset is set to 0, there is no printStack error.

Thanks,

Eelco

ps. The mesh looks the way i want it when I use the "old" mode.
feijooos is offline   Reply With Quote

Old   January 21, 2010, 04:57
Default
  #4
Senior Member
 
Ivan Flaminio Cozza
Join Date: Mar 2009
Location: Torino, Piemonte, Italia
Posts: 210
Rep Power: 18
ivan_cozza is on a distinguished road
Send a message via MSN to ivan_cozza
Hi Foamers,
is makeAxialMesh working under OF 1.6.x?
Thanks,
Ivan
ivan_cozza is offline   Reply With Quote

Old   January 21, 2010, 06:35
Default
  #5
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Quote:
Originally Posted by ivan_cozza View Post
Hi Foamers,
is makeAxialMesh working under OF 1.6.x?
Thanks,
Ivan
I think that the 1.5 version should compile/run on 1.6. Havn't used it myself in a long time, but a colleague of mine does

Bernhard
gschaider is offline   Reply With Quote

Old   August 12, 2010, 04:25
Default
  #6
New Member
 
X.G. Li
Join Date: Nov 2009
Location: Bremen, Germany
Posts: 19
Rep Power: 16
CYMa is on a distinguished road
Hallo, Eelco

input the following lines in rotationDict and the axis will go though (0 0 0) along the direction
(1 0 0)
rotationVector (1 0 0);
originVector (0 0 0);
CYMa is offline   Reply With Quote

Old   August 12, 2010, 04:27
Default
  #7
New Member
 
X.G. Li
Join Date: Nov 2009
Location: Bremen, Germany
Posts: 19
Rep Power: 16
CYMa is on a distinguished road
Hallo, Ivan Flaminio Cozza

It also works
under OF 1.6.x, at least on my machine.
CYMa is offline   Reply With Quote

Old   October 22, 2014, 18:02
Default
  #8
New Member
 
Ali Kadar
Join Date: Oct 2014
Location: Delft
Posts: 25
Rep Power: 11
flowAlways is on a distinguished road
Quote:
Originally Posted by gschaider View Post
This behaviour is a feature, not a bug It allows you to define a geometry where the center of rotation is not going through the patch. Is it possible that you set the offset-parameter to a non-zero value?

Bernhard

PS: but the mesh looks the way you want it in "old" mode before you do a collapseEdges?
Hello Bernhard,
Thanks for sharing the utility.

When I run the axialCavity test case I get 1 fail in checkMesh after doing makeAxialMesh.

Wedge patch frontAndBack_pos not planar. Point (0.005 0.065 0.00370765) is not in patch plane by 3.9962e-08 metre

I get the same fail again in checkMesh after doing collapseEdges (with minimumEdgeLength 1e-5 and maximumMergeAngle 180)

Can you please help me with this. Also when I view the mesh in paraFoam it does not look the way a collapsed face should appear(attahced image). Does it mean that its wrong ? Also I dont understand what makeAxialOldMode and makeAxialOffset do ?
Attached Images
File Type: jpg mesh.jpg (9.9 KB, 25 views)
__________________
A good solution is one which does justice to the inner nature of the problem- Cornelius Lanczos in a letter to Albert Einstein on March 9, 1947
flowAlways is offline   Reply With Quote

Old   October 23, 2014, 05:21
Default
  #9
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
Quote:
Originally Posted by flowAlways View Post
Hello Bernhard,
Thanks for sharing the utility.

When I run the axialCavity test case I get 1 fail in checkMesh after doing makeAxialMesh.

Wedge patch frontAndBack_pos not planar. Point (0.005 0.065 0.00370765) is not in patch plane by 3.9962e-08 metre

I get the same fail again in checkMesh after doing collapseEdges (with minimumEdgeLength 1e-5 and maximumMergeAngle 180)

Can you please help me with this. Also when I view the mesh in paraFoam it does not look the way a collapsed face should appear(attahced image). Does it mean that its wrong ? Also I dont understand what makeAxialOldMode and makeAxialOffset do ?
That is probably a problem with the precision of the point coordinates written to disc. You probably have a writePrecision of 6 in the controlDict. That means that there are digits truncated from the real coordinates which means that when checkMesh reads them in it looks like the point is not in the plane. Increase the writePrecision to 10 or higher before using the mesh manipulation utilities and afterwards reset it to the old value
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request
gschaider is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
CAMWA special issue on open-source numerical solver feixu2019 OpenFOAM Announcements from Other Sources 0 October 1, 2018 11:21
CAMWA special issue on open-source numerical solver feixu2019 SU2 News & Announcements 0 October 1, 2018 11:19
Convergence issue in natural convection problem chrisf90 FLUENT 5 March 5, 2016 08:30
[mesh manipulation] makeAxialMesh - installation issues simulator4711 OpenFOAM Meshing & Mesh Conversion 3 March 21, 2012 07:59
Meshing related issue in Flow EFD appu FloEFD, FloWorks & FloTHERM 1 May 22, 2011 08:27


All times are GMT -4. The time now is 10:35.