Reply To: 3d droplet impact
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 › 3d droplet impact › Reply To: 3d droplet impact
July 12, 2022 at 12:48 pm
#6718
Maurus
Participant
Hello abbas,
rename(int fromM, int toM) will replace one material with another.
It is possible to call the rename function with additional parameters. The different ways to call the function can be found in our user guide or our doxygen documentation.
In this case ( superGeometry.rename( 2,1,{1,1} ) ) the material 2 (boundary) is replaced by 1 (fluid), respecting an offset. Here the offset is 1 in both x- and y-direction.
Best,
Maurus
