|
[Sponsors] |
April 18, 2007, 08:16 |
Description:
While starting t
|
#1 |
Senior Member
Hannes Kröger
Join Date: Mar 2009
Location: Rostock, Germany
Posts: 124
Rep Power: 18 |
Description:
While starting the Xoodles/pitzDaily3D tutorial, Xoodles fails and reports a floating point error. The reason seems to be in XiFoam/bEqn.H in line 79. There, muu is divided by (rhou*epsilon). It seems, that epsilon may be zero in some cases. Change the statement to: volScalarField tauEta = sqrt(thermo->muu()/( rhou*epsilon + dimensionedScalar("1e-6", rhou.dimensions()*epsilon.dimensions(), 1e-6) )); Solver/Application: Xoodles, XiFoam, engineFoam Source file: $FOAM_APP/solvers/combustion/XiFoam/bEqn.H Testcase: $FOAM_TUTORIALS/Xoodles/pitzDaily3D Platform: x86_64 Version: 1.4 (also 1.3) Notes:
__________________
silentdynamics GmbH - http://silentdynamics.de open source CAE software solutions & support |
|
April 18, 2007, 09:13 |
Thanks for the bug report, the
|
#2 |
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 22 |
Thanks for the bug report, the problem is that in the initial k field the internal and wall boundary values are set to zero from which a zero value of epsilon is calculated. The best solution to this problem is to initialise the k field to a small but non-zero value and also select a non-zero value for the walls.
Henry |
|
August 4, 2008, 10:34 |
Hi!
It seems that this prob
|
#3 |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Hi!
It seems that this problem is fixed in 1.5 for the Xoodles/pitzDaily (default value set to 1e-8) but NOT in the Xoodles/pitzDaily3D-tutorial-case (values are still 0) Bernhard
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
|
August 4, 2008, 12:04 |
Thanks for the report, I will
|
#4 |
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 22 |
Thanks for the report, I will fix it in pitzDaily3D also.
H |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
About flow division | sunnysun | OpenFOAM Running, Solving & CFD | 5 | March 2, 2009 13:34 |
Division by zero | vitke | OpenFOAM Running, Solving & CFD | 5 | September 1, 2008 06:35 |
PitzDaily tutorial with Xoodles | christianvhoersten | OpenFOAM Running, Solving & CFD | 0 | January 11, 2008 11:17 |
How to run the cases Xoodles%5cpitzDaily3D and Xoodles%5cpitzDaily | cfdfans | OpenFOAM Running, Solving & CFD | 4 | October 18, 2007 04:47 |
Soot model Xoodles | deepblue17 | OpenFOAM Running, Solving & CFD | 0 | May 2, 2006 12:57 |