Skip to content

Temperature Boundary

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6531
    sahilbhapkar30
    Participant

    Hello,

    I want to have boundary condition like BounceBackTemperature in my Advection-Diffusion Dynamics. Can I use BounceBackBulkDensity for it? As the zeroth moment in the ADE is the scaler. Like in Navier Stokes equation, there is BounceBackVelocity boundary condition.

    Would the BounceBackBulkDensity work for me to bounce back the temperature on the walls?

    Thanks.

    #6538
    stephan
    Moderator

    Dear sahilbhapkar30,

    if I understood correctly, you would like to implement a Dirichlet boundary condition (BC) for advection-diffusion equations, which is possible in OpenLB via setAdvectionDiffusionTemperatureBoundary2D.

    An exemplary implementation of this type of BC is given in the examples/thermal/porousPlate2d(3d).
    In the 2d case, you might want to switch to
    #define TemperatureBoundary
    //#define RegularizedTemperatureBoundary
    //#define RegularizedHeatFluxBoundary
    to observe the corresponding results.

    BR
    Stephan

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