-
## The problem and the context
Dear developers, I am a user of Smilei for particle-in-cell (PIC) simulations and have greatly appreciated its capabilities in my research. In my recent work, I have …
-
Hi there,
I hope you are doing well and thanks for developing this beautiful PFM version.
I am continuously working with the **cfdemSolverMultiphaseScalar** solver, and have faced an issue. For in…
-
In the GK solver we compute boundary fluxes for at least two purposes:
1. Using them in the Boltzmann electron model, which obtains the sheath potential from ambipolarity at the sheath entrance: Gamm…
-
We have been trying to implement PRT in a transient problem where the phreatic surface starts within a lower, relatively impermeable hydrogeological unit, and will raise in time to reach more permeabl…
-
### Bug Description
The `HashGrid` does not correctly traverse cells through the periodic boundary condition. It does for particles close to the right edge - but not for particles in the vicinity of …
-
I'll implement PolyPIC with undergraduate students at Kyungpook National University.
References: https://arxiv.org/pdf/1807.05183.pdf
-
void Simulate() {
// CLEAR GRID
std::size_t grid_size = grid.size();
// 确保 grid_size 不超出 int 的范围
#pragma omp parallel for
for (int i = 0; i < static_cast(grid_size); ++i) {
…
-
Hi,
I will provide you with the code I'm using, which is similar to the capacitive discharge example, with changes to particles, reactions, and cross-section files, and the error I faced when running…
-
**Describe the bug**
Opening *.pmd files that use the openPMD AMR naming convention `_lvl` with the native openPMD-api reader plugin in Paraview 5.13.0 and 5.13.1 shows no cells and no particles. Thi…
-
```
1. Инициализация распределения частиц
плазмы
2. Интерполяция координат частиц в узлы
сетки
3. Интегрирование уравнений для поля в
узлах сетки
4. Интерполяция сил в координаты частиц
5. Интегрир…