Blog

Steps to install Salome

Step 1: Go to the official website of Salome https://www.salome-platform.org/?page_id=15 and download the setup. Step 2: Right-click on the setup and select run as administrator. Step 3: The license agreement window appears on the screen. Select on the accept the agreement button and then select the next button. Step 4: After that, select the destination […]

Read More

Steps to Install Gmsh

Step 1: Go to the official website of Gmsh https://gmsh.info/ and click on download Gmsh for windows. Step 2: The zip file of gmsh is downloaded. Unzip that zip file by clicking on it and selecting the extract button. Step 3: After extracting, right-click on the gmsh.exe button and select run as administrator. Step 4: […]

Read More

Steps to install Cmder

Step 1: Go to the official website of cmder https://cmder.app/ to download the setup. Step 2: A cmder.zip file is downloaded. Unzip that zip file by right click on it and clicking on Extract to the “cmder\” button. Step 3: After unzipping the cmder.zip file, right-click on the Cmder.exe and click on the run as […]

Read More

Steps to install Docker Desktop

Step 1: Go to the docker desktop official website https://www.docker.com/products/docker-desktop/ and click on download docker desktop for windows. Step 2: Once the setup has been installed, then right-click on the setup and click on the run as administrator. Step 3: The docker desktop installation process is started. The configuration window appears on the screen, click […]

Read More

Tough 3D printing resins

While FDM technology of 3D printing can use traditional industrial plastics like ABS and Polycarbonate, resin 3D printers require special photopolymer resins that harden (cure) under UV light. Most 3D printing resins are either epoxy-based or acrylate-based, the latter used more often in desktop printers. Many thinks of resin 3D printed parts as fragile and […]

Read More

Adding multiple step files together in Ansys workbench

When we want to add multiple step files of geometry in Ansys workbench, then in that case, follow the below steps: Open the design modeler. Go to the file option at the top. Then click on the import external geometry file option. At last, click on generate button. Repeat the same procedure for different step […]

Read More

Reasons and solutions for the optimization algorithm convergence

Various reasons are responsible when the optimization algorithm’s convergence is not ensured. Some of the following steps are beneficial in fixing this issue:  Ensure that the objective function and the constraints are appropriately formulated. Ensure that the objective and constraint functions are continuous and differentiable at least up to the second order. If the objective […]

Read More

Gradient vector, Hessian matrix and Quadratic forms

Gradient vector: If the partial derivative of a function f(x) (function having $n$ variables) with respect to the $n$ variables $x_1$, $x_2$…..$x_n$ at a point $x^{\star}$ is taken, then that partial derivative vector of f(x) represents the “gradient vector” which is represented by symbols like $c$ or $\triangledown {f}$, as: $\mathbf{c}=\nabla f\left(\mathrm{x}^{*}\right)=\left[\begin{array}{c}\frac{\partial f\left(\mathrm{x}^{*}\right)}{\partial x_{1}} \\ \frac{\partial f\left(\mathrm{x}^{*}\right)}{\partial […]

Read More