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

dam break

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 24, 2013, 17:17
Default dam break
  #1
New Member
 
Alexander
Join Date: Dec 2009
Location: Saint-Petersburg
Posts: 29
Rep Power: 16
Svensson is on a distinguished road
Send a message via Skype™ to Svensson
Hello everybody. I am trying to simulate an experiment, which I've conducted earlier. And I have faced with some difficulties. An Experimental apparatus is a tank filled by liquid (there is no free surface) . An internal volume of the tank is fluid-tightly devided into two equal parts by internal thin baffle. One of them is filled by liquid with dissolved NaCl (heavy liquid) and another one is filled by pure water (light liquid). In the time t=0 baffle begins moving and is completely removed from the tank by the time t=2.8 s. Below is experimental scheme

.

I don't know how to simulate thin removing baffle. And I would be glad to get advice.

Best Regards, Alexander.
Svensson is offline   Reply With Quote

Old   November 25, 2013, 04:14
Default
  #2
Member
 
Thomas Vossel
Join Date: Aug 2013
Location: Germany
Posts: 45
Rep Power: 12
ThomasV is on a distinguished road
Hi!

Did you have a look at the incompressible -> pimpleDyMFoam -> movingCone case?
ThomasV is offline   Reply With Quote

Old   November 25, 2013, 05:18
Default
  #3
New Member
 
Alexander
Join Date: Dec 2009
Location: Saint-Petersburg
Posts: 29
Rep Power: 16
Svensson is on a distinguished road
Send a message via Skype™ to Svensson
Quote:
Originally Posted by ThomasV View Post
Hi!

Did you have a look at the incompressible -> pimpleDyMFoam -> movingCone case?
Yes. I've seen it. I tried to use this technics, but I couldnt solve problems caused of a mesh movement. While baffle was moving, cells located near the top wall became more and more warped with high aspect ratio. I tried to set an dynamicMeshDict to add cell layers on the top wall and to remove ones on the lower wall, but I didn't have success in it. I'll add some pics of the mesh in the evening.

Last edited by Svensson; November 25, 2013 at 06:25.
Svensson is offline   Reply With Quote

Old   November 25, 2013, 14:30
Default
  #4
New Member
 
Alexander
Join Date: Dec 2009
Location: Saint-Petersburg
Posts: 29
Rep Power: 16
Svensson is on a distinguished road
Send a message via Skype™ to Svensson
here you are (it's a simplified model):




My dynamicMeshDict:

Code:
dynamicFvMesh   dynamicMotionSolverFvMesh;

motionSolverLibs ( "libfvMotionSolvers.so" );

solver          velocityComponentLaplacian;

velocityComponentLaplacianCoeffs
{
    component       z;
    diffusivity     directional ( 200 0 100);
}

and pointMotionUz:

Code:
dimensions      [0 1 -1 0 0 0 0];

internalField   uniform 0;

boundaryField
{
    movingWall
    {
        type            uniformFixedValue;
        uniformValue    constant 100;
    }
    slipWalls 
    {
        type            slip;
    }
    fixedWalls
    {
        type            uniformFixedValue;
        uniformValue    constant 0;
    }

    frontAndBack
    {
        type            empty;
    }
}
Svensson is offline   Reply With Quote

Reply

Tags
buffle, dam break, removable buffle, thin baffle


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
compressible dam break simulation smsanth OpenFOAM Running, Solving & CFD 0 September 2, 2013 02:51
3D dam break modeling(earthen dam) yasharif FLUENT 0 December 11, 2011 01:25
Boundary Condition in dam break atabak756 FLUENT 2 June 3, 2011 02:51
3D dam break flow problem woochang CFX 1 February 18, 2010 16:47
Free surface boudary conditions with SOLA-VOF Fan Main CFD Forum 10 September 9, 2006 12:24


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