CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

Error message in Solver

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 25, 2002, 10:21
Default Error message in Solver
  #1
Sara
Guest
 
Posts: n/a
Dear all,

Hi, I would like to ask what the meanings of following error messages in Solver are.

ERROR #001100279 has occured in subroutine ErrAction. Message: c_fpx_handler: Floating point exception: Invalid Operand

ERROR #001100279 has occured in subroutine ErrAction. Message: Stopped in routine c_fpx_handler.

Anyone can kindly help me to fix this problem? Thank you in advance.

Sara

  Reply With Quote

Old   March 27, 2002, 02:51
Default Re: Error message in Solver
  #2
Neale
Guest
 
Posts: n/a
You have gotten a floatin point exception. In your case you've gotten an invalid operand. This could mean several things. For example, square root of a negative number, or a ieee non-conformant number. The release notes for 5.5 talk about not mixing DEC with some other platforms, did you do this? If so, don't mix them.

Neale.
  Reply With Quote

Old   March 27, 2002, 04:19
Default Re: Error message in Solver
  #3
Sara
Guest
 
Posts: n/a
Hi Neale,

Thank you for your reply. Actually, I'm a beginner of CFX. So, I do not quite familiarise with the thing you mentioned, e.g. I don't know what the DEC is, could you kindly tell me in more details?

By the way, do you think whether my problem is due to some wrong settings in the part of "Solver Control" of CFX-Build (I'm using CFX 5.4.1)?? However, it can write a definition file properly. So, can you give me advice to check what the problem is? Thank you very much.

regards, Sara
  Reply With Quote

Old   March 29, 2002, 02:17
Default Re: Error message in Solver
  #4
Neale
Guest
 
Posts: n/a
The DEC is a UNIX computer platform. Don't worry about it if you don't know what it is. What computer platform are you running on?

You should really upgrade to 5.5, it's been out for 3-4 months now. At any rate though, does your problem run for a while, then do this, or does it do it right away. Other questions would be: What are you modelling? What models do you have turned on? Did you try turning things off or changing boundary conditions until it didn't floating point? More details are necessary.

Neale.
  Reply With Quote

Old   April 3, 2002, 04:57
Default Re: Error message in Solver
  #5
Sara
Guest
 
Posts: n/a
Hi Neale,

The computer platform I'm running on is SUN workstation, i.e.UNIX platform. In fact, what I'm trying is to model the dispersion of pollutant. And this problem does not happen so often. When I change the sizes of the geometry to a certain value, the problem happen. But of course I really don't know what the critical value of the geometry size will cause the problem. So, any suggestion to me to find out the problem? and how do the boundary condition related to the floating point?

by the way, could you kindly tell me the definition of "floating point" in CFX? I really don't know what it is indeed.

Thank you very much in advance. I look forward to hearing from you.

Sara

  Reply With Quote

Old   April 3, 2002, 14:47
Default Re: Error message in Solver
  #6
Neale
Guest
 
Posts: n/a
It's hard to say what's going on with your case without actually seeing it. So, all I can do is give you suggestions. If the problem floating points when you change the geometry then the mesh has probably changed in a way which is problematic. You might load it into CFX-Visualise and see how many bad tets you have for example. If there are a large number then you might need to add mesh controls so that the mesh generator makes nicer tets in the problem areas.

You should also carefully review your problem setup for errors in boundary condition setup, and physical problem definition. I'm not sure what physics you all have on, but you might also try switching off certian models and see if it works without them. At least then you have a hint of what exactly is causing the problem.

One other trick is to set the expert parameters "backup frequency = 1" and "delete backup files = f" so that you get a series of backup files which you can load into visualise or CFX-Post sequentially and see what is happening transiently as the solution converges.

A floating point exception occurs when a real number becomes unrepresentable by the IEEE standard. This occurs when software attempts to perform operations which would necessarily generate an invalid result which can't be represented, an overflow which is out of range, and an underflow which is also out of range. For example, operations such as 1/0, 0/0, sqrt(-1) would all generate a floating point exception. Whether or not the software stops when one occurs is up to the developers, in the case of CFX-5 it will stop.

  Reply With Quote

Old   April 8, 2002, 00:59
Default Re: Error message in Solver
  #7
Sara
Guest
 
Posts: n/a
Hi Neale,

Yes, I think the problem may be due to lack of mesh controls. However, can you share with me, from your past experience, when or under what circumstance that we need to add mesh controls? and how to determine whether the point or line mesh controls should be used? and how to determine the values of length scale, radius and expansion factor?

Thank you very much for your helping.

Sara
  Reply With Quote

Old   September 29, 2017, 10:06
Default
  #8
New Member
 
Sunil
Join Date: Aug 2016
Posts: 7
Rep Power: 9
sunilkonatham is on a distinguished road
Quote:
Originally Posted by Neale
;63678
The DEC is a UNIX computer platform. Don't worry about it if you don't know what it is. What computer platform are you running on?

You should really upgrade to 5.5, it's been out for 3-4 months now. At any rate though, does your problem run for a while, then do this, or does it do it right away. Other questions would be: What are you modelling? What models do you have turned on? Did you try turning things off or changing boundary conditions until it didn't floating point? More details are necessary.

Neale.
Hi Neale,
I got same error as posted above. The thing is, it is showing this error only when I run it on cluster (which is of linux). It is running without any error on my local workstation. You have said about mixing of platforms I guess it could be related to something like that, can you please help me resolve this?
sunilkonatham is offline   Reply With Quote

Old   November 8, 2019, 04:35
Default
  #9
New Member
 
Sibel
Join Date: Apr 2017
Posts: 18
Rep Power: 9
tsibel is on a distinguished road
Quote:
Originally Posted by sunilkonatham View Post
Hi Neale,
I got same error as posted above. The thing is, it is showing this error only when I run it on cluster (which is of linux). It is running without any error on my local workstation. You have said about mixing of platforms I guess it could be related to something like that, can you please help me resolve this?

Hi


I am running two phase flow (boiling) and I have the same error when I am using cluster. How did you solve this problem?


Thanks
tsibel is offline   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
A New Solver for Supersonic Combustion nakul OpenFOAM Announcements from Other Sources 19 February 27, 2024 09:44
[Other] A New Solver for Supersonic Combustion nakul OpenFOAM Community Contributions 20 February 22, 2019 09:08
thobois class engineTopoChangerMesh error Peter_600 OpenFOAM 4 August 2, 2014 09:52
Development of a Low mach PISO solver nishant_hull OpenFOAM Programming & Development 0 August 25, 2009 12:48
why the solver reject it? Anyone with experience? bearcat CFX 6 April 28, 2008 14:08


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