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

Compiling problem

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 22, 2005, 10:43
Default Compiling problem
  #1
Alper Albayraq
Guest
 
Posts: n/a
Hi I am new fluent user. I cannot compile the tuterial file(dynamic mesh example)(valve.c) from the COMPILED UDFs Panel and when I press the build button i recieve this message

('nmake' is not recognized as an internal or external command operable program or batch file.) and then when i load it i recieve this error

(Error: open-udf-library: the system cannot find the path specified)

what should i do?

Regards, Alper
  Reply With Quote

Old   August 22, 2005, 11:12
Default Re: Compiling problem
  #2
Aireen
Guest
 
Posts: n/a
I am having the same problem and still could not solve it!!!! What compiler are you using?
  Reply With Quote

Old   August 22, 2005, 12:52
Default Re: Compiling problem
  #3
Alper Albayraq
Guest
 
Posts: n/a
Hi

I dont know whether fluent needs another outof-fluent compiler such as visual c++ for compiling in itself. Because in fluent help I read such sentences

1.Compiled udf's are build in the same way that the fluent executable itself is build

2.A script called "Makefile" is used to invoke the system C compiler(???) to build an object code library

3.The object code library contains the native machine language translation of your high level c source code

4. This shared library is then loaded into fluent at runtime by process called "dynamic loading".

If you say that "Yes it needs outof-fluent C compiler" then I ask how fluent finds the path of your C compiler?

After all it is better that i answer your question. Yes I have a (Microsoft visual c++ 6) installed in my computer.

Thanks for your attention, Alper
  Reply With Quote

Old   August 23, 2005, 08:35
Default Re: Compiling problem
  #4
Jimmy Fox
Guest
 
Posts: n/a
Please work in Command Prompt Window of C++, and launch Fluent, then try to compile UDF. It may work.
  Reply With Quote

Old   August 24, 2005, 02:08
Default Re: Compiling problem
  #5
Suvash
Guest
 
Posts: n/a
You should keep your UDF file in the temp directory of your computer...
  Reply With Quote

Old   August 25, 2005, 00:54
Default Re: Compiling problem
  #6
Alper Albayraq
Guest
 
Posts: n/a
Hi

I finally could compile the file having visual c++ 6 installed in my computer. thanks for all of you for your attention. See you in other problem!

Best Regards, Alper
  Reply With Quote

Old   August 25, 2005, 12:46
Default Re: Compiling problem
  #7
hari
Guest
 
Posts: n/a
Try this You need to follow the following steps 1) set up the environmental variable This is done by going to the start menu > Programs>Fluent> Set_environment clicking this would set the path and variable. 2) set up a directory structure as follows create a dir libudf in that create "src" and "ntx86". In ntx86 create "3d".( am asuming that ur simulation is 3d) 3) copy the udf (.C file) and the required header( u can get the header files frm c:\FLUENT.INC\fluent6.*.*\ntx86\src) files into the "src" folder. 4) go to c:\FLUENT.INC\fluent6.*.*\ntx86\3d copy the contents into the 3d folder which you created. 5) go to c:\FLUENT.INC\fluent6.*.*\ntx86\src copy makefile_nt.udf and user_nt.udf to your 3d folder 6) rename makefile_nt.edf to makefile and open user_nt.udf and read the instructions and do accordingly. 7) close FLUENT . Open command prompt ( start > accessories > command prompt ) type the following C:\ CD program Files \ microsoft visual studio .net\vc7\bin 8) type :- vcvars32 9)go to the libudf\ntx86\3d which u have created 10) type nmake 11) This will compile ur code and build a lib if u dont have any errors , if errors are present it will say so u need to debug it then. 12) once this is done u can open fluent again and load the lib u have just created , in this case it would be libudf.

hari
  Reply With Quote

Old   August 26, 2005, 01:39
Default Re: Compiling problem
  #8
Alper Albayraq
Guest
 
Posts: n/a
Hi hari

Thank you very much indeed. Your guidance realy worked very well. But I have some more questions. Sorry for my ignorance.I am not well in computer science.

1:What vcvars32 does?

2:Then what nmake does?

3:why when i work with (Visual c++ 6) rather than (visual studio.net) there is no need for such steps you've mentioned?

4:when fluent solve a case which have a compiled udf, Does fluent use out-of-fluent compiler(such as visual c++) in the same time when it iterates?

Thanks for devoting your time for me.

Best regards, Alper

  Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Problem compiling OpenFoamTurbo troy OpenFOAM 3 December 4, 2020 14:08
my problem wuth UDF compiling m.beh FLUENT 3 November 22, 2011 00:47
Problem in Compiling the solver m.maneshi OpenFOAM Running, Solving & CFD 4 November 3, 2010 02:07
problem in compiling UDF ammi reddy FLUENT 1 December 1, 2006 06:45
UDF compiling problem in Windows Mazyar FLUENT 1 April 26, 2006 01:48


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