CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Double precision

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 7, 2003, 08:28
Default Double precision
  #1
Mark Render
Guest
 
Posts: n/a
Hi,

could someone tell how one knows when to run cfd jobs in double precision ?

What are indicators that a single precision run is not sufficient ?

Regards,

Mark
  Reply With Quote

Old   January 8, 2003, 19:27
Default Re: Double precision
  #2
versi
Guest
 
Posts: n/a
I think you must use double precision with dimensional variables or with large scale computation. It is always preferable to use double precision. Sometimes a code can convergence to 1.E-6 but it really has a bug, a single precision calculation can not find out this bug.
  Reply With Quote

Old   January 9, 2003, 13:23
Default Re: Double precision
  #3
rusås
Guest
 
Posts: n/a
I did once in the past mainly for fun tried to make the same run as double precision, the difference was huge for my case. (It could be due to much lower residual values) I have almost ever since been calculating with double precision.
  Reply With Quote

Old   January 9, 2003, 14:42
Default Re: Double precision
  #4
Jim Park
Guest
 
Posts: n/a
Another bit of experience:

In the dark ages, I was computing a turbulent wall flow on a UNIVAC 1108 (yes, dark ages!). That machine's default was a 36-bit word. The process was interrupted by transferring the problem to an IBM system 360, where the default word was 32 bits (4 bytes). The developing transients showed a distinct shift in slope (value vs. time) as the solution continued to develop. When I converted the code to double precision (64 bits), the character of the solution shifted back to the patterns obtained using 36 bits.

So, for that code and those processors, I concluded that there was a rather abrupt change in the form of the error for a word length somewhere between 32 and 36-bit words.

More recently, I've seen at least a few calculations using CFX-4 in which the single and double-precision versions gave essentially the same answer. This was on UNIX boxes.

Of course the double length words cost twice the storage space, but (as I recall) the penalty in computing time was only about 20%.

I think the rule might be to "do it in double precision (64 bit words) if you can afford it." If you can't afford it, be very careful what you claim about your solution!
  Reply With Quote

Old   January 9, 2003, 18:50
Default Re: Double precision
  #5
Jan Rusås
Guest
 
Posts: n/a
So true!! One should always obtain a double precison - if you can afford it ))
  Reply With Quote

Old   January 17, 2003, 14:25
Default Re: Double precision
  #6
Martin Bowers
Guest
 
Posts: n/a
I think you should always run in double precision even if you think you can't quite afford it.

I had an old experience with CFX-4 in which double precision took about 20% more time per iteration, but it only took half as many iterations to reach the same residual reduction. Therefore it was faster to run in double.

In TASCflow they provide a poff that helps with running in single precision when your pressure level does not vary much in the absolute sense. If you don't set a reasonable poff, double precision is required to get good convergence. I haven't explored what happens when you say have a pressure range from 1-3 MPa and set an offset of 2 MPa. The local pressure still varies from -1 to +1 MPa which takes as many significant digits as if you just ran from 0-1 MPa..

In CFX-5 there is no such poff besides manually adjusting to relative BCs. That's a massive undertaking for me because in compressible flow one is always dealing with absolute pressures. This means I really need double precision, except for the OS I run on there is only single precision....
  Reply With Quote

Old   January 18, 2003, 01:21
Default Re: Double precision
  #7
Neale
Guest
 
Posts: n/a
Double precision and 64 bit solaris are coming in 5.6. Sorry Martin.

Neale
  Reply With Quote

Reply


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
Continuing User Defined Real Gas Model issues aeroman FLUENT 6 April 8, 2016 03:34
Parallel User Defined Real Gas Model aeroman FLUENT 4 July 1, 2015 06:09
Missing math.h header Travis FLUENT 4 January 15, 2009 11:48
what's wrong about my code for 2d burgers equation morxio Main CFD Forum 3 April 27, 2007 10:38
REAL GAS UDF brian FLUENT 6 September 11, 2006 08:23


All times are GMT -4. The time now is 09:04.