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

blockMesh problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 4, 2009, 08:44
Default blockMesh problem
  #1
Member
 
Dennis Rown
Join Date: Oct 2009
Posts: 51
Rep Power: 16
shangzung is on a distinguished road
Hello!

I have a problem with blockMesh. I modelled a tube with a hole on an upper side where water (alpha1 = 1) flows in. The problem is, when I change the z-values of the mesh to a high number, the water disappears from the simulation. As in the example picture I attached it works for the z value "3" on the outer blocks. When I choose a higher z-value, water disappears. What can cause this?
Attached Images
File Type: jpg problemOF.jpg (72.9 KB, 40 views)
shangzung is offline   Reply With Quote

Old   December 8, 2009, 15:03
Default
  #2
Senior Member
 
sega's Avatar
 
Sebastian Gatzka
Join Date: Mar 2009
Location: Frankfurt, Germany
Posts: 729
Rep Power: 20
sega is on a distinguished road
What is your boundary condition for the inflow?
Did you set up a small value of water (liquid phase volume fraction) which you have fogotten with your simulations z>3?
__________________
Schrödingers wife: "What did you do to the cat? It's half dead!"
sega is offline   Reply With Quote

Old   December 9, 2009, 05:00
Default
  #3
Member
 
Dennis Rown
Join Date: Oct 2009
Posts: 51
Rep Power: 16
shangzung is on a distinguished road
My boundary conditions for alpha1, p and U are:

alpha1:

walls
{
type zeroGradient;
}
ends
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}

inletHole
{
type inletOutlet;
inletValue uniform 1;
value uniform 1;
}

p:

walls
{
type buoyantPressure;
value uniform 0;
}

ends
{
type totalPressure;
p0 uniform 0;
U U;
phi phi;
rho rho;
psi none;
gamma 1;
value uniform 0;
}
inletHole
{
type totalPressure;
p0 uniform 0;
U U;
phi phi;
rho rho;
psi none;
gamma 1;
value uniform 0;
}

U:

walls
{
type fixedValue;
value uniform (0 0 0);
}
ends
{
type pressureInletOutletVelocity;
value uniform (0 0 0);
}
inletHole
{
type pressureInletOutletVelocity;
value uniform (0 0 0);
}

I am not sure if this conditions are correct, because i tried to take them from a 2D sample case into this 3D case.

What I found out is that when I switch boundary conditions of "walls" and "ends" it works (the water does not disappear, but falls through the walls)

Sorry, I do not understand, what you mean with that I forgot the value of water with the simulations of z>3.
shangzung is offline   Reply With Quote

Old   December 9, 2009, 05:39
Default
  #4
Senior Member
 
sega's Avatar
 
Sebastian Gatzka
Join Date: Mar 2009
Location: Frankfurt, Germany
Posts: 729
Rep Power: 20
sega is on a distinguished road
Quote:
Originally Posted by shangzung View Post

I am not sure if this conditions are correct.
I'm not sure either, but I will give you my thoughts about them.
You are using a prediscribed boundary value for alpha and velocity at the inlet. But your velocity is set to zero (uniform (0 0 0)).
So how should water "grow" inside your domain?

If you specify an amount of water in the proximity of the inlet there maybe some results because the CSF-model can compute forces on the drop.
But with no inflow-velocity your amount of water will not grow.
__________________
Schrödingers wife: "What did you do to the cat? It's half dead!"
sega is offline   Reply With Quote

Old   December 9, 2009, 06:21
Default
  #5
Member
 
Dennis Rown
Join Date: Oct 2009
Posts: 51
Rep Power: 16
shangzung is on a distinguished road
But it does grow, since I use a gravity! It only disappears completely when the pipe steepness (mesh) exceeds certain gradient.
shangzung is offline   Reply With Quote

Old   December 9, 2009, 08:18
Default
  #6
Member
 
Dennis Rown
Join Date: Oct 2009
Posts: 51
Rep Power: 16
shangzung is on a distinguished road
Looks like with your information (usinng a downward velocity at the inlet) it seems to work even with the steep mesh. Water does not disappear instantly!

Thanks a lot!
shangzung 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
UDF compiling problem Wouter Fluent UDF and Scheme Programming 6 June 6, 2012 04:43
Incoherent problem table in hollow-fiber spinning Gianni FLUENT 0 April 5, 2008 10:33
natural convection problem for a CHT problem Se-Hee CFX 2 June 10, 2007 06:29
Adiabatic and Rotating wall (Convection problem) ParodDav CFX 5 April 29, 2007 19:13
Is this problem well posed? Thomas P. Abraham Main CFD Forum 5 September 8, 1999 14:52


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