Egor Demidov

Posts

How to iterate over types without instantiation

Jul 24, 2024

Post featured image

A tutorial on how to iterate over a list of types in C++ and access their static fields without instantiating the types.

How to model soot restructuring

Jul 15, 2024

Post featured image

A tutorial on how to simulate soot restructuring using a free and open source tool based on discrete element method (DEM).

How to run latexdiff in Github Actions

Apr 19, 2024

Post featured image

A tutorial on how to generate a pdf highlighting differences between two LaTeX documents in a Github Actions runner.

DEM Framework for Soot Aggregate Mechanics

Mar 12, 2024

Post featured image

We have developed a Discrete Element Method (DEM) framework that includes contact models necessary to simulate the behavior of soot aggregates under mechanical loading and capillary forces.

libgran: a C++ template library for DEM simulations

Jan 15, 2024

Post featured image

libgran is a C++ template library for Discrete Element Method (DEM) simulations. DEM is a technique for simulation of granular media consisting of rigid spherical particles.