|
[Sponsors] |
Enclose equation in simplefoamget another result |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 9, 2009, 06:08 |
Hi OpenFoam experts,
is it
|
#1 |
Member
Join Date: Mar 2009
Posts: 35
Rep Power: 17 |
Hi OpenFoam experts,
is it a difference for openFoam or get another results, if for example I write in simpleFoam-case solver ... tmp<fvvectormatrix> UEqn ( fvm::div(phi, U) + turbulence->divR(U) + fvc::grad(p) ); UEqn().relax(); solve(UEqn() == 0);// change ... instead of ... tmp<fvvectormatrix> UEqn ( fvm::div(phi, U) + turbulence->divR(U) ); UEqn().relax(); solve(UEqn() == -fvc::grad(p)); ... I suppose i get another result, if i view the flows in paraFoam. Regards, Khaled |
|
March 9, 2009, 06:15 |
Actually what you have done he
|
#2 |
Senior Member
Gavin Tabor
Join Date: Mar 2009
Posts: 181
Rep Power: 17 |
Actually what you have done here is to change the SIMPLE algorithm very fundamentally. SIMPLE (and PISO) split the discretisation of the momentum equation into pressure and everything else; what you have done is to lump them all in together.
Gavin |
|
March 9, 2009, 06:26 |
Hi Gavin,
that is it is a d
|
#3 |
Member
Join Date: Mar 2009
Posts: 35
Rep Power: 17 |
Hi Gavin,
that is it is a disadvantage with regards to the convergence? Regards, Khaled |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
coupling KE equation with navier stokes equation | prashant | FLUENT | 0 | March 7, 2008 08:05 |
Poisson equation combined with transport equation | Se-Hee | CFX | 0 | December 27, 2007 02:00 |
Has anyone tried a delta form of pressure equation pressurecorrection equation with OpenFOAM | sek | OpenFOAM Running, Solving & CFD | 2 | July 24, 2007 08:53 |
Cannot get the right result | Eric | Main CFD Forum | 1 | September 30, 2005 15:08 |
Poisson equation vs continuity equation | DJ | Main CFD Forum | 1 | August 5, 2004 21:01 |