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

compiling my Udf

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 3, 2011, 08:11
Default compiling my Udf
  #1
noa
Member
 
anonymous
Join Date: Feb 2011
Posts: 50
Rep Power: 15
noa is on a distinguished road
I am working on windows NT 6.1 (64bit) at Ansys 13. I can't compile my udf



1. I followed the following instructions:

How can I manage to compile my UDF with Windows 7 64bit?

How can I manage to compile my UDF with Windows 7 64bit?

  • Install Visual Studio. Most of the time the Visual C++ 2008 Express Edition [3] is recommended. On my system it even works with the new Visual Studio 2010 Professional Release Candidate [4].
  • Set the correct environment variables. Browse your way through the Windows system control to 'System'. There you will find a section 'Advanced system settings'. In the following dialog go to the 'Advanced' tabulator and click on 'Environment variables' (lower right corner). Go through the 'System variables' list and search for the 'Path' entry. Add the following to the variable: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin;C:\Program Files\ANSYS Inc\v120\fluent\ntbin\win64. Adjust this entry to your system concerning the installation directories! The Visual Studio entry should point to the location where 'nmake' is located.
  • Install a Software Development Kit (SKD) for 64bit systems. This may be the difference between 32bit and 64bit systems. I have used the .NET Framework 2.0 Software Development Kit (SDK) (x64) from 2006 [5] because it is explicitly for 64bit systems and I was not sure if more recent versions are for 64bit systems as well.
  • Start FLUENT from the SDK command prompt. Do not use the Visual Studio command prompt, use the SDK command prompt! Go to the directory your case is in and type 'fluent'.


2. I verified the path is right and changed it to:
Microsoft Visual Studio 9.0 and to v 130.


3. I could start Fluent from the SDK prompt.

4. When I compiled the c file, there were no errors.

5. When I loaded the file I got the following message



> 1 file(s) copied.
(system "copy "C:\PROGRA~1\ANSYSI~1\v130\fluent"\fluent13.0.0\sr c\makefile_nt.udf "libudf\win64\2d\makefile" ")
1 file(s) copied.
(chdir "libudf")()
(chdir "win64\2d")()
# Generating ud_io1.h
Done.
Opening library "D:\sarit\tut6_files\dp0\FFF\Fluent\libudf"...
Error: The UDF library you are trying to load (libudf) is not compiled for 2d on the curent platform (win64).
The system cannot find the file specified.
D:\sarit ut6_files\dp0\FFF\Fluent\libudf\win64\2d\libudf.dl l
Error Object: #f


What to do?
noa is offline   Reply With Quote

Old   February 3, 2011, 09:15
Default
  #2
Senior Member
 
Join Date: Nov 2009
Posts: 411
Rep Power: 19
DoHander is on a distinguished road
With Visual Studio 2008 Pro if you start Fluent from the Visual Studio command prompt it works. I've tested this on Windows 7 64 bits.
DoHander is offline   Reply With Quote

Old   February 3, 2011, 09:35
Default compiling udf
  #3
noa
Member
 
anonymous
Join Date: Feb 2011
Posts: 50
Rep Power: 15
noa is on a distinguished road
When I do it, I get:

Deleted old libudf\win64\2d\libudf.dll
1 file(s) copied.
(system "copy "C:\PROGRA~1\ANSYSI~1\v130\fluent"\fluent13.0.0\sr c\makefile_nt.udf "libudf\win64\2d\makefile" ")
1 file(s) copied.
(chdir "libudf")()
(chdir "win64\2d")()
# Generating ud_io1.h
unsteady_4.c
# Generating udf_names.c because of makefile unsteady_4.obj
udf_names.c
# Linking libudf.dll because of makefile user_nt.udf udf_names.obj unsteady_4.obj
Microsoft (R) Incremental Linker Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.
LINK : fatal error LNK1104: cannot open file 'kernel32.lib'
Done.
noa is offline   Reply With Quote

Old   February 3, 2011, 23:42
Default
  #4
noa
Member
 
anonymous
Join Date: Feb 2011
Posts: 50
Rep Power: 15
noa is on a distinguished road
Can someone please look at this problem?
noa is offline   Reply With Quote

Old   February 19, 2011, 04:27
Default
  #5
Member
 
s Kumar
Join Date: Jul 2009
Posts: 50
Rep Power: 16
doctsh is on a distinguished road
Hi...

It happened for me...spend lots of sleepless nights....

found very simple solution (accidently, of-course as I am a novice).

Build the udf after that copy the source .c file and put it in newly (fluent) created folder called 'src'.

Now again build, now you can see the whole code compiled and then you can load!
doctsh is offline   Reply With Quote

Old   April 26, 2011, 02:06
Default
  #6
New Member
 
mohsen cheraghi
Join Date: Jun 2010
Location: Switzerland
Posts: 28
Rep Power: 15
mohsen cheraghi is on a distinguished road
Great..... Thanks.
mohsen cheraghi is offline   Reply With Quote

Old   November 2, 2012, 06:52
Default
  #7
Member
 
Vidit Sharma
Join Date: Aug 2012
Location: Delhi, India
Posts: 32
Rep Power: 13
Vidit Sharma is on a distinguished road
Quote:
Originally Posted by doctsh View Post
Hi...

It happened for me...spend lots of sleepless nights....

found very simple solution (accidently, of-course as I am a novice).

Build the udf after that copy the source .c file and put it in newly (fluent) created folder called 'src'.

Now again build, now you can see the whole code compiled and then you can load!
Dear sir,

I have tried what u told but it didnt worked for me. Can u plz explain?? I really need to run this udf.

Regards
Vidit Sharma is offline   Reply With Quote

Old   April 9, 2016, 13:47
Default
  #8
New Member
 
Abhay Rana
Join Date: Mar 2016
Posts: 6
Rep Power: 10
abhay.uiet is on a distinguished road
did u find a relevant solution..would you please mind sharing it.
abhay.uiet is offline   Reply With Quote

Old   November 7, 2018, 20:08
Default unload before reload any revision code
  #9
New Member
 
Tien
Join Date: Dec 2015
Posts: 1
Rep Power: 0
lstfrs is on a distinguished road
Hi.
I found the solution for error LNK1104: cannot open file 'libudf.dll'. I think it would be the same with other library.

I only use Fluent to test the UDF code so the error came out when I recompiled my revised code.

The solution is in the management of UDF, we should unload the library before we compile the new code and reload. otherwise Fluent compiler cannot access to the loaded library.

hope this help!
lstfrs is offline   Reply With Quote

Reply


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
About UDF compiling issues: 'nmake' Haoyin Shan Fluent UDF and Scheme Programming 15 November 4, 2019 18:05
Compiling UDF on a cluster Adya FLUENT 1 December 14, 2009 11:30
UDF compiling problem in Flient 6.3 jeevan kumar FLUENT 2 February 25, 2009 00:43
udf compiling problem akr FLUENT 3 August 22, 2007 07:14
On Compiling a UDF David Chabot FLUENT 5 May 20, 2005 09:13


All times are GMT -4. The time now is 06:07.