Reply To: Advection-Diffusion with source term
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Advection-Diffusion with source term › Reply To: Advection-Diffusion with source term
March 20, 2019 at 3:10 pm
#4171
mgaedtke
Keymaster
Hi mithdradates,
to 1: I implemented the sourced advection diffusion model by Seta (https://journals.aps.org/pre/abstract/10.1103/PhysRevE.87.063304) a few month ago and it will be included in the next release, which will become available soon.
to 2: Yes, using the temperature from the ADlattice for this purpose should be the way to go. To get an idea how to achieve this in OpenLB you can have a look at the boussinesq coupling in src/dynamics/navierStokesAdvectionDiffusionCouplingPostProcessor2D . h and .hh
Best, Max