CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

pressure equation in PISO or SIMPLE algorithm

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By yhaomin2007

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 17, 2012, 04:43
Default pressure equation in PISO or SIMPLE algorithm
  #1
Senior Member
 
Join Date: Jun 2011
Posts: 163
Rep Power: 14
mechy is on a distinguished road
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
mechy is offline   Reply With Quote

Old   July 8, 2013, 22:36
Default
  #2
Senior Member
 
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 838
Rep Power: 17
sharonyue is on a distinguished road
Quote:
Originally Posted by mechy View Post
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
I think just coz its interpolated on the faces, so it can be expressred by the flux.
sharonyue is offline   Reply With Quote

Old   July 22, 2013, 14:17
Default
  #3
Member
 
Haomin Yuan
Join Date: Jan 2012
Location: Madison, Wisconsin, USA
Posts: 59
Rep Power: 14
yhaomin2007 is on a distinguished road
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.
songwukong likes this.
yhaomin2007 is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
About simple algorithm in simpleFoam JinBiao OpenFOAM Running, Solving & CFD 0 December 15, 2011 02:06
Implicit elliptic pressure field equation. TheBoyce Main CFD Forum 2 June 3, 2011 13:08
Constant velocity of the material Sas CFX 15 July 13, 2010 08:56
SIMPLE algorithm jika Main CFD Forum 2 October 22, 2009 06:46
PISO vs. SIMPLE benedikt flurl Main CFD Forum 2 April 14, 2005 06:54


All times are GMT -4. The time now is 07:40.