|
[Sponsors] |
November 24, 2013, 18:17 |
dam break
|
#1 |
New Member
|
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. |
|
November 25, 2013, 05:14 |
|
#2 |
Member
Thomas Vossel
Join Date: Aug 2013
Location: Germany
Posts: 45
Rep Power: 13 |
Hi!
Did you have a look at the incompressible -> pimpleDyMFoam -> movingCone case? |
|
November 25, 2013, 06:18 |
|
#3 |
New Member
|
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 07:25. |
|
November 25, 2013, 15:30 |
|
#4 |
New Member
|
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; } } |
|
Tags |
buffle, dam break, removable buffle, thin baffle |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
compressible dam break simulation | smsanth | OpenFOAM Running, Solving & CFD | 0 | September 2, 2013 03:51 |
3D dam break modeling(earthen dam) | yasharif | FLUENT | 0 | December 11, 2011 02:25 |
Boundary Condition in dam break | atabak756 | FLUENT | 2 | June 3, 2011 03:51 |
3D dam break flow problem | woochang | CFX | 1 | February 18, 2010 17:47 |
Free surface boudary conditions with SOLA-VOF | Fan | Main CFD Forum | 10 | September 9, 2006 13:24 |