Difference between revisions of "Archer"
From www.coria-cfd.fr
Line 65: | Line 65: | ||
*MPI parallelization | *MPI parallelization | ||
− | |||
− | |||
− | |||
Line 75: | Line 72: | ||
* Adaptive mesh refinement | * Adaptive mesh refinement | ||
* Coupling with Lagrangian solver | * Coupling with Lagrangian solver | ||
+ | |||
+ | |||
+ | == GALLERY == | ||
Revision as of 09:55, 7 September 2012
Contents
OBJECTIVE: Liquid/Gaz Interface Simulations
Describe the interface motion precisely | ![]() |
Level Set Method |
---|
Handle jump conditions at the interface | without artificial smoothing | ![]() |
Ghost Fluid Method |
---|
Respect mass conservation | ![]() |
VOF Method |
---|
Solve incompressible Navier Stokes equations | ![]() |
Projection Method |
---|
Archer is a 3D incompressible Navier Stokes solver with Level Set-Ghost Fluid-VOF coupling and MPI parallelization
NUMERICS
- Cartesian mesh
- Mac grid (velocities on cell boundaries)
- WENO 5 scheme for convective terms, Adams Bashforth or RK3 or split algorithm in time
- Multigrid algorith for preconditionning Conjugate Gradient Method in Poisson equation solver
- Ghost Fluid method for variable discontinuities at the interface
- CLSVOF for mass conservation
- MPI parallelization
UNDER DEVELOPMENT
- Immersed boundaries
- Adaptive mesh refinement
- Coupling with Lagrangian solver
GALLERY