|
[Sponsors] |
March 1, 2012, 12:00 |
compressible DEM floating point exception
|
#1 |
New Member
Sebastian Viets
Join Date: Feb 2011
Location: Hamburg
Posts: 1
Rep Power: 0 |
Hi,
I have a Problem with my new CFD-DEM-Solver, this Solver uses OpenFOAM for the CFD Part of the Simulation. The CFD Solver bases on the rhoPisoFoam Solver. At the Point where the Dragforce is calculated, there I need nu but the compressible Turbulencemodel has only mu, so I have to devide mu by rho and thats the point which causes the error. The first 4 values are something like 1.3245e-310 and I don't know why. I hope anybody of you know where the mistake is. Thanks for your help. attached my log-file with the printed variables this is the code which causes the error.: rho_(sm.mesh().lookupObject<volScalarField> (densityFieldName_)) const volScalarField& nufField = particleCloud_.turbulence().mu() / rho_; |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
simpleFoam Floating point exception error -help | sudhasran | OpenFOAM Running, Solving & CFD | 3 | March 12, 2012 17:23 |
Pipe flow in settlingFoam floating point exception | jochemvandenbosch | OpenFOAM Running, Solving & CFD | 4 | February 16, 2012 04:24 |
block-structured mesh for t-junction | Robert@cfd | ANSYS Meshing & Geometry | 20 | November 11, 2011 05:59 |
Floating Point Exception (Underflow) Error | ashish | FLUENT | 1 | April 19, 2006 12:08 |
Floating point exception? | Alex | FLUENT | 0 | March 23, 2006 15:55 |