|
[Sponsors] |
July 8, 2010, 19:34 |
Understanding icoFoam.C
|
#1 |
Member
Pascal
Join Date: Jun 2009
Location: Montreal
Posts: 65
Rep Power: 17 |
Hi all,
After looking at this web page : http://openfoamwiki.net/index.php/IcoFoam I still had one question : I assume that: Code:
fvVectorMatrix UEqn ( fvm::ddt(U) + fvm::div(phi, U) - fvm::laplacian(nu, U) ); Code:
fvVectorMatrix UEqn = fvm::ddt(U) + fvm::div(phi, U) - fvm::laplacian(nu, U) If yes, what does the following code mean? : Code:
fvScalarMatrix pEqn ( fvm::laplacian(rUA, p) == fvc::div(phi) ); Thank you, Pascal |
|
July 9, 2010, 04:05 |
how derive the pressure equation
|
#2 |
Member
Jianye Xia
Join Date: Mar 2009
Posts: 32
Rep Power: 18 |
i have also the same question about the pressure equation.
Can anybody explain how this equation is derived? |
|
July 9, 2010, 12:24 |
|
#3 |
Senior Member
David Gaden
Join Date: Apr 2009
Location: Winnipeg, Canada
Posts: 437
Rep Power: 22 |
Look at Hrvoje Jasak's PhD thesis. The link is at the top of the wiki page you posted:
http://openfoamwiki.net/index.php/IcoFoam He uses the same annotation there as OpenFOAM. The pressure equation is derived in section 3.8.1 starting on page 145. |
|
July 9, 2010, 12:47 |
|
#4 |
Member
Pascal
Join Date: Jun 2009
Location: Montreal
Posts: 65
Rep Power: 17 |
Thank you!
So it iterate over 'p' and when the equality is reached p become pEqn as describe in equation 3.141 in Jasak's thesis. Am I right? Pascal |
|
Tags |
icofoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem understanding rhoPisoFoam | MatP | OpenFOAM Running, Solving & CFD | 1 | May 15, 2010 14:21 |
Help using an understanding y+ | siw | CFX | 4 | October 4, 2009 11:23 |
Understanding of channelOodles and oodles solver | fs82 | OpenFOAM | 1 | September 23, 2009 11:36 |
need UDF understanding | jaron | Fluent UDF and Scheme Programming | 0 | April 15, 2009 04:29 |
LUSGS understanding | Gustavo | Main CFD Forum | 0 | February 14, 2007 11:12 |