CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Fluent UDF and Scheme Programming (https://www.cfd-online.com/Forums/fluent-udf/)
-   -   Parallelizing a udf (https://www.cfd-online.com/Forums/fluent-udf/64035-parallelizing-udf.html)

coolengineer April 27, 2009 13:09

Parallelizing a udf
 
Hello,

I have a working udf. How can I use this udf for parallel computing. I have a look at the udf manual in Fluent. But it is quite complicated. What do you suggest me to do?

Waiting from you.
Thank you.

-mAx- May 4, 2009 12:57

If you post your udf, maybe somebody can help you.

coolengineer May 4, 2009 13:23

Cg-motion
 
It is a simple CG-MOTION UDF.

Quote:

Originally Posted by -mAx- (Post 215108)
If you post your udf, maybe somebody can help you.


coglione May 6, 2009 03:40

Hello coolengineer,

I think a really simple CG_MOTION (i.e. linear velocity or omega are given and not computed in some sophisticated way with data from cells that may reside in different partitions) will not require any parallelization of the code by you. Just compile it in parallel mode and run the case.

cheers

Kanarya February 27, 2013 05:15

hi

I have code which is working on serial but doesnt work in parallel. I am using execute_end function to save outlet mass flow and then by using define_profile function and saved data,I am giving my inlet BC.
do you have any idea about problem?
thanks in advance!!!


Quote:

Originally Posted by coglione (Post 215278)
Hello coolengineer,

I think a really simple CG_MOTION (i.e. linear velocity or omega are given and not computed in some sophisticated way with data from cells that may reside in different partitions) will not require any parallelization of the code by you. Just compile it in parallel mode and run the case.

cheers



All times are GMT -4. The time now is 20:15.