Reply To: Is there a superAverage2D
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 › Is there a superAverage2D › Reply To: Is there a superAverage2D
October 9, 2020 at 10:58 am
#5217
jan
Participant
Hello Julius,
Unfortunately, the functor you are looking for is indeed not implemented at the moment. Currently, I see two ways of handling this:
1. Porting SuperAverage3D and other necessary functors into 2D, as you already mentioned. For this, it should be sufficient to copy the 3d version and remove the last dimension, you are right.
2. Trying the SuperLocalAverage2D (see doxygen). This only limits the checked cells even further with a circle. However, a big radius will include your whole indicator and might work like a SuperAverage2D.
If you need any assistance, please let me now.
Cheers,
Jan
