|
[Sponsors] |
Method to set environment variables for linking ANSYS Fluent 19.1 and visual studio 1 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 13, 2019, 08:17 |
Method to set environment variables for linking ANSYS Fluent 19.1 and visual studio 1
|
#1 |
New Member
Ren Yang
Join Date: Nov 2018
Posts: 1
Rep Power: 0 |
I have solved the 'nmake' problem for UDFs in ANSYS Fluent.
The main is to set the environment variables for linking ANSYS Fluent and Visual studio 2012 as follows. After installing ANSYS Fluent and Visual studio completely, three important environment variables need to add including INCLUDE, LIB and Path. Firstly, make sure Microsoft SDKs and Microsoft Visual Studio 12.0 installed in the computer. Then, add three variables in System variables. (1) INCLUDE C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include (2) LIB C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\lib\amd64 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\x64 (3) Path C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64 C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
does Hyperthreading affect the application of UDF? | SJSW | Fluent UDF and Scheme Programming | 11 | October 10, 2018 23:28 |
The udf.h headers are unable to open- in VISUAL STUDIO 13 | sanjeetlimbu | Fluent UDF and Scheme Programming | 4 | May 2, 2016 06:38 |
CFX11 + Fortran compiler ? | Mohan | CFX | 20 | March 30, 2011 19:56 |
How to install CGNS under windows xp? | lzgwhy | Main CFD Forum | 1 | January 11, 2011 19:44 |
CGNS lib and Fortran compiler | manaliac | Main CFD Forum | 2 | November 29, 2010 07:25 |