Skip to content

Dirichlet BC to fixed concentration on a curved wall

OpenLB – Open Source Lattice Boltzmann Code Forums on OpenLB General Topics Dirichlet BC to fixed concentration on a curved wall

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8429
    Danial.Khazaeipoul
    Participant

    Dear community,

    I am trying to solve for the concentration field within a 3d pipe using the advection-diffusion equation and D3Q7 lattice descriptor. Since the “setAdvectionDiffusionTemperatureBoundary” can not be used on a curved wall, is there any type of BC already available in OpenLB’s framework to fix the value of concentration on the wall?

    The /adsorption/microMixer3d example uses bounceBack, but the near wall concentration distribution does not seem physically correct to me.

    Regards,
    Danial

    #8430
    shota
    Participant

    Dear Danial,

    indeed the “setAdvectionDiffusionTemperatureBoundary” can not be used on curved walls.
    You can try the “setBouzidiAdeDirichlet” BC which is a similar scheme to the Bouzidi scheme but for prescribing a fixed concentration on curved walls for ADE. However, this BC is not fully validated yet. The implemented scheme can be found here https://doi.org/10.1016/j.jcp.2012.11.027.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.