|
[Sponsors] |
January 4, 2018, 07:21 |
Ansys 18.2 on Linux Mint 18.3 - HowTo
|
#1 |
Senior Member
Join Date: May 2012
Posts: 552
Rep Power: 16 |
Hi,
So after some searching (mainly on this forum) I managed to get a working installation of ANSYS Workbench + Fluent on Linux Mint 18.3. I put down my steps here in case someone else wish to try a Debian based distro. 1. Install the ANSYS package. 2. Make sure you have mesa-utils and rpm installed 3. Do some exports: Code:
export LD_LIBRARY_PATH=/usr/ansys_inc/v182/Framework/bin/Linux64/Mesa:$LD_LIBRARY_PATH export FLUENT_ARCH="lnamd64" First find the paths: Code:
locate libGL.so locate libc.so Code:
sudo ln -s /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1 /usr/lib/libGL.so.1 sudo ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib64/libc.so.6 Code:
cd ~ sudo chown -R username:username .ansys Code:
sudo dpkg-reconfigure dash |
|
January 9, 2020, 08:47 |
|
#2 |
Senior Member
Join Date: May 2012
Posts: 552
Rep Power: 16 |
**Since it has passed too long time to edit this post I just add some more information here. It may be of value to someone**
If you do not wish to change your default shell to bash (step 6 above), then you can also modify the fluent shell scripts There are two files that you need to edit (change version to the appropriate one if you are not using version 18.2). Code:
/usr/ansys_inc/v182/fluent/bin/fluent Code:
/usr/ansys_inc/v182/fluent/fluent18.3.0/bin/fluent Code:
#!/bin/bash |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ANSYS Workbench on "Uncertified" Linux Distros | hsr | CFX | 289 | April 20, 2023 10:23 |
Can you help me with a problem in ansys static structural solver? | sourabh.porwal | Structural Mechanics | 0 | March 27, 2016 18:07 |
ANSYS to Linux | mechanicaldesign | ANSYS | 44 | December 12, 2013 22:41 |
ansys 11 under linux 64 bit | mbn86 | ANSYS | 4 | November 29, 2011 06:03 |
How can I start the ANSYS 12 workbench in LINUX | Ardisia | ANSYS | 3 | September 7, 2010 01:19 |