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

Axi-symmetric case gives wrong answer

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 11, 2011, 14:31
Default Axi-symmetric case gives wrong answer
  #1
New Member
 
Paul Bryant
Join Date: Feb 2011
Posts: 13
Rep Power: 15
pbryant is on a distinguished road
I converted the dam break tutorial to an axi-symmetric problem and got virtually the same result as with the unmodified version. So either I did something wrong or else there is a serious problem with the way that the 2D axi-symmetric cases are being processed.

More specifically, dam break is part of the tutorial for interFoam for processing two incompressible fluid phases, in this case water and air. I modified the geometry by rotating about the y axis so that the water is now initially in a cylindrical shape and is allowed to flow out radially. (So it might now be more accurately described as "tank break".) The radial flow will quickly disperse the water so that it will be a much thinner layer when it hits the outer wall than in the standard case. But this does not occur in the simulation. Further, the log file shows that the volume fraction for the water varies drastically over time from the initial value of 0.0289 to as high as 0.127. This might suggest a problem with the processing of the continuity equation for the axi-symmetric case.

I created a wedge straddling the x-y plane with the axis of symmetry being the y axis. In BlockMeshDict I replaced the vertices with the following slightly modified set to produce a wedge angle of +- 0.01 rad:

vertices
(
(1e-2 0 -1e-4)
(2 0 -2e-2)
(2.16438 0 -2.16438e-2)
(4 0 -4e-2)
(1e-2 0.32876 -1e-4)
(2 0.32876 -2e-2)
(2.16438 0.32876 -2.16438e-2)
(4 0.32876 -4e-2)
(1e-2 4 -1e-4)
(2 4 -2e-2)
(2.16438 4 -2.16438e-2)
(4 4 -4e-2)
(1e-2 0 1e-4)
(2 0 2e-2)
(2.16438 0 2.16438e-2)
(4 0 4e-2)
(1e-2 0.32876 1e-4)
(2 0.32876 2e-2)
(2.16438 0.32876 2.16438e-2)
(4 0.32876 4e-2)
(1e-2 4 1e-4)
(2 4 2e-2)
(2.16438 4 2.16438e-2)
(4 4 4e-2)
);

Note that I clipped 0.01 off of the sharp edge of the wedge so that there is still a left wall as before, though now too narrow to have any real effect on the dynamics.

I also added the following patches in that file

wedge side1
(
(4 5 1 0)
(12 13 17 16)
)
wedge side2
(
(6 7 3 2)
(14 15 19 18)
)
wedge side3
(
(8 9 5 4)
(16 17 21 20)
)
wedge side4
(
(9 10 6 5)
(17 18 22 21)
)
wedge side5
(
(10 11 7 6)
(18 19 23 22)
)

To the files alpha1, alpha1.org, p_rgh, and U I added the following boundary fields:

side1
{
type wedge;
}

side2
{
type wedge;
}

side3
{
type wedge;
}

side4
{
type wedge;
}

side5
{
type wedge;
}

I also deleted the boundary file and then processed with blockMesh, setFields, and interFoam | tee log1. It seemed to run normally but produced the wrong result as I described.

I also tried for comparison to replace all occurrences of "wedge" in the above files with "cyclic". This seemed to work and produce a sensible result, but perhaps it will require a longer run time than the true 2D method if that was working properly. It is also unclear whether cyclic is intended to work with a single cell thickness.

Other things I tried: Using a single sharp wedge block with 6 vertices and using the z axis as the symmetry axis.

I would greatly appreciate any help in figuring out what the problem is and/or fixing the bug if there is one.

Thanks - Paul
pbryant is offline   Reply With Quote

Old   February 14, 2011, 21:17
Default Problem solved
  #2
New Member
 
Paul Bryant
Join Date: Feb 2011
Posts: 13
Rep Power: 15
pbryant is on a distinguished road
Apparently the software will run even if the wedges patches have not been properly identified and paired up by the software. Running checkMesh detects a problem (pointed out by Henry). Grouping the 10 wedges for this case into back and front categories seems to work and fixes the problem. I had previously had them grouped into 5 matching pairs. That approach works when using cyclic patches instead of wedge patches. It would be good if the software would not run if the wedge patches have not been properly paired up.
pbryant is offline   Reply With Quote

Reply

Tags
axissymmetric problem, bugs


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
Changing the grid on the same set-up Katya FLUENT 7 October 8, 2009 16:31
Free surface boudary conditions with SOLA-VOF Fan Main CFD Forum 10 September 9, 2006 12:24
what's wrong with my case?????? zhu FLUENT 0 August 2, 2006 09:58
Turbulent Flat Plate Validation Case Jonas Larsson Main CFD Forum 0 April 2, 2004 10:25
Body force - Does it work? Jan Rusås CFX 5 August 27, 2002 09:50


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