Abaqus is a powerful software package used for simulation and analysis of engineering problems. In this tutorial, we will provide step-by-step instructions for how to install Abaqus 2024 Golden (GA) on a Windows or Linux machine.
Download the software
The first step is to download the software, which can be obtained from Dassault Systèmes. Look for the SIMULIA Abaqus Extended Products (Abaqus, Isight, Tosca & fe-safe and Documentation) – Abaqus 2024 Golden – AllOS section and download all five bundles listed.
Note: Each bundle is around 3.5 GB in size, so make sure you have enough disk space.
Extract the archives
Once the files are downloaded, extract the archives by putting all five bundles in the same folder.
For Windows, I recommend installing 7-Zip. You can install it from https://www.7-zip.org or by running the following command in the command prompt: winget install –id=7zip.7zip -e
Select all tar files, then right-click and select 7-Zip > Extract Here.
On Linux, run the command
for i in *.tar; do tar xf $i; done
On both Windows and Linux, you should end up with a single large directory tree headed by the folder AM_SIM_Abaqus_Extend.AllOS. For more information on this, please refer to the documentation at Extracting the Assembly Media.
Install the Software
On Windows, navigate to folder AM_SIM_Abaqus_Extend.AllOS\1 and execute setup.exe. Make sure to run setup.exe as Administrator by right-clicking and selecting Run as Administrator.
On Linux, run StartGUI.sh to invoke the GUI-based interactive installer. See Launching a DS Media in GUI or TUI Mode if you face any difficulty.
Several pieces need to be installed. Make sure to request all necessary pieces from the installer. Refer to Assembly Media Content and Organization if needed. At a minimum, you must install SIMULIA_EstablishedProducts and SIMULIA_EstablishedProducts_CAA_API. A separate installation of Isight is present at the end of this article.
Abaqus solvers (Abaqus/Standard and Abaqus/Explicit), as well as the Abaqus preprocessor (Abaqus/CAE), are necessary to install. I recommend installing the rest of the SIMULIA Established Products. You can always come back and install more services later.
It is recommended to use Managed DSLS. Unlike FlexNet or DSLS, Managed DSLS does not need separate licensing software to be installed on this or any other machine.
Managed DSLS is a free service offered by Dassault Systèmes. To get Managed DSLS set up, refer to this article: How to Configure Managed DSLS
If you plan on using the FlexNet license server, follow these instructions: Installing the FLEXnet Server.
Depending on your licensing, choose the appropriate selection. In this example, I had configured licensing with Managed DSLS, so I will choose Skip licensing configuration.
The Commands directory is where the SIMULIA Established Products store their binaries. This directory is automatically added to your PATH when installing, making it possible to run commands like “abaqus job=jobname” in the command line.
This is the directory where you can store external plugins globally. See Where are plug-in files stored for more details.
Specify the working directory. This can always be changed depending on the directory you are working out of. This is set to C:\temp by default, but some computers don’t have that directory, so make sure to verify that C:\temp exists before proceeding. See Setting the work directory for more details.
We should now have Abaqus 2024 Golden, the initial public release of Abaqus 2024, installed on our system.
Patch Abaqus with the Latest HotFix
Dassault Systèmes continues to release updates to Abaqus throughout the year. That is what “SIMULIA Abaqus 2024.FP.CFA.####” is in the Level menu.
At the time of publication, 2405 (5th week of 2024) is the latest patch. All prior patches are included when you install the latest, so you can ignore previous ones. You can pick and choose which parts of the update you want to install.
If you just want to update Abaqus, go with Part_SIMULIA_EstPrd. Be sure to choose WIN64 if you’re on Windows or Linux64 if you’re on Linux.
Once downloaded, extract the archive then navigate to 1\Software. There will be two other directories
-
- CAASIMULIA_EstPrd.HFX.Windows64
-
- SIMULIA_EstPrd.HFX.Windows64
with X being the hotfix number. This is an important step as it needs to be performed in the correct order. First, go into directory SIMULIA_EstPrd.HFX.Windows64\1, run setup.exe, and follow the installation. Once complete, navigate to the second directory CAASIMULIA_EstPrd.HFX.Windows64\1, run setup.exe, and follow the installation.
Congratulations! You have successfully installed the latest version of Abaqus 2024 on your machine. Learn how to get trained in Abaqus and check out more tutorials by following the links below.
Isight Installation (Optional)
To install Isight, which could have also been done with the previous installation, launch the same executable setup.exe found in directory AM_SIM_Abaqus_Extend.AllOS\1:
Choose Isight Desktop as the component to install. The SIMULIA Execution Engine is used to parallelize and distribute simulations across multiple computers in an enterprise setting.
Licensing has already been taken care of, so this step can be skipped.
You now have successfully installed Isight.