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

How do I modify serial UDF to parallel?

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 8, 2020, 05:21
Default How do I modify serial UDF to parallel?
  #1
New Member
 
Join Date: Aug 2018
Posts: 18
Rep Power: 9
nago is on a distinguished road
hi.

I have serial UDF.
and i wanna use this to parallel calculation.
but I cannot understand the method of parallelization.

my UDF have function

DEFINE_ON_DEMAND
DEFINE_ADJUST
DEFINE_PROFILE
DEFINE_EXECUTE_AFTER_DATA

Anyone can tell me how to parallelization , or hint.
(So i am weak at UDF programming, I don't know what should I open info. sorry.)

nago
nago is offline   Reply With Quote

Old   September 18, 2020, 10:38
Default
  #2
New Member
 
Join Date: Sep 2020
Posts: 8
Rep Power: 7
p.b+cfd is on a distinguished road
This depends on the UDF you are using.

Basically parallel means there is a host and compute nodes. The nodes do the calculation and the host is connected to the cortex (gui) and otherwise mainly does IO. So everytime you interact with the gui or do IO, you need to transfer data between host/nodes.

For example if you read a rp-variable (on the host) you need to broadcast the retrieved value to the nodes, etc.

So depending on what exactly you are doing it might get complicated or not...
p.b+cfd is offline   Reply With Quote

Reply

Tags
fluent udf parallel

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Dynamic mesh in parallel udf rsarma Fluent UDF and Scheme Programming 4 March 18, 2025 06:18
serial udf to parallel udf radioss Fluent UDF and Scheme Programming 10 January 19, 2019 09:56
Unsteady boundary condition UDF for parallel FLUENT Hong M.H Fluent UDF and Scheme Programming 7 October 18, 2017 22:01
Dynamic Mesh- Parallel UDF DE HEART Fluent UDF and Scheme Programming 14 August 11, 2010 02:29
udf compile in parallel system tahereh FLUENT 1 December 9, 2008 10:48


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