|
[Sponsors] |
July 15, 2013, 04:49 |
icoFoam's pressure possion equation.
|
#1 |
Senior Member
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 848
Rep Power: 18 |
Hi
In icoFoam we have: Code:
fvScalarMatrix pEqn ( fvm::laplacian(rAU, p) == fvc::div(phiHbyA) ); Code:
fvScalarMatrix pEqn ( fvm::laplacian(rAU, p) == fvc::div(HbyA) ); |
|
July 16, 2013, 04:30 |
|
#2 |
Senior Member
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 848
Rep Power: 18 |
||
July 16, 2013, 22:34 |
|
#3 |
Senior Member
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 848
Rep Power: 18 |
I changed it to
Code:
fvScalarMatrix pEqn ( fvm::laplacian(rAU, p) == fvc::div(HbyA) ); Code:
fvScalarMatrix pEqn ( fvm::laplacian(rAU, p) == fvc::div(PhiHbyA) ); Code:
fvc::div(HbyA):dimensions [0 0 -1 0 0 0 0]; internalField nonuniform List<scalar> 9(0.157469 -0.0674757 -0.487085 -0.960691 0.789192 0.715649 30.1762 0.258981 -30.5822); fvc::div(phiHbyA):dimensions [0 0 -1 0 0 0 0]; internalField nonuniform List<scalar> 9(-0.435688 -0.0982547 0.152804 -0.0448476 0.720155 -0.152663 28.2072 0.236062 -28.5848); |
|
July 26, 2013, 13:39 |
|
#4 |
Senior Member
Santiago Marquez Damian
Join Date: Aug 2009
Location: Santa Fe, Santa Fe, Argentina
Posts: 452
Rep Power: 24 |
Hi, check the p-U coupling section (2.7) in my Ph.D thesis. It will also give you some pointers to good material on this topic.
Link to the PhD thesis is provided in my user page at openfoamwiki.net: http://openfoamwiki.net/index.php/User:Santiagomarquezd Regards.
__________________
Santiago MÁRQUEZ DAMIÁN, Ph.D. Research Scientist Research Center for Computational Methods (CIMEC) - CONICET/UNL Tel: 54-342-4511594 Int. 7032 Colectora Ruta Nac. 168 / Paraje El Pozo (3000) Santa Fe - Argentina. http://www.cimec.org.ar Last edited by wyldckat; May 24, 2016 at 18:35. Reason: repaired link and description to link |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Pressure Outlet Guage pressure | Mohsin | FLUENT | 36 | April 29, 2016 18:16 |
lid-driven cavity in matlab using BiCGStab | Don456 | Main CFD Forum | 1 | January 19, 2012 16:00 |
How to add correcting pressure equation in SIMPLE of MRFSimpleFOAM? | renyun0511 | OpenFOAM Programming & Development | 0 | November 4, 2010 02:38 |
Pressure enigma. | Sara | Main CFD Forum | 22 | July 30, 2009 05:46 |
pressure Poisson equation in fractinoal step metho | Rui | Main CFD Forum | 6 | October 15, 2000 05:57 |