-
@chriswmackey, @TheodoreGalanos,
Just read your comments here about all the progress: https://github.com/mostaphaRoudsari/Butterfly/issues/14#issuecomment-225077895. Impressive!
Is it possible to co…
-
Just wondering if you implemented it and if it is stable enough to use...
I was thinking to apply drag, from thw wikipedia drag equation , then push the fluid away from the normals of the immersed t…
-
I tried to couple the dev version of OpenFAST with the master version of SOWFA, but encountered some problems when compiling turboModelsOpenFAST. Now I need to add `$OPENFAST_DIR` to the options file,…
-
Proposer's name: Damien Boulanger
Date: 2021-10-01
Term: stagnation_temperature_in_air
Unit: K
Description: In thermodynamics and fluid mechanics, stagnation temperature is the temperature at a …
-
I think the try/catch block [in the structure's quasi-static solver](https://github.com/exadg/exadg/blob/b9bc9fec2bd1f432c6ea6da64181e3d2002d64bd/include/exadg/structure/time_integration/driver_quasi_…
-
Hello, Blogger. Your work is amazing and I deeply admire what you have accomplished. I am a beginner and I would like to know why the reference area (Aref) in your square for the force coefficients in…
-
流体の密度は今は一定としているが、密度の違う複数の流体の計算を可能にするため、Particle に個別に持たせるようにする。
-
`Vec` objects have, necessarily length unit. It makes sense for `Point` but a vector could be something else.
As an example where this could be a problem, take the normal of a a surface, computed …
-
Hi,
The workaround mentioned in #154 does not work if I want to use the value from the jit-compiled function:
```
from phi.tf.flow import *
@math.jit_compile
def step(velocity: Field, wind: T…
-
Hi,
I want to use the Phiflow to simulate the karman vortex street with rotation cylinder. But I don't really understand the demo [https://github.com/tum-pbs/PhiFlow/blob/master/demos/karman_vorte…