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

Difference of definition between HEM and VOF models

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 12, 2014, 01:16
Default Difference of definition between HEM and VOF models
  #1
Senior Member
 
Baris (Heewa)
Join Date: Jan 2013
Location: Japan
Posts: 130
Rep Power: 13
shipman is on a distinguished road
Dear Foam USers,

I am trying to make simulation of cavitation in nozzle and confused about the differences between HEM and VOF models which are used in cavitatingFOAM and InterPhaseChangeFoam.

When i look at the definitions of the solvers:

HTML Code:
1. [B]interPhaseChangeFoam[/B]: (incompressible) VOF+ Transport equation of vapor fraction→ source terms for vaporization and condensation 

2. [B]cavitatingFoam[/B]:(compessible) HEM (homogeneous equilibirum model)+ Barotropic equation of state 
ρ=f(P)→EOS in continuity eq. to produce pressure eq. (linear model for compressibility)
Both model are isothermal and dont solve the energy equations while solving closure equations as transport eqn. and barotropic.

Also when i look at the original Schneer
HTML Code:
[Schnerr G, Sauer J. Physical and numerical modeling of unsteady cavitation dynamics.  Fourth International Conference on Multiphase Flow, New Orleans, USA2001.]
and Yuan
HTML Code:
[Yuan W, Schnerr GH. Optimization of Two-Phase Flow in Injection Nozzles: Interaction of Cavitation and External Jet Formation. ASME; 2002.]
model papers, he explains the VOF model as: The bubble flow is treated as homogeneous vapor-liquid mixture which means that The gas-liquid interface is assumed to be in dynamic and thermal equilibrium and, consequently, only one set eqns are solved for mixture phase.

and in another paper above explanation is called homogeneous mixtured model.:
HTML Code:
 Kunz RF, Boger DA, Stinebring DR, Chyczewski TS, Lindau JW, Gibeling HJ, et al. A preconditioned Navier–Stokes method for two-phase flows with application to cavitation prediction. Computers & Fluids. 2000;29:849-75.
==>So, This VOF explanation (inside of interPhaseChangeFoam) is totally same with definition of HEM model (inside of cavitatingFoam) . Then, why in the solver explanation of the Openfoam tutorials, it is written for interphaseChangeFoam as: Solver for 2 incompressible, isothermal immiscible fluids with phase-change (e.g. cavitation). Uses a VOF (volume of fluid) phase-fraction based interface capturing approach...(http://www.openfoam.org/docs/user/standard-solvers.php)

If i am wrong please someone can correct me...

Thanks in advance...
shipman is offline   Reply With Quote

Old   February 16, 2014, 13:48
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,978
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Hi shipman,

In my limited experience on this topic:
  1. Be very careful with which version of OpenFOAM you are dealing with. The latest release version is 2.2.2 and the bug fix version is 2.2.x. If you are using any older versions of OpenFOAM, you might be looking at code that is completely outdated.
  2. cavitatingFoam seems to rely on thermodynamic characteristics.
  3. interPhaseChangeFoam is explicitly isothermal. Quoting from the source code first big block of comments in the header section of "interPhaseChangeFoam.C" (from OpenFOAM 2.2.x):
    Quote:
    Code:
        Solver for 2 incompressible, isothermal immiscible fluids with phase-change
        (e.g. cavitation).  Uses a VOF (volume of fluid) phase-fraction based
        interface capturing approach.
    
        The momentum and other fluid properties are of the "mixture" and a
        single momentum equation is solved.
    
        The set of phase-change models provided are designed to simulate cavitation
        but other mechanisms of phase-change are supported within this solver
        framework.
  4. OpenFOAM mostly uses segregated numerical methods: http://www.openfoam.org/features/numerical-method.php - so it's natural that energy is not solved simultaneously with transport.
Beyond this, I need more information, namely regarding which specific equations do you see that are identical in both solvers.

Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Reply


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



All times are GMT -4. The time now is 21:35.