CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   about userroutine in fidap (https://www.cfd-online.com/Forums/fluent/33403-about-userroutine-fidap.html)

zht77 April 5, 2004 23:31

about userroutine in fidap
 
hello!

i encourt a difficult about userroutine using fidap.i don't know how to use it.i do it following help of fidap,but it dosen't work.could u help me?

mario April 21, 2004 10:56

Re: about userroutine in fidap
 
Hi. Fidap use two types of subroutines:

FIDAP SUBROUTINES and FISOLV SOBROUTINES the first is not function of time, the another yes.

Files for build the subroutines are in paht:

Fluent.inc\fidapxxx\scr (depend of your system)

Their names are:

fisolv_user.f

fidap_user.f

You should edit this files and fill the soubrutine that you need. (you can do a copy whit another name for secutity and fill its)

Then, you should compile the subroutine, for this you need execute the program "user_sub.bat" in the line of command, for example:

(for PC) user_sub fidap exefile fidap_user_modif

and

user_sub fisolv exefile fisolv_user_modif

or

(for UNIX) make_fidap fidap_user.f

and

make_fisolv fisolv_user.f

you will obtain a file:

exefile.exe (for PC)

fisolv_user.exe (for UNIX)

this file you can use when you will run the fisolv, in the RUN command yuo need fill the item "FIDAP EXECUTABLE" or "FISOLV EXECUTABLE", depend your necessity.

Moreover, you can run from bath mode, on this form:

fidap -id xxx -fidapexec exefile.exe

and

fidap -id xxx -run fisolv -fisolvexec exefile.exe

Well, I hope that help you. Sorry for my English.

Mario


All times are GMT -4. The time now is 15:52.