PISO algorithm

PISO algorithm (Pressure-Implicit with Splitting of Operators) was proposed by Issa in 1986 without iterations and with large time steps and a lesser computing effort. It is an extension of the SIMPLE algorithm used in computational fluid dynamics to solve the Navier-Stokes equations. PISO is a pressure-velocity calculation procedure for the Navier-Stokes equations developed originally for non-iterative computation of unsteady compressible flow, but it has been adapted successfully to steady-state problems.

PISO involves one predictor step and two corrector steps and is designed to satisfy mass conservation using predictor-corrector steps.

Algorithm steps

Flow chart of PISO algorithm

The algorithm can be summed up as follows:

  1. Set the boundary conditions.
  2. Solve the discretized momentum equation to compute an intermediate velocity field.
  3. Compute the mass fluxes at the cells faces.
  4. Solve the pressure equation.
  5. Correct the mass fluxes at the cell faces.
  6. Correct the velocities on the basis of the new pressure field.
  7. Update the boundary conditions.
  8. Repeat from 3 for the prescribed number of times.
  9. Increase the time step and repeat from 1.

Steps 4 and 5 can be repeated for a prescribed number of times to correct for non-orthogonality.

Predictor step

Guess the pressure field and get velocity field components and using discretized momentum equation. The initial guess for the pressure may or may not be correct.
Corrector step 1
Velocity component obtained from predictor step may not satisfy the continuity equation, so we define correction factors p',v',u' for the pressure field and velocity field. Solve the momentum equation by inserting correct pressure field and get the corresponding correct velocity components and .



where ;
:correct pressure field and velocity component
:correction in pressure field and correction in velocity components
:guessed pressure field and velocity component
We define as above. By putting the correct pressure field into the discretized momentum equation we get the correct velocity components and . Once the pressure correction is known we can find the correction components for the velocity: and .

Corrector step 2 In piso another corrector step can be used.
 ;
 ;
 ;
where : are the correct pressure field and the correct velocity components, respectively
and are second corrections to the pressure and velocity field.
Set where; are correct pressure and velocity field

Advantages and disadvantages

  1. Generally gives more stable results and takes less CPU time but not suitable for all processes.
  2. Suitable numerical schemes for solving the pressure-velocity linked equation.
  3. For laminar backward facing step PISO is faster than SIMPLE but it is slower concerning flow through heated fin.
  4. If momentum and scalar equation have weak or no coupling then PISO is better than SIMPLEC.
  5. PISO is most time effective method

See also

References

  1. An Introduction to Computational Fluid Dynamics The Finite Volume Method, 2/e By Versteeg ISBN 978-0131274983
  2. Computational Fluid Dynamics for Engineers by Bengt Andersson, Ronnie Andersson, Love Håkansson, Mikael Mortensen, Rahman Sudiyo, Berend van Wachem ISBN 978-1-107-01895-2
  3. Computational Fluid Dynamics in Fire Engineering: Theory, Modelling and Practice by Guan Heng Yeoh, Kwok Kit Yuen ISBN 978-0750685894
  4. http://openfoamwiki.net/index.php/OpenFOAM_guide/The_PISO_algorithm_in_OpenFOAM
  5. Computational fluid dynamics by T. J. Chung, University of Alabama in Huntsville ISBN 0 521 59416 2
  6. Computational method for fluid dynamics by Joel H.Ferziger, Milovan Peric ISBN 3-540-42074-6
  7. Solution of the implicitly discretized fluid flow equations by operator-splitting, Journal of Computational Physics 62 by R. Issa

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.