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

reaching convergence

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 25, 2009, 09:21
Default reaching convergence
  #1
New Member
 
mihamina keisha
Join Date: May 2009
Location: india
Posts: 19
Rep Power: 16
keishawillstone is on a distinguished road
Hi there,
Me again,I tried to run a code and it turned out that it diverged,all I know is that it can not deal with this expression:
volscalarField rchim = 0.765/pow(Rep,0.82)+0.365/pow(Rep,0.386);
Rep is volscalarField 'Reynolds number'
it sent this error message:
prinstack.......
Uninterpreted:[0*b7.....]
sigFpe::sigFpeHandler(int)
Foam::divide(Foam::Field<double>&,Foam::Ulist....)
Floating point Exception
When I turn it into:
volscalarField rchim = 0.765*pow(Rep,0.82)+0.365*pow(Rep,0.386);
it runs,so I thought that it should be related to '/' sign
Should I add another header to take the floating point into account?but which one?or what do I have to do?
I'm sorry to bother you but I'm little bit new to openfoam and I get along as long as I work on it.Please can you help me out?
keishawillstone 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
Problems with convergence with an easy system franzdrs Main CFD Forum 0 June 15, 2009 18:17
increasing mesh quality is leading to poor convergence tippo CFX 2 May 5, 2009 10:55
convergence of Euler Equations with WENO Shyam Main CFD Forum 0 June 1, 2007 00:47
Defect correction and convergence ganesh Main CFD Forum 4 June 30, 2006 14:20
Convergence problems Chetan FLUENT 3 April 15, 2004 19:13


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