-
I wonder how the latest version of Modpath-7 (the provisional version) handles the dry and partially saturated cells in a MF6 Newton Raphson solution.
The two attached figs (the dashed lines = cel…
-
Looking at these two tests it appears we have the units of ```particles``` in the units for some cases and not for others
```python
def test_cell_tally_flux_with_no_std_dev(self):
r…
-
**Describe the bug**
The memory increases when running the snippet below by ~5KB/iter.
From https://forum.taichi-lang.cn/t/topic/3839
**To Reproduce**
```py
import taichi as ti
ti.init()
…
-
On each process, we need some storage for the particle data.
Each particle should have the following:
* a cell (index) to which is it attached
* a position
* some values which it carries
All…
-
Right now the main limiting factors of the performance of the code for the DL_MESO example is the pairwise task performance (and the inability to trace them, but thats a separate issue which requires …
-
So, this lags pretty badly on my computer when you make the world size much larger than 300x300, no matter how many particles there are. I think this is just because of the sheer number of cells it ne…
-
### Parcels version
3.0.3
### Description
I encountered an error when running Parcels with b-SOSE (MITgcm) fields on Lorenz, which I have not seen before. It seems to be linked to some kind o…
-
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. …
-
Originally reported by: **Yi-Hao Chen (Bitbucket: [yihaochen](https://bitbucket.org/yihaochen), GitHub: [yihaochen](https://github.com/yihaochen))**
----------------------------------------
As I und…
-
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…