|
[Sponsors] |
April 13, 2007, 10:53 |
Description:
On certain cases
|
#1 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
Description:
On certain cases, simpleFoam solves for U and p but for some reason does not print out the solution for velocity (i.e. BICCG solver residuals) in stdout or the redirected log file. The case in question happens to be a non-conformal 2D case. Mesh generated using blockMesh. Not sure whether this problem applies to 3D cases too? Solver/Application: Out of the box simpleFoam -> No modifications. Source file: simpleFoam.C ? Testcase: Can be downloaded from here -> http://www.ualberta.ca/~madhavan/sample.tar.gz Platform: x86_64 GNU/Linux Distro: Scientific Linux 4.1 (basically an RHEL clone). Version: OpenFOAM version 1.3 Notes: Related discussion thread: http://www.cfd-online.com/OpenFOAM_D...tml?1176418785 |
|
April 13, 2007, 11:04 |
Thanks for the bug report. Th
|
#2 |
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 22 |
Thanks for the bug report. The issue is associated with the tolerance used in checking the dimensionality of the case. Apparently the complexity of your mesh is causing an accumulation of round-off error which means the empty patches are not exactly flat. To fix this problem edit
src/OpenFOAM/meshes/polyMesh/polyMesh.C and in polyMesh::calcDirections() change SMALL to 1e-6 and recompile the OpenFOAM library. alternatively download the 1.4 pack I uploaded to sourceforge today which already includes this fix. Henry |
|
April 13, 2007, 11:15 |
Brilliant! Will upgrade to 1.4
|
#3 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
Brilliant! Will upgrade to 1.4 as soon as possible. Thanks!!
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
What is phi in simpleFoam | ehsan_vaghefi | OpenFOAM Running, Solving & CFD | 9 | October 5, 2024 08:49 |
OF141dev installation Woes | chegdan | OpenFOAM Installation | 13 | July 18, 2008 18:16 |
Gentoo Compilation woes on AMD64 with fluentMeshToFoamL | connclark | OpenFOAM Installation | 8 | February 29, 2008 15:18 |
IcoFoam parallel woes | msrinath80 | OpenFOAM Running, Solving & CFD | 9 | July 22, 2007 03:58 |
Gambit/Iges woes | Akin | FLUENT | 0 | January 31, 2005 07:45 |