|
[Sponsors] |
March 5, 2012, 15:33 |
Bug in enterDymFoam
|
#1 |
New Member
Serge Shlump
Join Date: Oct 2011
Posts: 24
Rep Power: 15 |
Hi
While working on custom solver based on enterDymFoam and erfConvectiveMeltingPimpleFoam found some strange thing in pEqn.H file in the enterDymFoam directory : ------------ p == p_rgh + rho*gh; if (p_rgh.needReference()) { p += dimensionedScalar ( "p", p.dimensions(), pRefValue - getRefCellValue(p, pRefCell) ); p_rgh = p - rho*gh; } -------------------- Does p == p_rgh + rho*gh do anything or just return Bool ? Sorry for stupid question |
|
March 5, 2012, 15:35 |
|
#2 |
New Member
Serge Shlump
Join Date: Oct 2011
Posts: 24
Rep Power: 15 |
ps:
openfoam v 2.1 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Serious bug in LES interface | fs82 | OpenFOAM Bugs | 21 | November 16, 2009 09:15 |
surfaceToPatch bug? | bruce | OpenFOAM Bugs | 4 | November 12, 2009 09:23 |
Bug reports | Mattijs Janssens (Mattijs) | OpenFOAM | 0 | January 10, 2005 11:05 |
Win XP hot fix bug!!! | Emilio | Siemens | 1 | March 27, 2003 13:06 |
Forum y2k Bug | Jonas Larsson | Main CFD Forum | 1 | January 5, 2000 11:22 |