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

pimpleDyMFoam VS interDyMFoam.

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 21, 2013, 04:31
Default pimpleDyMFoam VS interDyMFoam.
  #1
Senior Member
 
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 838
Rep Power: 17
sharonyue is on a distinguished road
Hi Foamers:

After run the tutorial of pimpleDyMFoam's mixerVesselAMI2D.I got the p result.and I want to make a conparision with interDyMFoam, so I set the alpha's internal field is uniform. and g is 0. and I think the result of this two solvers should be the same.but I got a unsatisfactory result. the image is attached.

I think if the internal field of alpha is the uniform. the interDyMFoam's result should be the same with pimpleDyMFoam.rite?

Anyone can give me a hint what is happening to this?



alpha:
Code:
dimensions      [0 0 0 0 0 0 0];

internalField   uniform 1;

boundaryField
{
    rotor
    {
        type            zeroGradient;
    }
    stator
    {
        type            zeroGradient;
    }
    AMI1
    {
        type            cyclicAMI;
        value           $internalField;

    }
    
    AMI2
    {
        type            cyclicAMI;
        value           $internalField;

    }
    front
    {
        type            empty;
    }
    back
    {
        type            empty;
    }
}
p-rgh
Code:
dimensions      [1 -1 -2 0 0 0 0];

internalField   uniform 0;

boundaryField
{
    rotor
    {
        type            zeroGradient;
    }

    stator
    {
        type            zeroGradient;
    }
AMI1
    {
        type            cyclicAMI;
        value           $internalField;
    }

    AMI2
    {
        type            cyclicAMI;
        value           $internalField;
    }

    front
    {
        type            empty;
    }

    back
    {
        type            empty;
    }
}
other things in constant dictionary are totally the same with pimpleDyMFOAM's mixerVesselAMI2D.
Attached Images
File Type: jpg 1.jpg (42.1 KB, 17 views)
File Type: jpg 2.jpg (28.2 KB, 16 views)
sharonyue 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
pimpleDyMFoam issue for pitching foil PLD OpenFOAM Running, Solving & CFD 3 May 23, 2017 13:54
pimpleDyMFoam samiam1000 OpenFOAM 2 September 19, 2012 10:11
interDyMFoam with GGI in 3d stawrogin OpenFOAM Running, Solving & CFD 2 January 5, 2011 02:17
error using interDyMFoam with kOmegaSST to simulate sloshing anmartin OpenFOAM Running, Solving & CFD 0 July 20, 2010 13:21
InterDyMFoam with GGI sebastianweiper OpenFOAM Running, Solving & CFD 2 September 18, 2009 03:43


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