thomasburel / JWFL_lbm

LBM code for porous media applications
GNU General Public License v3.0
12 stars 0 forks source link

boundary conditions #8

Closed thomasburel closed 6 years ago

thomasburel commented 8 years ago

The global corner are not defined for pressure-pressure, impose pressure on symmetry conditions. It will be implemented later.

Impose pressure/velocity gradients will be added.

Periodic boundary conditions will be added later. It need to change some part in the mesh generations to generate the connections.

Half-way bounce back will be probably added. That needs to modify the setup of streaming for walls and add "virtual nodes".

thomasburel commented 8 years ago

Fixed: pressure-pressure, pressure/velocity gradients (only equal to 0). Added: Periodic

thomasburel commented 6 years ago

Fixed