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

Error depends on number of partitions.

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 6, 2013, 18:18
Default Error depends on number of partitions.
  #1
New Member
 
Michael Shives
Join Date: Sep 2013
Posts: 12
Rep Power: 12
mrshives is on a distinguished road
Hello;

Background:
I have a simulation with a rather complicated set of CEL expressions and user functions. It represents a lab-scale tidal turbine using an actuator disk approach. The turbine is not physically represented, rather its forces are calculated using the simulated flow-field and tabulated lift and drag coefficients. These forces are then applied to the control volumes within a subdomain.

The Problem:
When I try to run the simulation with 4 processors (Local MPI), the sim crashes and I get an error message (below). When I run on 3 partitions, the simulation runs perfectly.

Previous versions of the simulation ran fine on any number of partitions, but then I added some functionality (a "stall delay" model). To do this, I added two "Additional Variables" (Lcoeff, Dcoeff) which are defined within my domain using algebraic expressions. The stall delay correction uses the lift and drag coefficients at the rotor blade root, and half-span positions as part of its formulation. So, I created monitor points corresponding to those locations, and use "probe(Lcoeff)@mp1" functionality to get the values I need. It was after I added these functions and additional variables that I started to have problems.

The question:
Does anyone know why this might occur? One possible explanation is that monitor points need to be located in the same partition as the location where the expression using them is applied. But i'm not so sure about that.

So what?:
I suppose I could just run with 3 partitions, but I do plan to use this simulation methodology later-on for simulations of many turbine rotors using a cluster. If there are errors that randomly occur based on the number of partitions, it could be very problematic in the future. So i want to understand why this is happening.

CCL:
I've included an attachment of some of the relevant CCL. I think the problem is somewhere in here. This is just some of the ccl for the sim, and if you want to see more please let me know.

The (cryptic - as usual) error message:
+--------------------------------------------------------------------+
| ERROR #001100279 has occurred in subroutine ErrAction. |
| Message: |
| Floating point exception: Invalid number |
| |
| |
| |
| |
| |
+--------------------------------------------------------------------+

+--------------------------------------------------------------------+
| ERROR #001100279 has occurred in subroutine ErrAction. |
| Message: |
| Stopped in routine FPX: C_FPX_HANDLER |
| |
| |
| |
| |
| |
+--------------------------------------------------------------------+

+--------------------------------------------------------------------+
| An error has occurred in cfx5solve: |
| |
| The ANSYS CFX solver exited with return code 1. No results file |
| has been created. |
+--------------------------------------------------------------------+
Attached Files
File Type: txt simulation.txt (5.4 KB, 15 views)
mrshives is offline   Reply With Quote

Old   November 6, 2013, 21:03
Default
  #2
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,703
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
First of all - a very nicely posed question. I wish all questions could be as clear as this one

Your idea that it could be the probe point linking to a region in another partition is possible. But on rare occasions CFX does give weird numerical errors on multiprocessor runs - so it might just be CFX weirdness and not something you can do much about.

A work-around which might be more palatable is to use a different partitioning algorithm. Usually there is little performance difference between the various algorithms so you can usually choose a different one and not suffer a noticeable speed loss. You might be able to choose an algorithm which keeps the point and the linked region in the same partition using the coordinate bisection approaches and that might avoid the problem for all number of partitions.
ghorrocks is offline   Reply With Quote

Old   November 7, 2013, 10:40
Default
  #3
Senior Member
 
Edmund Singer P.E.
Join Date: Aug 2010
Location: Minneapolis, MN
Posts: 511
Rep Power: 20
singer1812 is on a distinguished road
Quick question for you to check,

Did you build this in CFX14 and try running it with CFX12.0 solver?

Your ccl file seems to indicate something like this.
singer1812 is offline   Reply With Quote

Old   November 8, 2013, 16:38
Default
  #4
New Member
 
Michael Shives
Join Date: Sep 2013
Posts: 12
Rep Power: 12
mrshives is on a distinguished road
I'm using 14.0. It is strange that the "results verison = 12.0."
I'm running locally and only have v14.0 installed.
mrshives is offline   Reply With Quote

Old   November 8, 2013, 16:39
Default
  #5
New Member
 
Michael Shives
Join Date: Sep 2013
Posts: 12
Rep Power: 12
mrshives is on a distinguished road
Thanks Glen, In the end i'll use a different formulation that doesn't use the monitor points since it relies only on local values.
mrshives is offline   Reply With Quote

Reply

Tags
actuator disk, additional variables, probe function


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
ERROR #001100279 has occurred in subroutine ErrAction. smnaryal CFX 11 December 20, 2017 16:32
empty decomposePar immortality OpenFOAM Pre-Processing 4 August 21, 2013 08:16
error in parallel run immortality OpenFOAM Running, Solving & CFD 7 January 1, 2013 13:35
[snappyHexMesh] snappyHexMesh won't work - zeros everywhere! sc298 OpenFOAM Meshing & Mesh Conversion 2 March 27, 2011 21:11
number of partitions hennas FLUENT 0 February 23, 2011 04:02


All times are GMT -4. The time now is 16:36.