-
Notifications
You must be signed in to change notification settings - Fork 0
Description
It would be ncie to show some HPC/computational applications using WoT.
We wish to show the time evolution of fluid flow using Navier-Stokes equation. There are multiple examples that could be made, like the flow around a sphere, or even an airplane wing. (So feel free to make a solution of those problems)
But a basic minimum example would be as what is shown in this medium article: https://medium.com/@zakariatemouch/exploring-fluid-dynamics-using-python-a-numerical-approach-with-navier-stokes-equations-0a00ddae6822
i.e. solve for the velocity field and plot that in 2D or any-D
possible properties
- lattice size
- time steps
- viscosity, reynolds number or fluid parameters
actions
- start/stop computation
events
- solution per step
Some other resources:
- https://drzgan.github.io/Python_CFD/16.%20Poiseuille%20channel%20flow.html
- https://github.com/barbagroup/CFDPython?tab=License-1-ov-file
plot solution in 2D graph with a remote client either with node-wot or our python client in a jupyter notebook
please add more details into the issue if necessary.