|
[Sponsors] |
January 26, 2012, 06:30 |
|
#21 |
New Member
Peter
Join Date: Jan 2012
Posts: 29
Rep Power: 14 |
Hey Guys,
I am facing similar problems to many people on this thread. I have followed Ivan's steps. My knowledge in using the Command Prompt is very limited. Can anyone point me in the right directions on how to navigate on the MS-DOS windows to the working directory? Many thanks in advance Peter |
|
January 26, 2012, 06:35 |
|
#22 | |
Member
EH
Join Date: Dec 2010
Posts: 61
Rep Power: 15 |
Quote:
http://www.cfd-online.com/Forums/flu...tml#post330519 |
||
January 27, 2012, 09:24 |
|
#23 |
New Member
Peter
Join Date: Jan 2012
Posts: 29
Rep Power: 14 |
Afternoon,
That thread has helped me greatly. Am I right in understanding that Microsoft Visual 2008 C++ is a 32-bit compiler, and will not compile 64-bit functions? I am running Fluent 6.3.26 64-bit on Windows 7. Will this be an issue for me? Currently I am using compiled functions (in tutorials I have downloaded). I can build them but not load them. The error that I get is that Fluent can not find the libudf file. I have tried changing the library name in the working folder, but still I am not having any success. Thanks again for all your help. Peter |
|
January 27, 2012, 09:28 |
|
#24 | |
Member
EH
Join Date: Dec 2010
Posts: 61
Rep Power: 15 |
I am not sure about that, but for some reason, it didnt work. It is only wiht 2010 that I got the UDFs to run.
Quote:
|
||
January 27, 2012, 09:38 |
|
#25 |
New Member
Peter
Join Date: Jan 2012
Posts: 29
Rep Power: 14 |
I will get Visual 2010. Re run the problem and let you all know.
Cheers |
|
February 7, 2012, 17:05 |
|
#26 |
New Member
Peter
Join Date: Jan 2012
Posts: 29
Rep Power: 14 |
Really simple answer to this, my lack of experience did not help me. You must launch Fluent through your command promt. Simply type in fluent in you command promt and continue as normal. Thanks for the help guys!
|
|
February 8, 2012, 03:30 |
|
#27 |
Member
kabilan.B
Join Date: Jul 2010
Location: chennai
Posts: 79
Rep Power: 16 |
hi mr.
i have problem with my udf for my dynamic mesh problem. i have udf file while use this the same open problem shows. i m using win7 64bit... could u pls help me to install visual studio and how can i work...... |
|
February 8, 2012, 05:45 |
|
#28 |
New Member
Peter
Join Date: Jan 2012
Posts: 29
Rep Power: 14 |
http://www.microsoft.com/visualstudi...itions/express
Download Visual from the link above. Also ensure your C Source file is in the same folder level as your mesh/cas and libudf folder, in your working folder. |
|
February 13, 2012, 11:18 |
udf
|
#29 |
Member
kabilan.B
Join Date: Jul 2010
Location: chennai
Posts: 79
Rep Power: 16 |
hi mr
cant get u.can you please elaborate it? thank you |
|
February 13, 2012, 11:23 |
|
#30 |
Member
EH
Join Date: Dec 2010
Posts: 61
Rep Power: 15 |
Check this thread to get more information
someone help me please with my UDF |
|
June 6, 2012, 16:30 |
|
#31 |
Senior Member
Rick
Join Date: Oct 2010
Posts: 1,016
Rep Power: 27 |
wrong post, sorry
|
|
June 12, 2012, 07:20 |
|
#32 |
New Member
Join Date: Aug 2009
Posts: 6
Rep Power: 17 |
hi guys
I'm facing a problem concerning compile udf. i did all things that were mentioned above. but i still have the problem entitled" system can not find spicifed file". log file is created and has this error (((NMAKE : U1073: don't know how to make '..\..\src\heat' Stop.))) this is my udf: ----------------------------------- #include"udf.h" DEFINE_PROFILE(heatflux, thread, position) { real y[ND_ND]; real z; face_t f; begin_f_loop(f, thread) { F_CENTROID(y,f,thread); z = y[2]; F_PROFILE(f, thread, position) = 283889.07*cos((4.0*atan(1.0)/0.815)*(z+0.01005)); } end_f_loop(f, thread) } --------------------------------------------------- could anyone help me thank you in advance |
|
May 30, 2013, 09:54 |
|
#33 | |
New Member
Join Date: May 2013
Posts: 2
Rep Power: 0 |
Quote:
can anyoone please help??? using windows 7 64 bit and visual studio 2010 |
||
|
|