|
[Sponsors] |
An error in FLUENT parallel processing when using UDF |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 19, 2021, 23:07 |
An error in FLUENT parallel processing when using UDF
|
#1 |
New Member
Pengfei Yu
Join Date: Feb 2021
Posts: 3
Rep Power: 5 |
Hi, guys.
When inputting the polynomial coefficients in FLUENT 14.5 materials dialog box, I find that the coefficients have only 7 significant digits. Unfortunately, the coefficients in my polynomial have 12 significant digits, so I use two macros (DEFINE_PROPERTY and DEFINE_SPECIFIC_HEAT) to define new materials. The UDF can be compiled in ANSYS FLUENT. However, FLUENT will exit abnormally, once I click the initialize (both standard initialization and hybrid initialization). The error message and UDF are uploaded. Can anyone anwser me please? Last edited by PF Yu; April 20, 2021 at 02:00. |
|
April 20, 2021, 01:54 |
|
#2 | |
Senior Member
Join Date: Nov 2013
Posts: 1,965
Rep Power: 27 |
Quote:
Even if you could do that, it is useless to put that in Fluent, because temperature is not accurate to the twelfth digit. You're lucky if the sixth digit is significant...
__________________
"The UDF library you are trying to load (libudf) is not compiled for parallel use on the current platform" is NOT the error after compiling. It is the error after loading. To see compiler errors, look at your screen after you click "build". |
||
April 20, 2021, 03:20 |
|
#3 |
Senior Member
Join Date: Nov 2013
Posts: 1,965
Rep Power: 27 |
In other words: 7 digits really is enough. It is useless to add more. Use the default method, and you're done.
__________________
"The UDF library you are trying to load (libudf) is not compiled for parallel use on the current platform" is NOT the error after compiling. It is the error after loading. To see compiler errors, look at your screen after you click "build". |
|
Tags |
parallel, udf |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to run my UDF on parallel Fluent? | SCU-CFDer | FLUENT | 0 | June 29, 2020 22:15 |
Fluent UDF for parallel processing | Mr.Rioes | Fluent UDF and Scheme Programming | 0 | September 24, 2019 07:08 |
Rewriting UDF For Parallel Processing | m_ridzon | Fluent UDF and Scheme Programming | 9 | January 10, 2019 14:42 |
PROBLEM in UDF on parallel fluent mode | rakadit | Fluent UDF and Scheme Programming | 0 | July 13, 2012 07:51 |
problem loading UDF in parallel fluent | Tim | FLUENT | 12 | July 12, 2008 13:59 |