Reply To: 3d droplet impact
Due to recent bot attacks we have chanced 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 › on OpenLB › General Topics › 3d droplet impact › Reply To: 3d droplet impact
July 8, 2022 at 2:46 pm
#6715
abbas
Participant
Hi all,
Can you explain how this command change only the flow cells into the material number 1 and kepps the boundary cells as 2?
superGeometry.rename( 2,1,{1,1} );
I found this function
void rename(int fromM, int toM);
/// replace one material that fulfills an indicator functor condition with another
so the materials are change from 2 to 1, then what is {1,1};
Thanks
