-
Hi. I saw the test case: Space shuttle at Mach 2 - Immersed solid boundary method via level-set. I wonder how to import a CAD model to the JAXFLUIDS solver. Thanks in advance.
-
Hi, it looks like that the file name of `README.md` is not consistent with the installation setup:
https://github.com/tumaer/JAXFLUIDS/blob/90069a1e69a3fd8961ec545e7d7f890218a9d87a/setup.py#L21
It c…
-
Hi, I'm trying to run jaxfluids on a PBS cluster with 8 GPUs per node. I want to run the simulation on 2 nodes, but I can't anything in the documentation regarding distributed computation for jaxfluid…
-
Dear developers
I get an error when I use `from jaxfluids.simulation_manager import SimulationManager`。The reson of this error is that `from jax.config import config` is used in `/JAXFLUIDS/src/jaxf…
-
# Problem
I'm using the jaxfluids library, which is a computational fluid dynamics library that requires JAX. I have installed JAX and jaxlib with versions jax=0.4.14 and jaxlib=0.4.14, respectively.…
-
Paper:
1. Deep neural networks to correct sub-precision errors in CFD (https://www.sciencedirect.com/science/article/pii/S2666352X22000243 / https://arxiv.org/abs/2202.04233)
Frameworks:
1. JAX-C…
-
Hi,
I am just a bit curious what the plans of jaxfluids are :-) Is there any activity ongoing (or planned) for low Mach turbulent flow as well?
Best Regards
Fab
fab6 updated
11 months ago
-
### Description
We are performing scaling runs of our JAX code (https://github.com/tumaer/JAXFLUIDS) on the JUWELS Booster (https://apps.fz-juelich.de/jsc/hps/juwels/booster-overview.html). We expe…
-
### Description
Using latest version of JAX library 0.4.14 cause errors on importing `DeviceArray` from `jax.numpy`. Seeme like there is API breaking change on patch version.
The library 0.4.13 wo…
-
### Description
I installed the latest cuda packages and jax 0.4.8.
```
import jax.numpy as np
t = np.ones(5)
```
When I start to use it to create a simple array as above, the following…