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

MULES with axial symmetry (wedge+empty BC)

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 14, 2015, 11:05
Default MULES with axial symmetry (wedge+empty BC)
  #1
Senior Member
 
Robert Sawko
Join Date: Mar 2009
Posts: 117
Rep Power: 22
AlmostSurelyRob will become famous soon enough
Dear OpenFOAM users and developers,

I am trying to run a simple pipe with constriction and axial symmetry. Something fairly similar to the geometry posted here [1]. The solver I am using is twoPhaseEulerFoam but I observed similar behavior in interFoam too.

My inlet condition is uniform for all quantities and for alpha I am setting something 0.015. The wedge and empty BC are applied on the the sides and at the centre line respectively e.g. my alpha BC looks like this

Code:
boundaryField
{
    outlet
    {
        type               inletOutlet;
        inletValue      uniform 0;
    }
    walls
    {
        type               zeroGradient;
    }
    inlet
    {
        type               fixedValue;
        value             uniform 0.02;
    }
    front
    {
        type            wedge;
    }
    back
    {
        type            wedge;
    }
    axis
    {
       type      empty;
    }
}
The problem is that almost immediately the centreline is beginning to produce additional mass. And my alpha distribution begins to look like this



After this all sort of evil begins to occur. Viscosity there goes up, velocity develops a completely different profile than in the 3D case and Co number increases gradually.

I checked the case several times now and a 3D equivalent works. Single phase solvers work with this setup too so my guess is that multiphase solver is the culprit. My guess is that MULES is causing the problem here, but I cannot be sure.

Please let me know if you have any suggestions on how to fix it. Can post a more detailed setup.

[1] http://openfoamwiki.net/index.php/Contrib/MakeAxialMesh
AlmostSurelyRob is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Free Surface Ship Flow timfranke OpenFOAM Running, Solving & CFD 322 March 3, 2021 09:04
[snappyHexMesh] sHM quality of multi-region aminem OpenFOAM Meshing & Mesh Conversion 0 April 16, 2015 11:38
Problem of simulating of small droplet with radius of 2mm liguifan OpenFOAM Running, Solving & CFD 5 June 3, 2014 02:53
Possible Bug in pimpleFoam (or createPatch) (or fluent3DMeshToFoam) cfdonline2mohsen OpenFOAM 3 October 21, 2013 09:28
Differences between serial and parallel runs carsten OpenFOAM Bugs 11 September 12, 2008 11:16


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