CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

compressible DEM floating point exception

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 1, 2012, 11:00
Default compressible DEM floating point exception
  #1
New Member
 
Sebastian Viets
Join Date: Feb 2011
Location: Hamburg
Posts: 1
Rep Power: 0
motzi is on a distinguished road
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_;
Attached Files
File Type: gz DiFelice-log.tar.gz (5.7 KB, 5 views)
motzi is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
simpleFoam Floating point exception error -help sudhasran OpenFOAM Running, Solving & CFD 3 March 12, 2012 16:23
Pipe flow in settlingFoam floating point exception jochemvandenbosch OpenFOAM Running, Solving & CFD 4 February 16, 2012 03:24
block-structured mesh for t-junction Robert@cfd ANSYS Meshing & Geometry 20 November 11, 2011 04:59
Floating Point Exception (Underflow) Error ashish FLUENT 1 April 19, 2006 11:08
Floating point exception? Alex FLUENT 0 March 23, 2006 14:55


All times are GMT -4. The time now is 03:52.