|
[Sponsors] |
July 5, 2004, 08:07 |
Trouble in using subroutine (FIDAP)
|
#1 |
Guest
Posts: n/a
|
Dear all:
Now I have met a problem using FIDAP. After I key the command as follows: user_sub fisolv test fisolv_user I got a response like below: ************************************************** ***************** USER_SUB: INCORPORATE A USER SUBROUTINE INTO FISOLV THE FOLLOWING PARAMETERS WERE SPECIFIED: PROGRAM NAME: FISOLV NEW EXECUTABLE NAME: test.EXE USER SUBROUTINE FILE NAME: fisolv_user.F ************************************************** ***************** BEGINNING REBUILD OF FISOLV AT Mon Jul 05 17:48:48 2004 ------------------------------ 'df' is not internal or external command can be done. LINK : fatal error LNK1181: cannot open input file "fisolv_user.obj" LINK : fatal error LNK1181: cannot open input file "fisolv_user.obj" -------------------------------- FINISHED REBUILDIND OF FISOLV AT And the subroutine I set is ******************************** SUBROUTINE USRBDY (NELT,NE,NG,BDYF,VARI,DVARI,NDFCD,LDOFU,SHP, 1 DSDX,XYZL,PROP,TIME,NPTS,ndp,MNDP,IERR,IOPT) DIMENSION BDYF(3,NPTS) DO 100 N=1,NPTS BDYF(1,N)=10.*SIN(X) BDYF(2,N)=0.0 BDYF(3,N)=0.0 100 CONTINUE RETURN RETURN END ************************************* I didn't set the 'df' command. And I don't know why it will have the link fatal. Therefore, I need some advise to solve the problem. Thanks in advance, Shuwen |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fortran Subroutine Error | sergiorbrett | CFX | 12 | September 3, 2012 08:40 |
user_sub FIDAP doesnt work | semetay | FLUENT | 3 | July 22, 2006 20:51 |
how to apply mixed BC by using Fidap subroutine? | Ning Yang | FLUENT | 0 | November 23, 2004 20:50 |
FIDAP subroutine: USRBDY | Shuwen Tzeng | FLUENT | 0 | September 3, 2004 04:40 |
FIDAP User subroutine | Seo, Taewon | FLUENT | 0 | May 7, 2003 22:56 |