|
[Sponsors] |
Addition of transport in one of the two phases - VoF |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 16, 2018, 11:24 |
Addition of transport in one of the two phases - VoF
|
#1 |
Member
K
Join Date: Mar 2018
Posts: 34
Rep Power: 8 |
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? |
|
May 25, 2019, 03:15 |
|
#2 |
Member
Niu
Join Date: Apr 2014
Posts: 55
Rep Power: 12 |
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!
|
|
Tags |
species tranport, vof model |
|
|
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 03:47 |
multiphaseEulerFoam: PtrDictionary<phaseModel> phases_ of multiphasesystem fluid | maybee | OpenFOAM Programming & Development | 9 | January 27, 2014 07:24 |
ATTENTION!! Validty of Fluent's VOF?? | ozgur | Main CFD Forum | 3 | February 18, 2004 19:19 |
ATTENTION!! Validty of Fluent's VOF?? | ozgur | FLUENT | 1 | February 18, 2004 12:59 |
Moving mesh or VOF? | Giovanni | Main CFD Forum | 16 | September 24, 2001 09:25 |