|
[Sponsors] |
July 4, 2016, 09:41 |
Problem with alphas of interMixingFoam
|
#1 |
New Member
Join Date: Apr 2016
Posts: 6
Rep Power: 10 |
Hello,
I am using the interMixingFoam solver for a tri-phase case. From the User Guide, I know that interMixingFoam : "Solver for 3 incompressible fluids, two of which are miscible, using a VOF method to capture the interface". Alpha1 is the immiscible fluid while alpha2 and alpha3 are the miscible fluids. The simulation run well but in post-processing I see that alpha1 and alpha2 mix which it should not happen. Does anyone know why? |
|
September 7, 2016, 05:00 |
|
#2 |
Member
Join Date: May 2016
Posts: 39
Rep Power: 10 |
There is a mistake in the code and it only has to do with one command line being executed too late in the loop (it took me way too long to figure this one out )
The way it works is in alphaEqns.H you have a for loop which does following things: for loop:
Now as you can see the step 9 should be earlier, between steps 4 and 5. The reason is step 4 calculated you coefficients for bounding your phase 1, but those are not actually used for construction of the limited flux of phase 1 and are overwritten by coefficients calculated for bounding of phase 2 (step 8). In a sense you are using the same lambdas for construction of both fluxes, which is incorrect. Correct the mistake, recompile and you should be fine. P.S. also the tolerance for alphas in fvSolutions should be smaller then in tutorial (at least for my case) This solves the problem of mixing of phases 1 and 2, but I also think there is a problem with the way diffusion is written into the program, because I keep getting the same result no matter what diffusion constant I use. Still trying to figure that one out. Hope it still helps |
|
October 10, 2017, 11:26 |
|
#3 |
New Member
Gary
Join Date: Oct 2017
Posts: 4
Rep Power: 9 |
Any updates on this? Does it have to do with numerical diffusion?
|
|
Tags |
alphas, immiscible fluid flow, intermixingfoam, simflow |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] engineFoam new mesh problem | ayhan515 | OpenFOAM Meshing & Mesh Conversion | 5 | August 10, 2015 09:45 |
UDF compiling problem | Wouter | Fluent UDF and Scheme Programming | 6 | June 6, 2012 05:43 |
Gambit - meshing over airfoil wrapping (?) problem | JFDC | FLUENT | 1 | July 11, 2011 06:59 |
natural convection problem for a CHT problem | Se-Hee | CFX | 2 | June 10, 2007 07:29 |
Adiabatic and Rotating wall (Convection problem) | ParodDav | CFX | 5 | April 29, 2007 20:13 |