UPS's linking
UPS's linking
(OP)
Hi!
I'm studying error estimate for models consisting of deferent materials. Therefore I've written a Fortran-program for getting the unaveraged nodal stress in Ansys 8.1.
My problem: I couldn't link these procedure to Ansys. Cann anybody please help me? I am using Salford FTN95 for compiling.
In detail: I've taken the file USER02.F and sligthly modified, to see if it's still working. Therefore I've compiled and built it with Fortran and copied the USER02.F and USER02.OBJ to the Ansys-working directory. I've also copied the MAKEFILE and ANSCUST.BAT files to the same directory. After the run of ANSCUST.BAT I couldn't see any difference compared to the old USER02.
Thanks!
I'm studying error estimate for models consisting of deferent materials. Therefore I've written a Fortran-program for getting the unaveraged nodal stress in Ansys 8.1.
My problem: I couldn't link these procedure to Ansys. Cann anybody please help me? I am using Salford FTN95 for compiling.
In detail: I've taken the file USER02.F and sligthly modified, to see if it's still working. Therefore I've compiled and built it with Fortran and copied the USER02.F and USER02.OBJ to the Ansys-working directory. I've also copied the MAKEFILE and ANSCUST.BAT files to the same directory. After the run of ANSCUST.BAT I couldn't see any difference compared to the old USER02.
Thanks!





RE: UPS's linking
I assume that you've done most of the steps above, with the exception of procuring the EXACT compiler for your version and OS.
Cheers,
-- drej --
RE: UPS's linking
Thank you for your imediate answear!
From the installation guide for ANSYS 8.1 I am learning, that I need the FORTRAN 6.6A compiler. Do you know, if it exists such a compiler free for download? I couldn't find nothing on the internet.
Thanks in advance!
RE: UPS's linking
For win32 platform and v.8.1 you need COMPAQ VISUAL FORTRAN 6.6a I believe (you can use older versions - 6.0, 6.5, 6.6 BUT install file 66acompat.lib) and also you will need MS VC++ 6.0 (SP 5). For win64 and v.8.1 you need Intel Fortran v7.1 and Intel C++ v7.1. for unix, linux. I don't know of a free compiler, but having carried out a search htt
Cheers,
-- drej --