|
[Sponsors] |
October 27, 2006, 07:46 |
I have read the dissertation "
|
#1 |
Member
Dihao Tang
Join Date: Mar 2009
Posts: 78
Rep Power: 17 |
I have read the dissertation "Error Analysis and Estimation for the Finite Volume Method with Application to Fluid Flows" from Dr. Jasak, where the PISO loop is described for the incompressible flow. But for the compressible turbulence flow in sonicTurbFoam, what is the mathematical expression for pressure equation?
From reading the code I cannot understand the pEqn: fvScalarMatrix pEqn ( fvm::ddt(psi, p) + fvm::div(phid, p, "div(phid,p)") - fvm::laplacian(rho*rUA, p) ); pEqn.solve(); What is rUA here, which is used to correct the velocity after pressure is updated and what is the expression for phid? From which book I can find these equations? Thank you very much! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[w]pressure poisson equation with AMG | sandy | Main CFD Forum | 3 | September 17, 2007 06:03 |
Has anyone tried a delta form of pressure equation pressurecorrection equation with OpenFOAM | sek | OpenFOAM Running, Solving & CFD | 2 | July 24, 2007 08:53 |
Pressure & Bernoulli's equation | justin | FLUENT | 1 | April 10, 2006 12:25 |
reg pressure-correction equation | saritha | Main CFD Forum | 0 | January 29, 2004 21:45 |
pressure poisson equation!! | frederic felten | Main CFD Forum | 1 | November 17, 2000 04:17 |