HSU-HPC / MaMiCo

The macro-micro-coupling tool for coupled molecular-continuum flow simulation
BSD 3-Clause "New" or "Revised" License
13 stars 5 forks source link

mamico-cfg: Fix support for different boundary conditions #81

Open rubenhorn opened 6 days ago

rubenhorn commented 6 days ago

TODO:

[1]: XY-periodic boundary condition:

bottom-south-west="reflecting"
bottom-south="reflecting"
bottom-south-east="reflecting"
bottom-west="reflecting"
bottom="reflecting"
bottom-east="reflecting"
bottom-north-west="reflecting"
bottom-north="reflecting"
bottom-north-east="reflecting"

south-west="periodic"
south="periodic"
south-east="periodic"
west="periodic"
east="periodic"
north-west="periodic"
north="periodic"
north-east="periodic"

top-south-west="reflecting"
top-south="reflecting"
top-south-east="reflecting"
top-west="reflecting"
top="reflecting" 
top-east="reflecting"
top-north-west="reflecting"
top-north="reflecting"
top-north-east="reflecting"