|
[Sponsors] |
pressure equation in PISO or SIMPLE algorithm |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 17, 2012, 05:43 |
pressure equation in PISO or SIMPLE algorithm
|
#1 |
Senior Member
Join Date: Jun 2011
Posts: 163
Rep Power: 15 |
Hi all
I have a question about pressure equation in PISO or SIMPLE algorithm please guide me in this problem pressure equation is laplacian(rAU, p) == fvc::div(rAU*UEqn.H()) but in OpenFoam rAU*UEqn.H() is interpolated on cell faces why we do this work ? Best Regards |
|
July 8, 2013, 23:36 |
|
#2 | |
Senior Member
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 848
Rep Power: 18 |
Quote:
|
||
July 22, 2013, 15:17 |
|
#3 |
Member
Haomin Yuan
Join Date: Jan 2012
Location: Madison, Wisconsin, USA
Posts: 59
Rep Power: 14 |
I assume you are looking at incompressible flow solver. "rAU*UEqn.H()" here is actually velocity.
original equation should be "laplacian(rAU, p) == fvc::div(phi) " phi = fvc::interpolate(U) & mesh.Sf(); U = rAU*UEqn.H() You should look up Prof. Jasak's thesis, he talked about this in detail in his thesis. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
About simple algorithm in simpleFoam | JinBiao | OpenFOAM Running, Solving & CFD | 0 | December 15, 2011 03:06 |
Implicit elliptic pressure field equation. | TheBoyce | Main CFD Forum | 2 | June 3, 2011 14:08 |
Constant velocity of the material | Sas | CFX | 15 | July 13, 2010 09:56 |
SIMPLE algorithm | jika | Main CFD Forum | 2 | October 22, 2009 07:46 |
PISO vs. SIMPLE | benedikt flurl | Main CFD Forum | 2 | April 14, 2005 07:54 |