Reply To: BounceBack boundary
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › OpenLB › General Topics › BounceBack boundary › Reply To: BounceBack boundary
August 24, 2023 at 10:23 am
#7708
Adrian
Keymaster
The specifics depend on which cells you assign the post processor to. If you show me your entire post processor and setter code this should become clear (In any case I recommend using the new style operators with apply method templates instead of the deprecated processSubDomain style (unclear what you are using, just to make sure))
The common approach in OpenLB is to templatize the boundary operators on the discrete normal directions. Of course you can also read this information from cell-local fields instead – where do you get your unknownIndexes array from?
