|
[Sponsors] |
August 12, 2010, 00:10 |
mass conservation in VOF method
|
#1 |
New Member
Join Date: Aug 2010
Posts: 3
Rep Power: 16 |
As we know, the advantage of VOF method is to conserve mass well.
But there will be some round off error after the advection calculation. For example, F could be less than zero or greater than one. We should reset these values back to the 0-1 range. However, after the adjustment, the total mass could be not equal to the initial value. How to make sure the mass exactly equal to the initial one? |
|
August 12, 2010, 04:10 |
|
#2 | |
New Member
zhouquan
Join Date: Dec 2009
Posts: 6
Rep Power: 16 |
Quote:
Maybe you need not set F equal zero or one, instead, a cell is defined to be empty when F is less than eps(=10e-6) and full when F is grater than 1-eps. PS: DO you model multiphase flow used VOF method with software(Fluent) or programming codes by yourself? |
||
August 12, 2010, 12:30 |
|
#3 | |
New Member
Join Date: Aug 2010
Posts: 3
Rep Power: 16 |
Quote:
If I don't adjust F in those situations, F may lose its point in some cases. For a case in which F=1.02, however, the defination of F is the ratio of fluid and cell volume. It cannot be greater than one. Thus, if I do the dambreaking case. At the first glance, the total F is conserved. The actual fluid volume is also decreasing in fact. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
VOF Interfacial Area - 2D/3D Reconstruction Method | Greg Perkins | Main CFD Forum | 2 | September 10, 2012 05:05 |
interDyMFoam mass conservation issues - dam break tutorial | kmooney | OpenFOAM | 5 | June 1, 2010 15:23 |
writing UDF for modelig mass transfer for VOF | ardalan soleymani | FLUENT | 0 | July 11, 2007 02:09 |
Mass Conservation in LES | Jaswant | Main CFD Forum | 8 | July 4, 2005 23:32 |
Mass Conservation | Balaji | FLUENT | 0 | May 11, 2005 08:16 |