CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

2D axissym mesh problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 7, 2006, 18:02
Default I want to create a 2D axis-sym
  #1
Member
 
chris book
Join Date: Mar 2009
Posts: 85
Rep Power: 17
chris1980 is on a distinguished road
I want to create a 2D axis-sym mesh:

I have used the following blockMeshDict
vertices
(
(0 0 0)
(44.956 -1.963 0)
(44.956 1.963 0)
(0 0 90)
(44.956 -1.963 90)
(44.956 1.963 90)
);

blocks
(
hex (0 1 2 0 3 4 5 3) (20 1 20) simpleGrading (1 1 1)
);

edges
(
arc 1 2 (45 0 0)
arc 4 5 (45 0 90)
);

patches
...


But when I run checkMesh, the util complains about highly skewed cells!

--> FOAM Warning :
From function primitiveMesh::checkFaceSkewness(const bool report, labelHashSet* setPtr) const
in file meshes/primitiveMesh/primitiveMeshCheck.C at line 834
Large face skewness detected. Max skewness = 284.634 percent.
This may impair the quality of the result.
40 highly skew faces detected.
Writing 40 skew faces to set skewFaces


What is wrong with my mesh. Is there something what I can do to get rid of the bad skewness???
chris1980 is offline   Reply With Quote

Old   September 15, 2006, 08:40
Default Can nobody comment my mesh pro
  #2
Member
 
chris book
Join Date: Mar 2009
Posts: 85
Rep Power: 17
chris1980 is on a distinguished road
Can nobody comment my mesh problem?
chris1980 is offline   Reply With Quote

Old   September 15, 2006, 12:01
Default checkMesh says that there is s
  #3
Senior Member
 
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26
mattijs is on a distinguished road
checkMesh says that there is skewness for boundary faces. If you check you'll see that all your wedge faces are skew, i.e. the face centre is not the normal projection of the cell centre. Make the skew angle larger and you'll see where the error comes from.
mattijs is offline   Reply With Quote

Old   September 15, 2006, 12:16
Default Thanks Mattijs, so the prob
  #4
Member
 
chris book
Join Date: Mar 2009
Posts: 85
Rep Power: 17
chris1980 is on a distinguished road
Thanks Mattijs,

so the problem with highly skewed cells is unavoidable with a "wedge" geomertry right? Please correct me if I am wrong.

If not, how to do a better wedge mesh?
chris1980 is offline   Reply With Quote

Old   September 17, 2006, 13:06
Default Ok the faces which checkMesh c
  #5
Member
 
chris book
Join Date: Mar 2009
Posts: 85
Rep Power: 17
chris1980 is on a distinguished road
Ok the faces which checkMesh complains belong to cells which are aligned along the axis of my wedge.

So I was wondering if someone is able to tell me how to create a wedge without skewed faces? See my first message this is the way I am creating the wedge at the moment.
chris1980 is offline   Reply With Quote

Old   September 17, 2006, 13:32
Default I suspect what bothers you are
  #6
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,905
Rep Power: 33
hjasak will become famous soon enough
I suspect what bothers you are the faces on the front and back surface of the wedge - you can safely ignore the message there. If you wish, you can remove zero-area faces on the axis itself, simply be creating only one set of axis points and using duplicates in block definition.

Enjoy,

Hrv
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak 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
3D mesh problem sphinx FLUENT 0 July 24, 2008 12:26
Mesh problem? Jake FLUENT 2 March 26, 2008 18:05
Problem with mesh msg30 OpenFOAM Running, Solving & CFD 2 May 7, 2007 13:03
CFX Mesh problem Atit Koonsrisuk CFX 4 October 5, 2004 08:14
Mesh problem. Liang Main CFD Forum 2 June 20, 2000 04:23


All times are GMT -4. The time now is 04:46.