-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use separate map functions for different bodies? #84
Comments
What have you tried? You should be able to just define each body with is open map and then add them together... |
Firstly, thank you for your time. Actually, I was experimenting with one of the examples given (TwoD_cylinderVIV.jl). I tried to define two bars (sdf_1 and sdf_2) but I am unable to figure out how to give two separate map functions to them. Here is the modified code: required to keep things globallet
end |
That's not a good example for applying two simple mappings. Take a look at #35. You just need to do something like:
I've created two maps with two different SDFs and maps. Then the |
I assume you figured it out... |
Respected sir, Yes, sir, I had figured it out. Thank you for the help. Thank you for your time and consideration. Yours sincerely, |
Respected sir,
I am facing an issue while using this code. Actually, I want to use separate map functions for each of the separate bodies. Could you please help me with how to do it or refer me to any other resources for the same?
Thank you for your time and consideration.
Yours sincerely,
Kunal Ghosh
The text was updated successfully, but these errors were encountered: