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

multiphaseEulerFoam error when adjusting dispersed group

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 22, 2022, 17:28
Default multiphaseEulerFoam error when adjusting dispersed group
  #1
Member
 
Muhammad Ahyar
Join Date: Mar 2020
Posts: 30
Rep Power: 6
Ahyar is on a distinguished road
I have a simulation which has dispersed phase "air1" and "particle" with phaseProperties like below.
Code:

air1
{
type            pureIsothermalPhaseModel;

    diameterModel   velocityGroup;

    velocityGroupCoeffs
    {
        populationBalance    air3;

        shapeModel           spherical;

        sizeGroups
        (
            f1 {dSph  4e-3; value0.4;}
            f2 {dSph  5e-3; value0.2;}
            f3 {dSph  6e-3; value0.4;}

        );
    }

    residualAlpha   1e-8;
}

particle
{
type            pureIsothermalPhaseModel;

    diameterModel   velocityGroup;

    velocityGroupCoeffs
    {
        populationBalance    air4;

        shapeModel           spherical;

        sizeGroups
        (
            f4 {dSph  7e-3; value0.2;}
            f5 {dSph  8e-3; value0.6;}
            f6 {dSph  9e-3; value0.2;}
        );
    }

    residualAlpha   1e-8;
}
then i want to change the particle phase size groups into smaller one, so i changed its residualAlpha as well into this setting

Code:
particle
{
type            pureIsothermalPhaseModel;

    diameterModel   velocityGroup;

    velocityGroupCoeffs
    {
        populationBalance    air4;

        shapeModel           spherical;

        sizeGroups
        (
            f4 {dSph  7e-5; value0.2;}
            f5 {dSph  8e-5; value0.6;}
            f6 {dSph  9e-5; value0.2;}
        );
    }

    residualAlpha   1e-11;
}
now the simulation become divergent with this error





What should I replace/change to make the simulation run well? I've seen the titania synthesis in tutorial have smaller phase size and can be executed with no problem. What should I consider in setting the phaseProperties? thanks in advance
Attached Images
File Type: png Screenshot_20220322_224221.png (181.8 KB, 19 views)
Ahyar 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
Setting the height of the stream in the free channel kevinmccartin CFX 12 October 13, 2022 21:43
Domain Reference Pressure and mass flow inlet boundary AdidaKK CFX 75 August 20, 2018 05:37
error message cuteapathy CFX 14 March 20, 2012 06:45
Constant velocity of the material Sas CFX 15 July 13, 2010 08:56
Are my IRIXbs systune parametersb setting correct lakeat OpenFOAM Installation 1 May 5, 2008 10:48


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