Reply To: Modify taueff
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 › Modify taueff › Reply To: Modify taueff
September 27, 2024 at 4:42 pm
#9300
FBukreev
Keymaster
Hi,
for the VanDriest damping you need to calculate wall shear rate und tangential velocity derivative in the normal direction also in the the next layer. It is actually only possible if you change the source code of the wall function setter. So that it does not change the LBM populations but only adjusts the viscosity. Practically you can copy wall function code and delete there setting of the populations. Also in the setter of the wall function you can say that a new postprocessor is added to the second layer from wall and not in the first one. In that case you do not need addition material number.
