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

Phase segregation in multiphaseInterFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 15, 2010, 08:42
Unhappy Phase segregation in multiphaseInterFoam
  #1
New Member
 
Søren
Join Date: Apr 2010
Posts: 3
Rep Power: 16
Tracker is on a distinguished road
Hey guys,
I have a problem. I'm currently simulating a 3 phase injectionmolding process in OpenFoam using multiphaseInterFoam, and the phases keep segregating. I have tried adjusting the sigmas in the transportProperties and the alphaContactAngle in my alphaair. How do i adjust the phases compatibility so they don't segregate so violently?


t=0



t=0.001
Tracker is offline   Reply With Quote

Old   April 15, 2010, 09:38
Default
  #2
Senior Member
 
Claus Meister
Join Date: Aug 2009
Location: Wiesbaden, Germany
Posts: 241
Rep Power: 17
idrama is on a distinguished road
Have yet tried to simulate without any contact angles, i.e. zeroGradient at all walls?

Furthermore, could you post transportProperties, U and p.

I would like to take a closer look
idrama is offline   Reply With Quote

Old   April 16, 2010, 06:52
Default
  #3
New Member
 
Søren
Join Date: Apr 2010
Posts: 3
Rep Power: 16
Tracker is on a distinguished road
Thanks for your reply!

I just tried that and it still goes zebra on me...

Here is the code. Some is from the damBreak4phase case. I also have at problem with floating point exception when I increase the viscosity of the binder or the powder.

Code:
FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    object      p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [1 -1 -2 0 0 0 0];

internalField   uniform 0;

boundaryField
{
    inlet
    {
    type            zeroGradient;
    }

    left
    {
        type            fixedValue;
        value           uniform 0;
    }

    right
    {
        type            fixedValue;
        value           uniform 0;
    }

    defaultFaces
    {
    type            zeroGradient;
    }
}
Code:
FoamFile
{
    version     2.0;
    format      ascii;
    class       volVectorField;
    object      U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 1 -1 0 0 0 0];

internalField   uniform (0 0 0);

boundaryField
{
    inlet
    {
    type            fixedValue;
    value        uniform (0 -2 0);
    }
    left
    {
        type            zeroGradient;
    }
    right
    {
        type            zeroGradient;
    }
    defaultFaces
    {
        type            fixedValue;
        value           uniform (0 0 0);
    }
}
Code:
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      transportProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

phases          ( 
powder { transportModel Newtonian ; 
nu nu [ 0 2 -1 0 0 0 0 ] 1e-03 ; 
rho rho [ 1 -3 0 0 0 0 0 ] 7800 ; } 

binder { transportModel Newtonian ; 
nu nu [ 0 2 -1 0 0 0 0 ] 0.1 ; 
rho rho [ 1 -3 0 0 0 0 0 ] 1000 ; }

air   { transportModel Newtonian ; 
nu nu [ 0 2 -1 0 0 0 0 ] 1.48e-03 ; 
rho rho [ 1 -3 0 0 0 0 0 ] 1 ; } );

refPhase        air;

sigmas          ( ( air binder ) 0 ( air powder ) 0 ( binder powder ) 0 );
Tracker is offline   Reply With Quote

Old   May 7, 2010, 04:10
Default Immiscible phases...
  #4
New Member
 
Søren
Join Date: Apr 2010
Posts: 3
Rep Power: 16
Tracker is on a distinguished road
Apparently I have missed that multiphaseInterFoams phases are immiscible. So this solver can't be used to simulate segregation in metal injection moulding.
Tracker is offline   Reply With Quote

Reply

Tags
multiphaseinterfoam


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
How to access only one phase in multiphase model by UDF wersoe Fluent UDF and Scheme Programming 1 January 4, 2017 07:11
Specifying phase on both sides of a Boundary Condition? rassilon OpenFOAM Running, Solving & CFD 3 November 11, 2009 00:41
Help Regarding Segregation Model in FLOW-3D Pathak FLOW-3D 0 April 5, 2009 10:25
Source Term used in Eulerian Model(Two phase) Padian FLUENT 1 May 19, 2008 03:47
compressible two phase flow in CFX4.4 youngan CFX 0 July 1, 2003 23:32


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