Posts by Tags

coding

Matrix multiplication for Rotational Transformation in Python

less than 1 minute read

Published:

In Python, whenever you wish to rotate any plot, you can do that with the help of Rotational Transformation. In Rotational Tranformation, the input coordinate matrix is multiplied with a Transformation (Rotation) matrix.

Color Python output text

less than 1 minute read

Published:

Output text of the Python can look too monotnous as it lacks the color. In order fill life into that, you can use termcolor module of Python that helps you color the output text.

Plot lines using coordinates in Python

less than 1 minute read

Published:

In Python, there are multiple ways to plot a curve, you can plot by defining the function or you can give the coordinates of the curve.

content

How to improve the outreach of blog post?

3 minute read

Published:

Every blog post that goes in internet has many points that make them great for any reader. The improving the ranking of the pages (blogs) on the google search is often a technical task involving many factors.

How to effectively read a Research Article

3 minute read

Published:

Reading a research article is an art. Even though we spend quite a good amount of time doing that, but no one really teaches the approach that we should abapt. And the irony is, there are actually some standard and optimal ways of reading a research paper.

How to write SEO-focused blog post?

4 minute read

Published:

Whenever you create content for any website, you wish that your content comes first whenever a user searches for that in a search engine like google.com. To do that, one uses a certain optimization process called Search Engine Optimization (SEO).

dynamic

Basic steps in impact analysis using LS-DYNA

2 minute read

Published:

LS-DYNA can be a great software when doing the explicit analysis or the analysis that happen in fraction of a seconds. These type of analysis involve high impact rate or high strain rate.

misc

productivity

How to pin floating stopwatch in Windows?

less than 1 minute read

Published:

Being a computataional enigneer, your day will remain incomplete without typing custom codes in code-editor or doing simulations. But, very often, you can fall into the trap of shifting from actual work to random web surfing. The two fold effect of this will be, your time will fly away without any productive outcome and you can still feel like you are doing something.

thermal

Analogy of thermal and structural compliance

1 minute read

Published:

When dealing with the structure subjected to the thermal loading, one terms comes very frequently and that is thermal compliance. But term is rarely defined in any literature, what we frequently see is the mathematical expression -

wave

Implementing Floquet Periodicity in FEniCS or FEniCSx

1 minute read

Published:

When analyzing wave propagation inside a periodic structure, one may consider the analysis over a single section or a unit cell instead of the complete domain, by considering the appropriate periodicity at the boundaries. This approach reduces the domain of analysis and simplifies the problem.

Physical intuition of Floquet periodicity

2 minute read

Published:

When analyzing wave propagation inside a periodic structure, one may consider the analysis over a single section or a unit cell, instead of the complete domain, by considering the appropriate periodicity at the boundaries. This approach reduces the domain of analysis and simplifies the problem.