|
[Sponsors] |
Alternatives to SIMPLE for solving Navier-stokes equations in a fully coupled way |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 19, 2022, 10:22 |
Alternatives to SIMPLE for solving Navier-stokes equations in a fully coupled way
|
#1 |
New Member
Join Date: Nov 2013
Posts: 5
Rep Power: 13 |
Hello.
I am just wondering, which alternatives to the is the SIMPLE-algorithm exist for the solution of NS equations. I am aware of fractional steps such as the projection method exists, or also other approaches such as PISO. What i really don't quite understand is why is just not possible to use a more "overall" scheme, where a large nonlinear system is assembled and solved? I can imagine only that it is not done mainly due to performance issues? Thank you |
|
November 19, 2022, 12:27 |
|
#2 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,877
Rep Power: 73 |
Quote:
Actually, the topic of the solution of the fully coupled system is an old discussion in literature, e.g., see: https://www.researchgate.net/publica...al_Step_Method https://www.researchgate.net/publica...okes_Equations |
||
November 19, 2022, 13:59 |
|
#3 |
Senior Member
|
There are coupled pressure and density based methods.
Density based methods are probably more like what you might intend as overall. Pressure based ones are more like assembling together previously segregated equations. Historically, robust and flexible coupled methods have been developed later. And, I guess, one of the reasons is the same that eventually also slowed down their acceptance: higher memory consumption. As in coupled methods previous scalar matrix coefficients become nxn matrices, so you get an nxn memory increase. Let me also say that this is not always compensated by any benefit in convergence rate. Today, however, they are both very common and, if properly coded, can also give a higher arithmetic intensity to the code, which most of the times means higher performances. |
|
Tags |
navier-stokes solver, nonlinear iterations, simple algorithm |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Navier stokes compresible viscid flow fea, somebody can help? | Jose Choy | Main CFD Forum | 3 | October 24, 2003 03:28 |
need help on solution to Stokes equations | Yuksel Onsoy | Main CFD Forum | 3 | November 2, 2000 06:54 |
Navier Stokes Equations | J.J. | Main CFD Forum | 2 | June 29, 2000 10:31 |
help: I am trying to solve Navier Stokes compressible and viscid flow | Jose Choy | Main CFD Forum | 2 | May 18, 2000 06:45 |
Computational complexity of Navier Stokes equations | Marco Ellero | Main CFD Forum | 5 | May 5, 1999 22:07 |