-
Hi,
I am trying to develop a model of pollutant propagation that takes into account wind speed and direction. For this purpose, I first create a simulation of Navier-Stokes equations to obtain the …
-
Thanks for fixing jit-compile in branch 2.3. Unfortunately object rotation does not work there. This program crashes in branch 2.3-develop
```
from phi.tf.flow import *
DOMAIN = dict(x=30, y=30)
…
-
**Submitting author:** @thecraigoneill (Craig O'Neill)
**Repository:** https://github.com/thecraigoneill/planet_LB
**Branch with paper.md** (empty if default branch):
**Version:** V1.1
**Editor:…
-
As pointed out in https://github.com/pmgbergen/porepy/discussions/674#discussion-4187333 flow and heat sources must have a consistent treatment in their respective mass and energy equations.
The pr…
-
The example below creates a simulation with a rotated gravity vector, a background buoyancy field that's just a stratified background with linear stratification and it starts everything off with some …
-
Many thanks for your great fluid simulation package!
Is it possible to use @math.jit_compile when simulation involves moving obstacles? Currently, it becomes much slower and gives a warning: WARNI…
-
Hey,
do you also have the OpenFOAM files and the YAML files available that you used to generate and preprocess the data? That would be of great help to understand your work in detail.
Best,
Marte…
-
Hi
Sorry to bother you again.
I am interested to build a simulation code for incompressible flow based on this library. In the simulation, all variables live in 'leaves', and the ghost cells a…
-
**Is your feature request related to a problem? Please describe.**
There is the option to specify an inlet profile for subsonic flows, but not supersonic flows. This feature would help reduce domain …
-
The DofHandler can be improved for multi-field problems. Currently only one distribution mode is implemented. For example taking two scalar fields a and b the call to `close!` yields the discrete alge…