Skip to content

A Navier-Stokes solver for interfacial two-phase flows under axisymmetric conditions

License

Notifications You must be signed in to change notification settings

NaokiHori/AxisymmetricVOFSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Axisymmetric VOF Solver

License Last Commit

cover image

A Navier-Stokes solver for interfacial two-phase flows under axisymmetric conditions.

Dependencies

Quick Start

Check out the readme of the other library.

Methodology

We consider two incompressible and immiscible Newtonian liquids (e.g., water and air) which are separated by free and deformable surface. The liquids are confined inside polar coordinates under axisymmetric condition. Their dynamics are governed by the incompressibility constraint, the mass conservation, and the momentum balance. The whole equations are solved on the general orthogonal coordinate system (see the documentation of the other library).

The following numerical techniques are adopted to solve the equations.

  • Second-order accurate central-finite-difference scheme for spatial discretization
  • Predictor-corrector method (SMAC / fractional-step methods) for enforcing incompressibility constraint
  • Volume-of-fluid (THINC) method for interface capturing
  • Continuum surface-tension force model for describing surface-tension force
  • Approximating scheme of the variable-coefficient Poisson equation proposed by Dodd and Ferrante to facilitate the fast Poisson solver
  • Energy-consistent discretization for stable integration

For more details, check-out the following pages.