Reply To: Temperature Boundary
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Temperature Boundary › Reply To: Temperature Boundary
May 3, 2022 at 5:15 pm
#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