-
@almacarolina and I noticed that the coefficient of restitution for Lagrangian particles is hard-coded to `1.0` here:
https://github.com/OceanBioME/OceanBioME.jl/blob/3a01fc1e1f99f61679a9653947141e…
-
Sometimes you have a boundary condition, or Lagrangian particles, or biogeochemistry that needs updating every time step (or every n time steps).
The current method of ensuring this update occurs i…
-
### Description
Hello,
I am trying to create a Voronoi diagram from a lagrangian simulation where I have particles. The expectations for the particles in terms of the PDF of the Voronoi cell ar…
-
Hi all! I've been testing the Lagrangian particles method (ideally on GPUs, but I'm including the error messages for CPU compilation for simplicity) and am running into two issues: (1) tracking dynami…
-
The module for exchanging the data associated to particles GPEXCHTYPE_NN is not operational.
Functions like `GPart_InitUserSeed` use `this%gpcomm_%VDBSynch` even when GPEXCHTYPE_NN is active.
In a…
-
Follow this post: https://gist.github.com/scmx/eca72d44afee0113ceb0349dd54a84a2#code
Minimum Working Example
```
using Random
using Printf
using Plots
using Oceananigans
using Oceananig…
-
I'm wondering if anyone thinks that there are some big improvements that can be made to `LagrangianParticles`. Here is a list of issues that come to mind:
* it is inconvenient to initialize the loc…
-
When I add Lagrangian particles to the simulation, I also need to sample the model state along each Lagrangian trajectory. For example, I need a time series of vorticity, or maybe a passive tracer (o…
-
This is related to #13805, but instead of an error on LP%N_REALS etc., it has to do with LPC%N_STORAGE_REALS etc.
The case is the same as the previous one, but I divided it into 4 meshes. If I run …
-
Hi Mikaem,
I cloned fenicstools and installed it with the command "python setup.py install". Importing your library I have the following error :
/Users/anonymous/anaconda2/envs/pyfenics/lib/pyt…