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

MergePatchPairs paraFoam OpenDX et al

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 15, 2007, 07:14
Default Based on the following blockMe
  #1
Senior Member
 
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21
msrinath80 is on a distinguished road
Based on the following blockMeshDict, can someone comment on the type of cells I see near the boundary which joins two patch pairs. Are those funny diagonal lines at the junction real or is paraview playing games with me?

Can someone open the mesh using OpenDx and post the resulting screenshot?

/*---------------------------------------------------------------------------*\
| ========= | |
| \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \ / O peration | Version: 1.0 |
| \ / A nd | Web: http://www.openfoam.org |
| \/ M anipulation | |
\*---------------------------------------------------------------------------*/

FoamFile
{
version 2.0;
format ascii;

root "";
case "";
instance "";
local "";

class dictionary;
object blockMeshDict;
}

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


convertToMeters 0.1;

vertices
(
// Back plane
(0 0 0)
(1 0 0)
(1 0 0)
(2 0 0)
(0 1 0)
(1 1 0)
(1 1 0)
(2 1 0)

// Front plane
(0 0 0.1)
(1 0 0.1)
(1 0 0.1)
(2 0 0.1)
(0 1 0.1)
(1 1 0.1)
(1 1 0.1)
(2 1 0.1)
);

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

edges
(
);

patches
(
wall bottom
(
(0 1 9 8)
(2 3 11 10)
)
wall bottom
(
(4 12 13 5)
(6 14 15 7)
)
wall left
(
(0 8 12 4)
)
wall right
(
(3 7 15 11)
)

patch leftMerge
(
(1 5 13 9)
)
patch rightMerge
(
(2 10 14 6)
)
);

mergePatchPairs
(
( leftMerge rightMerge )
);


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

Here is the screenshot of the mesh using paraFoam:

http://www.ualberta.ca/~madhavan/paraview.png
msrinath80 is offline   Reply With Quote

Old   February 23, 2007, 03:47
Default Pertinent discussions can be f
  #2
Senior Member
 
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21
msrinath80 is on a distinguished road
Pertinent discussions can be found in:

http://www.cfd-online.com/OpenFOAM_D...tml?1172218846
msrinath80 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
OpenDx and Debian testing ie lenny AMD64 msrinath80 OpenFOAM Post-Processing 0 July 27, 2008 17:27
about openDX littlelz Main CFD Forum 1 December 5, 2003 09:54
OpenDX with CFX4 Brett Towler CFX 0 December 3, 2001 17:31
Suitability of OpenDX for viewing CFX 4.3 results Jonathan Wall CFX 3 April 4, 2000 08:09
fluent to opendx M. Quiroga Teixeiro Main CFD Forum 0 July 21, 1999 05:29


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