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

block mesh wedge

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   February 8, 2011, 23:39
Default block mesh wedge
  #1
Member
 
William
Join Date: Feb 2011
Location: Minnesota USA
Posts: 33
Rep Power: 15
billynoe is on a distinguished road
Hey,
I'm having a hard time getting the wedge to look right. Can somebody tell me what I am doing wrong.

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

vertices
(
(0 241.3 0) //0
(0 0 0) //1
(0 -12.7 0) //2
(0 -1524 0) //3
(279.4 -12.7 0) //4
(279.4 0 0) //5
(292.1 38.1 0) //6
(292.1 -313.6926357352644 0) //7
(304.8 38.1 0) //8
(304.8 13.51505771044411 0) //9
(304.8 0 0) //10
(304.8 -304.8 0) //11
(863.6 216.9016246183983 0) //12
(863.6 -521.7016246183977 0) //13
(867.943655820235 204.9675283344171 0) //14
(867.943655820235 -509.767528334418 0) //15
(7620 241.3 0) //16
(7620 -1524 0) //17
(279.1341 -12.7 12.1873) //18
(279.1341 0 12.1873) //19
(291.822 38.1 12.7412) //20
(291.822 -313.6926357352644 12.7412) //21
(304.5099 38.1 13.2952) //22
(304.5099 13.51505771044411 13.952) //23
(304.5099 0 13.29522) //24
(304.5099 -304.8 13.2952) //25
(862.7780 216.9016246183983 37.6697) //26
(862.7780 -521.7016246183977 37.6697) //27
(867.1176 204.9675283344171 37.8592) //28
(867.1176 -509.767528334418 37.8592) //29
(7612.7474 241.3 332.3797) //30
(7612.7474 -1524 332.3797) //31
(279.1341 -12.7 -12.1873) //32
(279.1341 0 -12.1873) //33
(291.822 38.1 -12.7412) //34
(291.822 -313.6926357352644 -12.7412) //35
(304.5099 38.1 -13.2952) //36
(304.5099 13.51505771044411 -13.2952) //37
(304.5099 0 -13.2952) //38
(304.5099 -304.8 -13.2952) //39
(862.7780 216.9016246183983 -37.6697) //40
(862.7780 -521.7016246183977 -37.6697) //41
(867.1176 204.9675283344171 -37.8592) //42
(867.1176 -509.767528334418 -37.8592) //43
(7612.7474 241.3 -332.3797) //44
(7612.7474 -1524 -332.3797) //45
);

blocks
(
hex (3 31 45 3 0 30 44 0) (10 10 10) simpleGrading (1 1 1)
hex (2 18 32 2 1 19 33 1) (10 10 10) simpleGrading (1 1 1)
hex (21 25 39 35 20 22 36 34) (10 10 10) simpleGrading (1 1 1)
hex (27 41 35 21 29 43 39 25) (10 10 10) simpleGrading (1 1 1)
hex (38 42 40 37 24 28 26 23) (10 10 10) simpleGrading (1 1 1)
);

edges
(
arc 45 31 (0 -1524 0)
arc 44 30 (0 241.3 0)
arc 43 29 (0 -509.767528334418 0)
arc 42 28 (0 204.9675283344171 0)
arc 41 27 (0 -521.7016246183977 0)
arc 40 26 (0 216.9016246183983 0)
arc 39 25 (0 -304.8 0)
arc 38 24 (0 0 0)
arc 37 23 (0 13.51505771044411 0)
arc 36 22 (0 38.1 0)
arc 35 21 (0 -313.6926357352644 0)
arc 34 20 (0 38.1 0)
arc 33 19 (0 0 0)
arc 32 18 (0 -12.7 0)
);

patches
(
wall AER
(
(20 34 35 21)
(21 35 41 27)
(27 41 43 29)
(29 43 39 25)
(25 39 36 22)
(24 38 42 28)
(28 42 40 26)
(26 40 37 23)
(22 36 34 20)
)
wall Top
(
(0 30 44 0)
)
wall bottom
(
(3 45 31 3)
)
wall back
(
(31 45 44 30)
)
patch inlet
(
(2 32 18 2)
)
patch outlet
(
(1 19 33 1)
)
wall nub
(
(18 32 33 19)
)
wedge side1
(
(0 3 31 30)
(20 21 25 22)
(21 27 29 25)
(24 28 26 23)
(1 2 18 19)
)
wedge side2
(
(0 3 45 44)
(34 36 39 35)
(35 39 43 41)
(37 38 42 40)
(1 33 32 2)
)
/*symmetryPlane symmetrywall
(
(0 16 17 3)
(1 4 5 2)
(6 8 11 7)
(7 11 15 13)
(9 12 14 10)
) */
empty zoinks
(
(3 3 0 0)
(2 2 1 1)
)
);

mergePatchPairs
(

);
billynoe 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
3D Hybrid Mesh Errors DarrenC ANSYS Meshing & Geometry 11 August 5, 2013 06:42
blockMesh: block with 6 vertexes dani OpenFOAM 3 June 25, 2009 13:13
Bug in blockMesh feymark OpenFOAM Bugs 8 March 24, 2009 22:11
basic of mesh refinement arya CFX 4 June 19, 2007 12:21
Icemcfd 11: Loss of mesh from surface mesh option? Joe CFX 2 March 26, 2007 18:10


All times are GMT -4. The time now is 07:34.