Skip to content
Snippets Groups Projects
Commit 765feba1 authored by Amira Abdel-Rahman's avatar Amira Abdel-Rahman
Browse files

lbm

parent 274b945c
No related branches found
No related tags found
No related merge requests found
Pipeline #11271 failed
......@@ -14,10 +14,19 @@
<img src="./lbm2D_static.gif" width="40%" />
<img src="./lbm2D_static1.gif" width="37%" /><br></br>
## Solid <--> Fluid
## Solid <---> Fluid
<img src="./fluidSolid.gif" width="40%" />
<img src="./fluidSolidF.gif" width="40%" /><br></br>
## Steps
1. Set boundary conditions in and geometry in MetaVoxels
2. for *t* timeSteps
1. Geometry conversion: solid (MetaVoxels) to LBM grid through convex hull of the nodes
<img src="./concave_hull.png" width="70%" />
2. Run LBM for *n* timesteps
3. Get pressure values at geometry edges
4. Convert pressure to force on edge nodes (closest)
5. Run MetaVoxels simulation for *m* timesteps
\ No newline at end of file
<img src="./concave_hull.png" width="40%" />
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment