|
[Sponsors] |
February 26, 2020, 07:36 |
UDF Error
|
#1 |
New Member
Claudia
Join Date: Feb 2020
Posts: 5
Rep Power: 6 |
Hi everybody!
I'm studying the Wankel Engine in Ansys Fluent and I should generate an eccentric rotor motion. I'm having some problem about UDF. The error is "The UDF library you are trying to load (libudf) is not compiled for parallel use on the current platform (win64)." Some ideas or tips? Thank you very much! |
|
February 26, 2020, 07:42 |
Compilation
|
#2 |
Senior Member
|
This error means that the UDF has not been compiled. A source code of the UDF needs to be converted into library for use by Fluent. This requires compilation.
__________________
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. |
|
February 29, 2020, 23:24 |
|
#3 |
New Member
Yu
Join Date: Feb 2020
Posts: 1
Rep Power: 0 |
How to settle it?
Thank you! |
|
March 1, 2020, 05:55 |
Compile or Interpret
|
#4 |
Senior Member
|
Either compile or interpret the UDF before loading. For compiling, you need to click on Build. Do note that a compiler is required for that. Linux machines have gcc, so, nothing special needs to be done. It will work like a charm. For Windows, you need to install either VS, or VC++, or MS Built Tools (SDK) with C++ compiler options. Then, you need to start Fluent from the command prompt belonging to these development environments.
If you UDF is simpler, without any structures, you can use the in-built Interpreter. This does not require anything extra to be installed. However, if UDF has structures, it will not work.
__________________
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. |
|
Tags |
fluent, udf code, wankel |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF for DPM particle deposition modelingpa | haghshenasfard | Fluent UDF and Scheme Programming | 10 | September 15, 2019 03:03 |
Undeclared Identifier Errof UDF | SteveGoat | Fluent UDF and Scheme Programming | 7 | October 15, 2014 08:11 |
ParaView for OF-1.6-ext | Chrisi1984 | OpenFOAM Installation | 0 | December 31, 2010 07:42 |
Installation OF1.5-dev | ttdtud | OpenFOAM Installation | 46 | May 5, 2009 03:32 |
Problem with compile the setParabolicInlet | ivanyao | OpenFOAM Running, Solving & CFD | 6 | September 5, 2008 21:50 |