|
[Sponsors] |
CFX 4.4: NAG Library Link to CFX subroutine... |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 7, 2005, 19:51 |
CFX 4.4: NAG Library Link to CFX subroutine...
|
#1 |
Guest
Posts: n/a
|
Hi,
I have a 6th order polynomial that I need to calculate as a particular SCAL changes. Does anyone know, how I can link a NAG subroutine to CFX USRSRC. If anyone does know, please let me know. RK |
|
September 21, 2005, 11:28 |
Re: CFX 4.4: NAG Library Link to CFX subroutine...
|
#2 |
Guest
Posts: n/a
|
Hi!
Hope this will help. If you want to use your own fortran routine in your USR*** files (CFX-4), you can do it like this: 1.) put the routine(s) in a file ex. MY_ROUTINE.f 2.) compile it to get MY_ROUTINE.o (or. .obj) depends on the system (WIN, UNIX, LINUX) 3.) in GUI goto solve/advanced_options menu 4.) write in User object file MY_ROUTINE.o or you can use MY_ROUTINE.f directly. Then you can use your subroutines in any USR*** Miroslav Babic |
|
September 21, 2005, 11:40 |
Re: CFX 4.4: NAG Library Link to CFX subroutine...
|
#3 |
Guest
Posts: n/a
|
Hi,
Sounds good. Thanks for your generous help. Best Wishes, RK |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
GETVAR SUBROUTINE for additional variable in CFX | Tuks | Main CFD Forum | 0 | November 8, 2005 07:13 |
Tecplot & CFX 4.4 | S. H. Kim | CFX | 3 | December 20, 2001 07:07 |
CFX 4.4 installation problem | Pandu Sattvika | CFX | 1 | December 1, 2001 05:07 |
Programming turbulence models (CFX 4.4) | Hamsdi | CFX | 2 | October 12, 2001 02:14 |
CFX User Subroutine Archive | David Creech | Main CFD Forum | 0 | March 17, 1999 13:41 |