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

Addition of transport in one of the two phases - VoF

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 16, 2018, 10:24
Default Addition of transport in one of the two phases - VoF
  #1
Member
 
K
Join Date: Mar 2018
Posts: 34
Rep Power: 8
kuria is on a distinguished road
Hey everyone!

I am using interFoam solver for my simulation of species transport from the walls due to bubble rising.

I took the example case of bubble rising in a column and added a scalar transport equation :
solve
(
fvm::ddt(Y_K)
- v_K*fvm::laplacian(D_K, Y_K)
+ v_K*fvm::div(phi,Y_K)
);

As far as I understand interFoam solver, volume fraction of the phases is computed by a simple advection equation and the fluid properties like density and flow field in the whole domain is computed based on weighing of the fluid and gas fractions.

Due to this, when I run my equation for scalar transport, I end up solving it for the whole domain (both liquid and gas).

I also tried
solve
(
fvm::ddt(Y_K)
- v_K*fvm::laplacian(alpha1*D_K, Y_K)
+ v_K*fvm::div(phi,Y_K)
);
But this also gives diffusion into the bubble.

The only way I could fix it was by forcing the solution to be zero in the bubble like:
solve
(
fvm::ddt(Y_K)
- v_K*fvm::laplacian(D_K, Y_K)
+ v_K*fvm::div(phi,Y_K)
);
Y_K=Y_K*alpha1;


Has someone found a better way to address this problem?
kuria is offline   Reply With Quote

Old   May 25, 2019, 02:15
Default
  #2
Member
 
Niu
Join Date: Apr 2014
Posts: 55
Rep Power: 12
Z.Q. Niu is on a distinguished road
Hi Kurian, have you found the solution? Please see this post:interFoam with transport: add a transport equation to only one phase . I hope it may help you!
Z.Q. Niu is offline   Reply With Quote

Reply

Tags
species tranport, vof model


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
Does the VOF model calculte the heat transfer between the phases? wxf1037 FLUENT 3 June 28, 2015 02:47
multiphaseEulerFoam: PtrDictionary<phaseModel> phases_ of multiphasesystem fluid maybee OpenFOAM Programming & Development 9 January 27, 2014 06:24
ATTENTION!! Validty of Fluent's VOF?? ozgur Main CFD Forum 3 February 18, 2004 18:19
ATTENTION!! Validty of Fluent's VOF?? ozgur FLUENT 1 February 18, 2004 11:59
Moving mesh or VOF? Giovanni Main CFD Forum 16 September 24, 2001 08:25


All times are GMT -4. The time now is 22:24.