|
[Sponsors] |
Solving Navier Stokes equations by projection method and predictor-corrector method. |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 9, 2017, 05:47 |
Solving Navier Stokes equations by projection method and predictor-corrector method.
|
#1 |
Senior Member
Saideep
Join Date: Apr 2015
Location: INDIA
Posts: 203
Rep Power: 12 |
Hi guys;
I am comparing two different CFD packages. OpenFoam and Gerris for studying two phase immiscible flow. According to OpenFOAM, the Navier Stokes equations are solved using a "Predictor-Corrector" step using PISO loop. In Gerris, the Navier Stokes equations are solved by a "time splitting Projection" method. Though from my understanding the summary of both the methods are the same: 1. Using an initial guess of pressure find an intermediate velocity (which considers the viscous and convective terms of present time step) field that is not mass conservative; 2. Using the non-divergent velocity field, update the pressure field by solving "Poissons equation"; 3. With known data on the correct pressure for present time step along with intermediate velocity field known update a mass conservative velocity field. However, I am unable to catch the difference between Chorin's projection method and Issa's PISO loop. Can anyone help me out? Thanks; SaiD |
|
February 9, 2017, 08:36 |
|
#2 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
Projection methods are based on the Hodge decomposition: in each time step, the intermediate velocity is projected onto the subspace of divergence-free velocity field by solving the Poisson equation. That is solved only once in each time step and is not iterated in "outer" iteration.
|
|
February 9, 2017, 09:44 |
|
#3 | |
Member
Kaya Onur Dag
Join Date: Apr 2013
Posts: 94
Rep Power: 13 |
Quote:
have a look at the red ferziger, this is covered in that book and explanations are very easy to get |
||
February 9, 2017, 10:14 |
|
#4 |
Senior Member
Saideep
Join Date: Apr 2015
Location: INDIA
Posts: 203
Rep Power: 12 |
Hi Denaro & Kaya;
Thanks for your reply. PISO is an iterative approach (we specify number of pressure correction). The more corrections we make for Pressure the more accurate the divergence free flux we get. Unlike, Projection is a single step method with pressure fixed upon reaching suitable specified tolerance limit. (I am not well versed by Hodge decomposition but I understand the velocity is decomposed into a divergence free term which we are interested in and a pressure term. What I understood from Wiki) So, to conclude: Projection method = 1 PISO loop. Then, is PISO a more powerful approach to get a better conservative flux if both the methods have a fixed tolerance limit set by me. Thanks Kaya I will have a look right now. SaiD |
|
February 9, 2017, 12:39 |
|
#5 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
Well, more in details, we call Exact projection method when in a single step the divergence-free constraint is satisfied up to machine accuracy while the Approximate projection method is satisfied only up to the order of the local truncation error.
However, since the Hodge decomposition is well posed setting only one boundary condition, any projection method suffers from an approximation in the setting of the tangential condition. On the other hand, PISO as well as other coupled method iterate continuity and momentum until the desired convergence is reached. |
|
February 10, 2017, 18:31 |
|
#6 |
Member
Bernd
Join Date: Jul 2012
Posts: 42
Rep Power: 14 |
As the OP mentioned the Gerris package it's worth noting that Gerris also uses an approximate pressure correction because approximate corrections can be stably used with co-located, i.e. non-staggered velocity grids which in turn allows for more efficient implementation of the adaptive, octree based grid structure.
|
|
February 10, 2017, 18:43 |
|
#7 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
Quote:
|
||
February 10, 2017, 19:10 |
|
#8 | |
Member
Bernd
Join Date: Jul 2012
Posts: 42
Rep Power: 14 |
Quote:
In my personal experience I have found that the APM is stable and only shows small divergence errors in the highest frequencies (wave numbers) of the solution but over all the computed flow is practically indistinguishable from the solution obtained via exact pressure projection. However, severe pressure oscillations did appear with the APM derived pressure when used with the itarativ pressure correction method (i.e. when one solves the poisson equation not for the pressure but for a pressure increment ) |
||
February 10, 2017, 19:19 |
|
#9 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
Quote:
Yes, some years ago I worked a lot on this issue ... The APM produced some of these problems in my LES code and I wanted not to use the RC-interpolation to not introduce artificial dissipation. Thus, I developed an exact double-projection method that works on non-staggered grid. I had good and oscillation-free solutions without adding dissipation. The general idea can be implemented also on triangular (tetraedra in 3d) unstructured grids. If you are interested, you can find a couple of my published papers on IJNMF |
||
February 13, 2017, 09:16 |
|
#10 | |
Senior Member
Michael Prinkey
Join Date: Mar 2009
Location: Pittsburgh PA
Posts: 363
Rep Power: 25 |
Quote:
|
||
February 13, 2017, 11:29 |
|
#11 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
Quote:
we are discussing here: double-projection method that works on non-staggered grid |
||
Tags |
navier stoke solver, piso, projection method |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Foam::error::PrintStack | almir | OpenFOAM Running, Solving & CFD | 92 | May 21, 2024 08:56 |
Projection method and mesh free | Rime | Main CFD Forum | 7 | June 15, 2015 15:43 |
New sixDoFRigidBody BC working with laplaceFaceDecomposition | Ya_Squall2010 | OpenFOAM Running, Solving & CFD | 13 | April 17, 2013 03:04 |
help: I am trying to solve Navier Stokes compressible and viscid flow | Jose Choy | Main CFD Forum | 2 | May 18, 2000 06:45 |
Laplace or Stokes equations solver by Boundary Elements Method | Lemonnier | Main CFD Forum | 3 | December 28, 1999 14:48 |