|
[Sponsors] |
July 12, 2011, 01:10 |
bubbleInterTrackFoam and Mass transport
|
#1 |
New Member
Kelvin Loh
Join Date: Mar 2009
Posts: 25
Rep Power: 17 |
Hi all,
I am trying to model mass transfer across a bubble interface using bubbleInterTrackFoam, but when I added the scalar transport equation into the solver, it does not solve anything. The following is an excerpt of the solver. Any help and suggestions on how to make this work? Thank you Kelvin Code:
# include "continuityErrs.H" // Momentum corrector U -= fvc::grad(p)/AU; U.correctBoundaryConditions(); } //# include "solveBulkSurfactant.H" # include "species_transfer.H" interface.correctPoints(); # include "freeSurfaceContinuityErrs.H" } # include "updateMovingReferenceFrame.H" # include "volContinuity.H" Code:
Info << "Solving the species field" << endl; DT = fluidIndicator*( DTA - DTB ) + DTB; solve ( fvm::ddt(C_O2) + fvm::div(phi - fvc::meshPhi(rho,U), C_O2) //+ fvm::div(phi, C_O2) == fvm::laplacian(DT, C_O2) ); |
|
July 12, 2011, 04:47 |
|
#2 |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
I have the impression that you are now solving the convection-diffusion equation in two seperate domains (you can easily check that I think with a simple case).
For the mass transfer across the interface, you should somehow communicate between the patches freeSurface(Shadow). |
|
December 24, 2012, 08:25 |
bubbleInterTrackFoam + Mass Transport
|
#3 |
Member
Hanniel Freitas
Join Date: Jan 2012
Location: Natal, Brazil
Posts: 34
Rep Power: 14 |
Kel85uk,
I would like to know if you could share your bubbleInterTrackFam + Mass transport implementation with me. I'm working with the same topíc, a falling drop with the conjugated solute transport to the exterior, but I'm having trouble even setting the case. Any help is appreciated . Best regards, Hanniel Freitas |
|
May 11, 2016, 08:48 |
|
#4 |
New Member
Arahata
Join Date: Mar 2016
Posts: 4
Rep Power: 10 |
Hello everyone
I am using bubbleInterTrackFoam to simulate a bubble rising in a liquid column.I got some error like bellow Create time Create dynamic mesh for time = 0 Selecting dynamicFvMesh dynamicMotionSolverFvMesh Selecting motion solver: laplace Selecting motion diffusivity: uniform Reading field p Reading field U Reading/calculating face flux field phi Found free surface patch. ID: 1 Found free surface shadow patch. ID: 0 --> FOAM FATAL ERROR: Error in B-to-A face patchToPatchInterpolation. From function freeSurface::makeInterpolators() in file makeFreeSurfaceData.C at line 105. FOAM aborting Can anyone pls tell me what to do |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mass flow in is not equal to mass flow out | saii | CFX | 12 | March 19, 2018 06:21 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
HELP PLS: Simplefoam manipulated to add diffusive mass transport...but solver stops!! | 1gn0rant | OpenFOAM Running, Solving & CFD | 1 | August 13, 2010 12:02 |
PROBLEM: Scalar mass fraction | Lorenzo | Siemens | 1 | July 14, 2008 04:50 |
Mass transport within a jet | Lam | Main CFD Forum | 0 | August 23, 2007 16:17 |