PISO Algorithm
PISO Algorithm
when dealing with mass, momentum, and energy equations, there isn't a direct
way to measure pressure. So, we use the Navier-Stokes equation to make a guess
about pressure, but this guess doesn't satisfy the continuity equation. This
problem is called pressure - velocity coupling.
Our goal is to find the correct values for pressure and velocity that satisfy the
continuity equation. To do this, we use a method called a pressure-velocity
algorithm, with three different approaches: simple, simplec, and piso. These
methods differ in the number of correction equations they use and the number of
characteristics.
PISO ALGORITHM
For incompressible flows, there is a pressure-velociy coupling problems.
p*** = p** + p″
p*** = p** + p″ = p* + p′ + p″
According to previous equations and simplifications, finally PISO algorithm otherwise
non- iterative method gives us the corrected value for p,u and v as p***, ,u*** and
v***.
The PISO Algorithm process summary shown below;
OVERVIEW
The PISO algorithm solves the pressure correction equation twice so the
method requires additional storage for calculating the source term of
the second pressure correction equation.
PISO algorithm is somewhat lengthier than other processes, but it is
very fast and efficient.
The PISO algorithm presented above is the adapted, steady state version
of an algorithm that was originally developed for non-iterative time
dependent calculations.
THANK YOU..!