|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Join Date: Aug 2018
Posts: 18
Rep Power: 9 ![]() |
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 |
|
|
|
|
|
|
|
|
#2 |
|
New Member
Join Date: Sep 2020
Posts: 8
Rep Power: 7 ![]() |
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... |
|
|
|
|
|
![]() |
| Tags |
| fluent udf parallel |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |