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

Parallel UDF Issue

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 15, 2020, 13:48
Default Parallel UDF Issue
  #1
Member
 
j
Join Date: Apr 2020
Posts: 34
Rep Power: 0
buckngnr11 is on a distinguished road
I'm having an issue I haven't found a solution to. I'm doing dynamic meshing, and have a UDF to calculate values at every wall node. Part of this code requires summing some scalar quantities stored in the faces that border each node. This works, but I noticed when I plotted contours of the N_UDMI, their are weird lines that cut through the contour with small contour values. Turns out these are the thread partions in parallel mode. If I run in serial, these disappear. I do need to run in parallel mode. What's happening is I set N_UDMI(v,0) and it's only summing the faces bordring that node that lie inside that partition of the mesh. So roughly half of the faces are summed, then the rest are summed separately on another processor and the N_UDMI is at that node is overwritten. Is there an easy way to sum these N_UDMI values that are at shared nodes across different processors?
Attached Images
File Type: jpg Screen Shot 2020-05-15 at 1.41.49 PM.jpg (32.4 KB, 12 views)
buckngnr11 is offline   Reply With Quote

Old   May 15, 2020, 13:51
Default
  #2
Member
 
j
Join Date: Apr 2020
Posts: 34
Rep Power: 0
buckngnr11 is on a distinguished road
Alternatively, is there a way to repartition in the GUI onto one processor just to run my UDF? Then for my calculations I can repartition to multiple processors?
buckngnr11 is offline   Reply With Quote

Old   May 15, 2020, 15:30
Default N_udm
  #3
Senior Member
 
vinerm's Avatar
 
Vinerm
Join Date: Jun 2009
Location: Nederland
Posts: 2,946
Blog Entries: 1
Rep Power: 35
vinerm will become famous soon enough
If the UDF is not required to be executed while the case is running, then you can load case in serial mode and run UDF. Manual partitioning is also available under Parallel > Partition.

As far as values in UDM are concerned, that depends on type of loop you are using. Usually, nodes cannot overwrite values at the address that belong to other nodes, but as stated above, that depends on type of loop.
__________________
Regards,
Vinerm

PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority.
vinerm 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
Issue with UDF in parallel processing MC1 FLUENT 5 August 29, 2017 03:17
udf parallel toghay FLUENT 2 July 13, 2015 23:13
UDF parallel error: chip-exec: function not found????? shankara.2 Fluent UDF and Scheme Programming 1 January 16, 2012 22:14
Dynamic Mesh- Parallel UDF DE HEART Fluent UDF and Scheme Programming 14 August 11, 2010 01:29
udf compile in parallel system tahereh FLUENT 1 December 9, 2008 09:48


All times are GMT -4. The time now is 22:37.