Reply To: BounceBack boundary
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › BounceBack boundary › Reply To: BounceBack boundary
September 4, 2023 at 10:33 am
#7723
Adrian
Keymaster
Ok, this is a setter function for a legacy-style BC (i.e. this won’t work on GPUs. I recommend writing all new models in the new “operator” style. You can check out e.g. the local/interpolated velocity/pressure BCs and the user guide FAQ for an introduction. The code will also be much more compact).
Did you already implement the BoundaryStreamPostProcessorGenerator2D
“generator” and its post processor?
What is your specific question?