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

[blockMesh] not able to arrange the arc 12 13

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   March 26, 2012, 09:09
Default not able to arrange the arc 12 13
  #1
New Member
 
Angelo2000
Join Date: Mar 2012
Posts: 4
Rep Power: 14
Angelo2000 is on a distinguished road
hello, I have a problem in the grid below, I am not able to arrange the arc 12 13, q may have something wrong before I am not able to check more.

thank you




/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.0.1 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object blockMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

convertToMeters 1;

vertices
(
(0 0 0) // 0
(0 0 -1) // 1
(0 1 -1) // 2
(0 1 0) // 3
(10 0 0) // 4
(10 0 -1) // 5
(10 1 -1) // 6
(10 1 0) // 7

(0 -0.5 0.5) // 8
(0 1.5 0.5) // 9
(10 1.5 0.5) // 10
(10 -0.5 0.5) // 11

(0 -0.5 -1.5) // 12
(0 1.5 -1.5) // 13
(10 1.5 -1.5) // 14
(10 -0.5 -1.5) // 15

(0 -1 1) // 16
(0 2 1) // 17
(10 2 1) //18
(10 -1 1) //19

(0 -1 -2) //20
(0 2 -2) //21
(10 2 -2) //22
(10 -1 -2) //23

);

blocks
(
hex (0 1 2 3 4 5 6 7) (5 5 5) simpleGrading (1 1 1)

hex (0 3 9 8 4 7 10 11) (5 5 5) simpleGrading (1 1 1)

hex (1 12 13 2 5 15 14 6) (5 5 5) simpleGrading (1 1 1)

hex (2 13 9 3 6 14 10 7) (5 5 5) simpleGrading (1 1 1)

hex (1 0 8 12 5 4 11 15) (5 5 5) simpleGrading (1 1 1)




);

edges
(

arc 0 1 (0 1.414214 -1)
arc 1 2 (0 1 1.414214)
arc 2 3 (0 -1.414214 1)
arc 3 0 (0 1 -1.414214)

arc 4 5 (10 1.414214 -1)
arc 5 6 (10 1 1.414214)
arc 6 7 (10 -1.414214 1)
arc 7 4 (10 -1 -1.414214)

arc 8 12 (0 -0.707107 -1)
arc 12 13 (0 1 0.707107)
arc 13 9 (0 0.707107 1)
arc 9 8 (0 1 0.707107)

arc 11 15 (10 -0.707107 -1)
arc 15 14 (10 1 0.707107)
arc 14 10 (10 0.707107 1)
arc 10 11 (10 1 0.707107)




);

boundary
(
inlet
{
type patch;
faces
(


);
}
outlet
{
type patch;
faces
(


);
}
fixedWalls
{
type wall;
faces
(

);
}
frontAndBack
{
type empty;
faces
(

);
}
);

mergePatchPairs
(
);

// ************************************************** *********************** //

Last edited by Angelo2000; March 26, 2012 at 09:25.
Angelo2000 is offline   Reply With Quote

 


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
[blockMesh] Openfoam: Meshing, where do my defaultFaces come from syntex OpenFOAM Meshing & Mesh Conversion 19 December 10, 2018 07:21
[Other] Change the mesh in mixerVesselAMI2D tutorial hoemmaria OpenFOAM Meshing & Mesh Conversion 2 October 6, 2017 07:43
[blockMesh] Another cylinder question bendel_boy OpenFOAM Meshing & Mesh Conversion 5 January 6, 2015 05:09
[Other] mergeMatchPairs with arcs vainilreb OpenFOAM Meshing & Mesh Conversion 1 August 5, 2013 08:11
[blockMesh] apparently the mesh doesn't want to be created in one direction Maxime Thomas OpenFOAM Meshing & Mesh Conversion 1 August 18, 2012 06:05


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