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

Stationary bubble or droplet

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 30, 2017, 18:03
Default Stationary bubble or droplet
  #1
New Member
 
Lieh
Join Date: Mar 2017
Posts: 26
Rep Power: 9
akesm is on a distinguished road
Hello

I am trying to investigate some test cases with openFOAM, with interFoam, which simulating a stationary bubble is also one.

Either I choose a water drop in a medium of air, or an air bubble in a medium of water, the maximum spurious velocity keeps decreasing till say ~0.8 seconds, and then it keeps rising to even values larger than the first time step at say ~2 seconds. Is this normal? should this happen?

Another issue is that, the interface in both cases becomes very diffuse, initially the interface is reasonable in thickness, not that thick, but as simulation proceeds (~0.5 seconds) the thickness increases leading to a very diffuse interface (transition zone of interface ~0.2*radius), is this also normal?

This is my fvschemes
Code:
ddtSchemes
{
	default 	Euler; //CrankNicolson 0.9; 
}

gradSchemes
{
	default 	Gauss linear;
	grad(U) 	Gauss linear;
	grad(alpha.water) Gauss linear;
}

divSchemes
{
	default 	none;
    div(rhoPhi,U)  Gauss limitedLinearV 1;
    div(phi,alpha)  Gauss vanLeer;
    div(phirb,alpha) Gauss interfaceCompression; //Gauss linear;
    div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
}

laplacianSchemes
{
	default 	Gauss linear corrected;
}

interpolationSchemes
{
	default 	linear;
}

snGradSchemes
{
	default 	corrected;
}

fluxRequired
{
	default 	no;
	p_rgh;
	pcorr;
	alpha.water;
}
akesm is offline   Reply With Quote

Reply

Tags
interface compression, interfoam bubble


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
Stationary Bubble akesm OpenFOAM Programming & Development 2 March 26, 2017 16:10
A rising bubble in a stagnant liquid with two-fluid-model fs82 OpenFOAM Running, Solving & CFD 30 August 18, 2016 12:27
2D bubble rising through a column of water vof64 Fluent Multiphase 0 August 19, 2014 23:42
Coupled VOF and Multiphase Segregated Flow for a gas bubble problem?? EnronZhang STAR-CCM+ 1 December 19, 2013 08:41
Query on VOF for Bubble rise Vamsi Main CFD Forum 0 December 22, 2005 00:02


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