-
Use PyCIEMSS to solve a discretized PDE as a petrinet.
See [here](https://github.com/DARPA-ASKEM/Model-Representations/pull/77) for a description, and [here](https://github.com/DARPA-ASKEM/Model-R…
-
I'm trying to generate the data in experiment D.3 incompressible fluid with indirect control. but all I have is a squared density and simple velocity without considering the PDE and fluid dynamic. Cou…
-
Soil_Moisture_Content is specified by input as g/cm^3 (according to the code and CRTM user guide), but gets restricted to [0,1] via the max/min operation below. I suspect that this was a confusion b…
-
Hi,
If I run with the incompressible flag switched on, the code segfaults. I tracked it down to the line in the Utils that tries to get the reactions MF without a flag check (e.g. m_do_react or m_inc…
-
I'm attempting to run a simple 2D incompressible flow over a cylinder (similar to the [example](https://chaos-polymtl.github.io/lethe/documentation/examples/incompressible-flow/2d-flow-around-cylinde…
-
Hi,
Extrapolations are not treated correctly in jit-compile. If I run this program
```
from phi.tf.flow import *
from phiml.math.extrapolation import ConstantExtrapolation
@math.jit_compile()
…
-
Is there a compile guide to add modules? I'm specifically looking to compile the zram module as it doesn't seem to be included in your image.
So far I've run:
```
cd /home/gnubee
apt -y install …
-
Calculate the 𝑢ref velocity, reference density (𝜌ref), and kinematic viscosity (𝜈) at the location of the Pitot-static probe and justify the assumption of incompressible and isothermal flow.
HINT: …
-
I am implementing a face-centred solver and am having some issues with setting periodic domains. Essentially the problem is repeated data at the periodic boundary. An example is given below for a doma…
-
When I solve the pressure equation in incompressible flow , the matrix A is a singular matrix since all 4 bcs are Neumann bc,
I want to know that does the Diagonal Perturbations of AzetecOO support…