Using WELSIM on the Linux CentOS 7

SimLet

May 1, 2018

WELSIM v1.7 recently announced the support of the CentOS 7 operating system, which is followed by the previously supported Ubuntu and Fedora Linux distributions. CentOS and RedHat users can use WELSIM directly for finite element analysis, while cloud computing users can quickly deploy WELSIM on the CentOS server in the cloud.

Now let’s see how to download, install, and use WELSIM on CentOS 7 for engineering simulation analysis.

Download the latest WELSIM CentOS 7 version from website https://welsim.com.

After the download is complete. In the folder where the downloaded file is located, right-click on the blank area and select Open in Terminal from the pop-up context menu.

At this time, the system will pop up the terminal window and the working path is the current directory. Enter the following command in the console $ chmod +x WelSim17SetupCentOS7.run $ ./WelSim17SetupCentOS7.run

As the picture shows:

You will immediately see a graphical installation wizard window on your screen.

Click Next, and you will be prompted to enter the installation path. You can use the default installation path.

After clicking Next, you will be prompted to select the module. WELSIM is a complete CAE simulation solution framework. You can keep the default setting and click Next.

At this time, the installation interface prompts that the installation will occupy 423.99M of hard disk space. If you confirm that the computer space is sufficient, click Install.

After a few seconds, the installation is complete.

Click Next, and you will see the installation completion confirmation.

Since WELSIM’s visualization module requires some dependent libraries such as libGL, libGLU, etc. At running WELSIM for the first time, you may need to install those libraries. The command below can install the necessary libraries to your system. $ sudo yum update $ sudo yum install mesa-libGLU mesa-libGL

as the picture shows:

Next, open the installation directory and select Open in Terminal from the context menu as shown in the figure below.

Type the command below to the terminal window:

$ chmod +x runWelSim.sh (Only need at running for the first time) $ ./runWelSim.sh

At this time, the main interface of the software will start, as shown below.

Now let’s set the analysis type to steady-state thermal analysis and import a geometric model. As the picture shows:

Set to use the quadratic element and implement the meshing. You can obtain the generated mesh as shown:

Define the relevant boundary conditions as shown below.

After calculation, you can evaluate the temperature result and plot the contour as shown in the figure.

The analysis is complete. Save the project as a *.wsdb file, which can be opened on this machine or other computers later. The *. wsdb files saved in the CentOS version can also be resumed in other Linux distributions or Windows versions.

More about using WELSIM on Linux, you can visit https://welsim.com/linux, or leave us a message.