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

water penetrates the wall under slip boundary condition

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 27, 2015, 06:36
Default water penetrates the wall under slip boundary condition
  #1
New Member
 
Join Date: Feb 2015
Posts: 4
Rep Power: 11
xiaor1 is on a distinguished road
Hi everyone,

I am just new to OpenFOAM. Now I am doing sloshing water simulation in a rectangular tank, and the tank is rolling. the simulation is based on sloshingtank2D3DoF, but after I changed it into a free slip condition, the water seems to be able to penetrate the wall against the roll motion of the tank. attached pictures might better explain what I want to express.

You can see that the water is even decreasing, like penetrating the bottom. Someone told me that it might be that InterDyMFoam cannot handle a moving geometry with a slip condition. is that true? Any suggestion is appreciated. Thanks!

the following is the boundary file in constant folder.
Quote:
6
(
walls //bottom of the tank//
{
type wall;
inGroups 1(wall);
nFaces 800;
startFace 121682;
}
wallr //right side bulkhead //
{
type wall;
inGroups 1(wall);
nFaces 98;
startFace 122482;
}
walltop // upper deck//
{
type wall;
inGroups 1(wall);
nFaces 40;
startFace 122580;
}
walll //left side bulkhead//
{
type wall;
inGroups 1(wall);
nFaces 98;
startFace 122620;
}
front //front wall//
{
type empty;
inGroups 1(empty);
nFaces 60900;
startFace 122718;
}
back //back wall//
{
type empty;
inGroups 1(empty);
nFaces 60900;
startFace 183618;
}
)
And the below are how I define the alpha.water, U and p_rho in 0 file

Quote:
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object alpha.water;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 0 0 0 0 0 0];

internalField uniform 0;

boundaryField
{
front
{
type empty;
}
back
{
type empty;
}
walls
{
type zeroGradient;
}
walltop
{
type zeroGradient;
}
wallr
{
type zeroGradient;
}
walll
{
type zeroGradient;
}
}
Quote:
FoamFile
{
version 2.0;
format ascii;
class volVectorField;
object U;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

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

internalField uniform (0 0 0);

boundaryField
{
front
{
type empty;
}
back
{
type empty;
}
walls
{
type slip;
}
walll
{
type slip;
}
wallr
{
type slip;
}
walltop
{
type slip;
}
Quote:
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object p_rgh;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

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

internalField uniform 0;

boundaryField
{
front
{
type empty;
}
back
{
type empty;
}
walls
{
type slip;
}
walll
{
type slip;
}
wallr
{
type slip;
}
walltop
{
type slip;
}
}
BRs,
Ran
Attached Images
File Type: png 01.png (2.7 KB, 21 views)
File Type: png 02.png (2.4 KB, 20 views)
File Type: png 03.png (2.1 KB, 17 views)
File Type: png 04.png (1.9 KB, 21 views)
xiaor1 is offline   Reply With Quote

Old   December 17, 2015, 13:26
Default
  #2
New Member
 
Philip Donnellan
Join Date: Mar 2012
Posts: 6
Rep Power: 14
Chemicalengineer123 is on a distinguished road
Did you ever fix this issue? I don't think this is an issue with the slip boundary condition as I have found the same problem in the interDyMFoam mixerVessel tutorial. I reduced the gas velocity to 0m/s to observe the alpha value over time and it continuously decreases. I am currently trying to model some agitated vessels and this is having a big impact on my results. Any help would be greatly appreciated.
Chemicalengineer123 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
sliding mesh problem in CFX Saima CFX 46 September 11, 2021 07:38
Slip flow boundary condition on wall using UDFs mahdi haddad FLUENT 1 November 11, 2014 06:13
CFX fails to calculate a diffuser pipe flow shenying0710 CFX 7 March 26, 2013 04:13
Water subcooled boiling Attesz CFX 7 January 5, 2013 03:32
how to set up a wall boundary condition according to calculated wall shear stress? gameoverli OpenFOAM Pre-Processing 1 May 21, 2009 08:28


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