Skip to main content

Blog posts

Job opening at IIT Kharagpur

Submitted by Atul Jain on

We are looking for an applicant with Master degree in Mechanical Engineering or allied fields with prior experience in finite element modelling and mechanical/damping characterization.  The position is for a period of up to 36 months, depending on the performance of the candidate. There might be possibility of registering for the MS (by research) or PhD program at the Indian Institute of Technology Kharagpur, if found suitable in the corresponding selection procedure of these programs.

5th International Conference on BioTribology: 26-28 April 2021 (Online)

Submitted by MMcA2 on

The program for the joint 5th International Conference on BioTribology (ICoBT) and the 23rd International Conference on Wear of Materials (WOM) is announced. The conference will take place online 26-28 April 2021. Delegates have full access to both conferences.

Registration deadline for live participation: 23 April 2021

For full details and to register, visit www.elsevier.com/biotribology-conference

Eight fully funded Master positions in Computational Mechanics and Materials Science at CEMEF (Mines ParisTech & PSL University)

Submitted by daniel.pino_munoz on

Advanced Master MAPMOD

Digital Materials and Advanced Processes Modelling

MAPMOD is a one-year full-time postgraduated program in line with industrial needs for high level competences in high added value components or equipment manufacturing in fields such as aeronautics, energy, automotive…

Ph.D. positions (2021 Fall and 2022 Spring) at North Carolina State University

Submitted by Jie. Yin on

Ph.D. positions starting from 2021 Fall and 2022 Spring in YIN group at NCSU.

The research program will focus on soft robotics and mechanical metamaterials. Candidates with high self-motivation, experimental or modeling background and interests in mechanical engineering, materials science and engineering, and mechanics are highly encouraged to apply.

 

Discussion of fracture paper #29 - Fast crack growth in fibre reinforced composites

Submitted by ESIS on

The outstanding and brilliantly written paper, "Modeling of Dynamic Mode I Crack Growth in Glass Fiber-reinforced Polymer Composites: Fracture Energy and Failure Mechanism" by Liu, Y, van der Meer, FP, Sluys, LJ and Ke, L, Engineering Fracture Mechanics, 243, 2021, applies a numerical model to study the dynamics of a crack propagating in a glass fiber reinforced polymer. The paper is a school example of how a paper should be written. Everything is well described and carefully arranged in logical order.

Maurice Jaswon: link to a biographical note

Submitted by Mogadalai Gururajan on

I recently posted a C code for the solution of Eshelby problem based on the paper by Jaswon and Bhargava.

In the last couple of days, I learnt that Jaswon also worked with Cottrell on solute drag and is one of the pioneers of boundary element method. The following paper by Martin gives a nice introduction to Jaswon and his work -- along with a complete listing of Jaswon's papers. There is also a lovely photograph of Jaswon with R D Bhargava in the paper and the first few references are also a good place for those who want to understand the history of boundary element method.

Research Assistant and Research Associate Positions at IIT Bombay

Submitted by Mogadalai Gururajan on

We are looking for applicants with Masters or PhD degrees with expertise in C programming (parallel programming skills are preferred but not essential), numerical solutions of partial differential equations (finite difference / Fourier spectral tehcniques are preferred) and linux based computers and high performance computing clusters (GPU exposure is preferred but not essential). The positions are for a duration of 21 to 24 months.

Eshelby solution: 2-D code for benchmarking

Submitted by Mogadalai Gururajan on

This is a C code based on Jaswon and Bhargava for 2-D solution for the Eshelby problem. Please feel free to write to me in case you find any errors. I am sharing this code under GNU GPL license. In order to upload the code, the file extension is given as txt. Once you download the code, remove the .txt and keep only the .c extension. The command

gcc JaswonBhargava.c -lm

will compile and give you the executable to run.