-
Would be good to have the ability to compress a block before it gets proposed to peers.
In our use-case individually compressed transactions are 2kb in size. Using Snappy compression over a batch o…
-
TLDR:
There is [SST and SSTm](https://turbmodels.larc.nasa.gov/sst.html), the latter drops the tke term from the viscous stress tensor AND from the production term. Currently we do the former (becaus…
-
Hello everyone,
I'm trying to calculate the pressure terms shown in the following figure (Eq.(2.5) from [Pearson et al., 2019](https://www.cambridge.org/core/journals/journal-of-fluid-mechanics/art…
-
Hi,
I am considering implementing a 3D scenario involving moving obstacles. Currently the code crashes with the message that the code is not yet implemented. Can you please implement the missing part…
-
Hi, 3D obstacles still not work with jit-compile.
```
from phi.tf.flow import *
object_geometry = Box(x=(40,60), y=(40, 60), z=(40, 60))
OBSTACLE = Obstacle(object_geometry, velocity=(0.,1.…
-
When I using phiflow for the case of "smoke_plume", I want to save the arrays of smoke and velocity so that I can continue to calculate the solution when I need. But I don't how to assign numpy array(…
-
Dear users, after putting this string as there is written in the tutorials:
```
from porepy.models.fluid_mass_balance import SinglePhaseFlow
```
I got the following error:
```
python3.10 test2…
-
The cases diverge when production term of SDR equation is limited. The limiting of the production term is necessary to make the AMR-Wind SDR equation consistent with Nalu-Wind implementation.
More …
-
We have been talking a bit about a refactoring to how the examples are displayed.
As it is right now, we are kind of mixing real tutorials (like the heat equation) that teaches a user new concepts,…
-
Hi All
I was wondering if there is a way to handle moving geometry with incflo (or IAMR)
We are trying to see if we can use this solver to calculate rotor blade
Thanks for your information