Blog

Getting started with FEniCS on MAC with Docker

FEniCS is a popular open-source computing platform for solving partial differential equations (PDEs). The official site, as well as their official documentation, provides all the necessary steps that are required to set up and run FEniCS. The easiest way to start with FEniCS is via Docker. To use FEniCS with docker follow these steps: Install […]

Read More

Lammps Installation For Parallel Run in Linux

LAMMPS (Large-scale Atomic/Molecular Massively Parallel Simulator) is a classical molecular dynamics code.“LAMMPS has potentials for soft materials (biomolecules, polymers) and solid-state materials (metals, semiconductors) and coarse-grained or mesoscopic systems. It can be used to model atoms or, more generically, as a parallel particle simulator at the atomic, mesoscale, or continuum scale.” Pre Installation Steps:-These installation […]

Read More

How to set custom colormap in MATLAB

When we create a surface plot based on X, Y and Z matrices in Matlab using the surf function, it sets the colormap based on the Z matrix. If we want custom colormap based on some other matrix we can do that by specifying the CData property of the surface. To create the same results […]

Read More

Isogeometric Analysis of Multi-patch Geometry

Isogeometric analysis (IGA) aims at bridging the gap between Computer Aided Design (CAD) and Computer Aided Engineering (CAE) by utilizing Non-uniform rational B-splines (NURBS), which is used for geometric description, as the basis for approximating the solution in CAE environment. However, IGA is not always straightforward, like in case of complex geometries which are generally […]

Read More

Multiscale modeling of textile composite: A Requisite

Composite materials have been rapidly developed and adopted since World War II accompanied by the emergence of new matrix materials and high-performance fibers. Modern aircraft and space structures comprise 50 to 70 percent of this unique blend of composite materials due to their ultra-low weight and high toughness. Robust predictions of the thermo-mechanical response of […]

Read More