-
I am modelling a mass-controlled pump as a 'compressor' with moist air media compressing to 2.4 bar with a flow rate of 0.2 kg/s. The medium's temperature achieves 150C in under 7 seconds. What are th…
-
- [ ] better names for types and structs?
- [ ] maybe break up into several files based on the category of each type (so maybe grid types and structs in a file, motion types and structs in another, p…
-
e.g. https://fenicsproject.org/pub/tutorial/sphinx1/._ftut1006.html
-
Hello,
I've compiled RapidCFD on Ubuntu 18.04 using CUDA 8.0 and GCC 5.
When i try to launch any solver, it hangs for about 10 minutes, then continues to read the case and starts the computation…
-
Using stokesCavity.py added verification of `div(V)` as:
```python
velocity_d = FaceVariable(mesh=mesh, rank=1)
velocity_d[0] = xVelocity.arithmeticFaceValue;
velocity_d[1] = yVelocity.arithmeticF…
-
## Summary
The fluid should freely pass a fluid interface between RANS zones. However, in some unsteady 2D simulations, I encountered the interface generating unexpected flow solutions which is obser…
-
**Submitting author:** @andrewwinters5000 (Andrew Winters)
**Repository:** https://github.com/trixi-framework/HOHQMesh
**Branch with paper.md** (empty if default branch): paper-2024-joss
**Version:** …
-
Hi eelco,
it seams the advection technique wich is used here is differently from _Stable, Circulation-Preserving, Simplicial Fluids?_
-
The Navier-Stokes equations, which describe the motion of fluid substances such as liquids and gases, are fundamental to the field of fluid dynamics. However, several challenging problems related to t…
-
## Reason
Multi phase flow is very important physics for some applications and users including @joe61vette
## Design
One possible design is adding additional terms to the Rhie-Chow interpolation…