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

simple mesh with arcs

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By morard

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 8, 2011, 13:23
Default simple mesh with arcs
  #1
New Member
 
Mike
Join Date: May 2011
Posts: 19
Rep Power: 14
mikemech is on a distinguished road
Hi, I am trying to create a simple mesh using blockMesh utility, like this one:

https://docs.google.com/leaf?id=0Bw0...thkey=CIWG25EF



The problem is, that when I type "checkMesh", it gives out 3 errors, as shown here:

https://docs.google.com/leaf?id=0Bw0...thkey=CNHAj8MB

But I can't figure out what the problem might be. Does anybody have an idea?

Thank you!

ps: this is the blockMeshDict file that I used:

https://docs.google.com/leaf?id=0Bw0...thkey=CIG149MM
mikemech is offline   Reply With Quote

Old   May 9, 2011, 03:47
Default
  #2
Member
 
Dejan Morar
Join Date: Nov 2010
Posts: 78
Rep Power: 16
morard is on a distinguished road
Hello Mike,

I've just divided yours geometry into two blocks and everything works fine.

convertToMeters 0.1;
vertices
(

( 1 0 0 )
( 2 0 0 )
( 0 2 0 )
( 0 1 0 )
( 0 -1 0 )
( 0 -2 0 )
( 1 0 1 )
( 2 0 1 )
( 0 2 1 )
( 0 1 1 )
( 0 -1 1 )
( 0 -2 1 )

);

edges
(
arc 1 2 (1.414213562 1.414213562 0)
arc 0 3 (0.707106781 0.707106781 0)
arc 0 4 (0.707106781 -0.707106781 0)
arc 1 5 (1.414213562 -1.414213562 0)


arc 7 8 (1.414213562 1.414213562 1)
arc 6 9 (0.707106781 0.707106781 1)
arc 6 10 (0.707106781 -0.707106781 1)
arc 7 11 (1.414213562 -1.414213562 1)

);

blocks
(
hex (0 1 2 3 6 7 8 9) (10 10 10) simpleGrading (1 1 1)
hex (4 5 1 0 10 11 7 6) (10 10 10) simpleGrading (1 1 1)
);

patches
(

patch inlet
(
(3 9 8 2)
)

patch outlet
(
(5 11 10 4)
)

wall walls
(
(1 2 8 7)
(5 1 7 11)
(3 0 6 9)
(0 4 10 6)
)

empty front
(
(0 1 2 3)
(4 5 1 0)
(6 7 8 9)
(10 11 7 6)
)
);

Sorry because I changed numbering of your original geometry.

Regards,
Dejan
mikemech likes this.
morard 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
[ICEM] surface mesh merging problem everest ANSYS Meshing & Geometry 44 April 14, 2016 06:41
3D Hybrid Mesh Errors DarrenC ANSYS Meshing & Geometry 11 August 5, 2013 06:42
[ICEM] Generating Mesh for STL Car in Windtunnel Simulation tommymoose ANSYS Meshing & Geometry 48 April 15, 2013 04:24
Simple Icem mesh Kordou CFX 2 September 22, 2008 08:53
Very simple moving mesh Pete FLUENT 4 February 10, 2006 00:12


All times are GMT -4. The time now is 00:56.