-
Originally reported by: **Yi-Hao Chen (Bitbucket: [yihaochen](https://bitbucket.org/yihaochen), GitHub: [yihaochen](https://github.com/yihaochen))**
----------------------------------------
As I und…
-
Hello Dr. Baranov,
We have been following the complete generation steps (-fba, -ls, -lsgd) to create varying sizes of monodisperse packings, without specifying diameters in a `diameters.txt` file. …
-
Now I implemented a code that simulates the behaviour of a noble gas.
The important part of the code, is the place where I calculate the interactions between particles : force_calculate function.
I do…
-
## Goal
significantly faster calculation of short range force/pressure/energy by using a more cache-friendly data structure
## Background
* ESPResSo currently stores particles as a struct `Pa…
-
I plan on making the amount of IPC calls largely static for 0.56, as right now their amount can often cripple performance. This issue is to keep track of such calls.
IPC call|Usage|Solution|Status
…
-
Hi all,
I've been going through the source-code trying to understand the cylindrical-PIC algorithm, and there's a line in `Projector/ProjectorAM2Order.cpp` which looks wrong to me. On lines 140 and…
-
I've been revisiting the `ground_vegetation_radi` verification case to try to understand inaccuracies we might have with radiation attenuation by particles/vegetation. We give the expected solution fo…
-
Hi,
There might another issue with the way DFNTrans checks for intersections, which makes particles skip them in some rare cases.
The bug happens when a particle is very close to an intersection…
-
Hi sir,
I oblique incident a beam of circularly polarized light onto a plasma target, and the density of the plasma target increases linearly.But strangely enough, The y polarization component …
-
### Bug report
**Bug summary**
An arepo snapshot whose on-disk ParticleIDs data type is uint32 or uint64 is converted to float32 or float64, respectively.
The conversion can be traced back to…