-
Hello there.
This time I'm trying to build a solver in AMReX using Fortran.
My equation fits in the canonical form below:
![(A \alpha - B \nabla \cdot \beta \nabla ) \phi = f
](https://render.gith…
-
Hello, the window crash and close when I try to select a point (Maj+Middle click) and press v for a vectorial solution. Many thanks
-
## Summary
This RFC is to propose the Navier-Stokes solver in branch `solver/navier-stokes`. The NS solver utilized semi-implicit Chorin's projection scheme which is mainly to be used for modeling …
-
### Describe the project you are working on
I have been researching Real-Time Fluid Simulation Technologies to use for Game Development. There are quite a lot of different approaches. Some types that…
-
Subscribe to this issue and stay notified about new [daily trending repos in Julia](https://github.com/trending/julia?since=daily).
-
Multilinear operators (tensors) appear in quadratic systems. If a linear system is
```
x' = A x + B u,
y = C x,
```
a quadratic system would be
```
x' = A x + H^(1) (x kron x) + B u,
y = C x.
```
…
-
Hello,
I am solving 3D Navier-Stokes equations for steady compressible flows implicitly. For each pseudo time step, there will be a linearized system Ax=B to solve, My intention is to use BoomerAMG…
fw407 updated
3 years ago
-
## Reason
- [x] Heat conduction is more like heat transfer https://github.com/idaholab/moose/pull/25585
~~FSI is more like acoustics in my understanding~~
- [ ] FSI could be renamed to fluid_struct…
-
Sorry if this is a basic question. Oceananigans solves the incompressible Boussinesq equations. What equations does Atmosfoolery solve? Can you point me to a reference?
I ask because there is a col…
-
Thank you for this great course! I have been using this course to teach CFD-concepts in Belgium.
I'm stuck with the following question. In video lecture 11, a poisson equation is obtained to correc…