CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT > Fluent UDF and Scheme Programming

error with UDRGM

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By fafa_blues
  • 1 Post By ndabir

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 1, 2015, 05:13
Default error with UDRGM
  #1
New Member
 
faegheh
Join Date: Jun 2015
Posts: 8
Rep Power: 11
fafa_blues is on a distinguished road
hi everyone

i worked a lot with fluent 14.5 and 15 for compiling my udf (actually UDRGM) but I could not even compile it and then shift it to fluent 6.3 and finally compiled my UDRGM with this words:

Loading Real-EQUILIBRIUM_GAS Library:

Setting material "air" to a real-gas...

Loading Real-EQUILIBRIUM_GAS Library:

Loading Real-EQUILIBRIUM_GAS Library:

Loading Real-EQUILIBRIUM_GAS Library:

Loading Real-EQUILIBRIUM_GAS Library:

Loading Real-EQUILIBRIUM_GAS Library:

Loading Real-EQUILIBRIUM_GAS Library:

Loading Real-EQUILIBRIUM_GAS Library:

Loading Real-EQUILIBRIUM_GAS Library:


but when I 've start to iterate, I 've got some error (with double decision and also single decision) and these are the massages:

unable to read the cmd header on the pmi context, generic socket failure, error stack:
MPIDU_Sock_wait(2533): The specified network name is no longer available. (errno 64).
unable to read the cmd header on the pmi context, generic socket failure, error stack:
MPIDU_Sock_wait(2533): The specified network name is no longer available. (errno 64).
unable to read the cmd header on the pmi context, generic socket failure, error stack:
MPIDU_Sock_wait(2533): The specified network name is no longer available. (errno 64).
unable to read the cmd header on the pmi context, generic socket failure, error stack:
MPIDU_Sock_wait(2533): The specified network name is no longer available. (errno 64).
unable to read the cmd header on the pmi context, generic socket failure, error stack:
MPIDU_Sock_wait(2533): The specified network name is no longer available. (errno 64).
unable to read the cmd header on the pmi context, generic socket failure, error stack:
MPIDU_Sock_wait(2533): The specified network name is no longer available. (errno 64).
unable to read the cmd header on the pmi context, generic socket failure, error stack:
MPIDU_Sock_wait(2533): The specified network name is no longer available. (errno 64).

999999 (..\..\src\mpsystem.c@1123): mpt_read: failed: errno = 10054

999999: mpt_read: error: read failed trying to read 4 bytesunable to read the cmd header on the pmi context, generic socket failure, error stack:
MPIDU_Sock_wait(2533): The specified network name is no longer available. (errno 64).
: No such file or directory
received suspend command for a pmi context that doesn't exist: unmatched id = 7
received suspend command for a pmi context that doesn't exist: unmatched id = 6
received suspend command for a pmi context that doesn't exist: unmatched id = 5
received suspend command for a pmi context that doesn't exist: unmatched id = 3

job aborted:
rank: node: exit code[: error message]
0: msc9.aero.edu: -1073741819: process 0 exited without calling finalize
1: msc9.aero.edu: -1073741819: process 1 exited without calling finalize
2: msc9.aero.edu: -1073741819: process 2 exited without calling finalize
3: msc9.aero.edu: -1073741819: process 3 exited without calling finalize
4: msc9.aero.edu: -1073741819: process 4 exited without calling finalize
5: msc9.aero.edu: -1073741819: process 5 exited without calling finalize
6: msc9.aero.edu: -1073741819: process 6 exited without calling finalize
7: msc9.aero.edu: -1073741819: process 7 exited without calling finalize
received suspend command for a pmi context that doesn't exist: unmatched id = 2
received suspend command for a pmi context that doesn't exist: unmatched id = 1
received suspend command for a pmi context that doesn't exist: unmatched id = 0
The Parallel FLUENT process could not be started.


I don't know that is wrong, could you please help
fafa_blues is offline   Reply With Quote

Old   November 16, 2015, 22:02
Default
  #2
Senior Member
 
navid
Join Date: Jan 2010
Posts: 110
Rep Power: 16
ndabir is on a distinguished road
Hi,

I have a question. Could you please tell me what did you do after compiling your UDF? I mean how did you assign the properties of real gas to air? Did you directly go to the material properties and assign for example "air density" to a specific function?

My problem is I exactly copy the Fluent's UDF example for a real gas in a UDF file, then I compile the code. But I just don't see any options under material properties to assign the new real gas properties to air.
ndabir is offline   Reply With Quote

Old   November 19, 2015, 07:04
Default
  #3
New Member
 
faegheh
Join Date: Jun 2015
Posts: 8
Rep Power: 11
fafa_blues is on a distinguished road
Hi,
after compiling u should load your UDF by typing :
for Fluent 6.3:
If single-species to be used, then the text command menu is:

define/user-defined/real-gas/user-defined-real-gas-model
and will aske you:

use user defined real gas? [no]

and you should answer : yes

On the other hand, if you are simulating multiple-species flow, then the text command menu to use is:

define/user-defined/real-gas/user-defined-multispecies-real-gas-model

and again answer yes for question.

and then it will going to ask about ur library's name and you should write its name
and ur UDF will be active and the function library will now supply the fluid material properties for your case.

by the way for ansys fluent :
instead of real-gas in define/user-defined/real-gas/......
you should write: real-gas-model
ndabir likes this.
fafa_blues is offline   Reply With Quote

Old   November 19, 2015, 07:05
Default
  #4
New Member
 
faegheh
Join Date: Jun 2015
Posts: 8
Rep Power: 11
fafa_blues is on a distinguished road
Quote:
Originally Posted by ndabir View Post
Hi,

I have a question. Could you please tell me what did you do after compiling your UDF? I mean how did you assign the properties of real gas to air? Did you directly go to the material properties and assign for example "air density" to a specific function?

My problem is I exactly copy the Fluent's UDF example for a real gas in a UDF file, then I compile the code. But I just don't see any options under material properties to assign the new real gas properties to air.



Hi,
after compiling u should load your UDF by typing :
for Fluent 6.3:
If single-species to be used, then the text command menu is:

define/user-defined/real-gas/user-defined-real-gas-model
and will aske you:

use user defined real gas? [no]

and you should answer : yes

On the other hand, if you are simulating multiple-species flow, then the text command menu to use is:

define/user-defined/real-gas/user-defined-multispecies-real-gas-model

and again answer yes for question.

and then it will going to ask about ur library's name and you should write its name
and ur UDF will be active and the function library will now supply the fluid material properties for your case.

by the way for ansys fluent :
instead of real-gas in define/user-defined/real-gas/......
you should write: real-gas-model
fafa_blues is offline   Reply With Quote

Old   November 19, 2015, 07:46
Default
  #5
Senior Member
 
navid
Join Date: Jan 2010
Posts: 110
Rep Power: 16
ndabir is on a distinguished road
Thank you. Now its working perfectly.
fafa_blues likes this.
ndabir 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
The fl process could not be started because of UDF majid_kamyab Fluent UDF and Scheme Programming 6 December 15, 2015 09:42
UDRGM problem agg FLUENT 1 March 12, 2009 09:59
Fluent6.0.12 support UDRGM? Z.T. FLUENT 0 April 10, 2003 07:53


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