Blog

Obtaining volume, centre of gravity and inertia matrix from STL file

In order to get the details about the volume, centre of gravity and inertia matrix from the STL file of the geometry, we use the numpy-stl python library. It is an efficient and simple library to make work with STL files. The installation of this library is done using command:pip install numpy-stlAfter installing this package, […]

Read More

Cloud Computing II

In the previous post we have seen What is Cloud Computing and What are it’s various types. But, you must be wondering why someone working in Computational Mechanics field needs to know about that. The answer is, we as a researcher and working professionals use various software packages to design, analyze and visualize and for […]

Read More

Klatex Formula

Klatex Formula is an open-source tool designed for writing formulas and text which can be used in several domains like research writing, journal writing, thesis writing, etc. The graphical images which it generates can be drag and drop, copy and paste to various locations like MS Word, latex document, affinity, etc. It allows one to […]

Read More

Free-Free Modal Analysis

Modal analysis is called the mother of all dynamic analysis because modal analysis is a prerequisite before performing any dynamic analysis. The modal analysis captures the dynamic characteristics of the vibrating system like natural frequency and mode shapes. The natural frequency is the inherent frequency of the vibrating system at which the system tends to […]

Read More

Cloud Computing

Cloud computing is an umbrella term that encapsulates the computing services that are accessed via internet on-demand basis; the computing resources including-servers, data storages and networking capabilities for such services can be located at the same location or different parts of the world which are termed as data centers and are managed by the Cloud […]

Read More

Practice problems for coding

Anything that has not been tried before seems a nightmare to start, may be that can be said for the coding as well. But, one has to start at some point and possibly this can be a good time to do so; here we will be discussing about two of the very standard yet simple […]

Read More

Understanding loops in Python

Patterns can be printed in python using simple for loops. The first outer loop is used to handle number of rows and the Inner nested loop is used to handle the number of columns. Manipulating the print statements, different number patterns, alphabet patterns or star patterns can be printed. By printing different patterns, you can build […]

Read More

Markdown

Markdown is a lightweight and popular Markup language for writing a web page, blogs, documents by using a plain-text editor. It’s a simple way to format without any burden of changing font size, color, etc. Its files can easily be shared between different devices and people. I’ve used Jupyter Notebook for my work. Writing BoldTo write in […]

Read More