diff --git a/02_Presentation/physics/lbm/lbm.md b/02_Presentation/physics/lbm/lbm.md index 821eeab3e9ca6bb7cedf9b80b74ce0795a2b6cf6..26a5e9dd6ad69094bc3c442b43ba773635b4e9c4 100644 --- a/02_Presentation/physics/lbm/lbm.md +++ b/02_Presentation/physics/lbm/lbm.md @@ -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> - -<img src="./concave_hull.png" width="40%" /> \ No newline at end of file +## 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