-
Notifications
You must be signed in to change notification settings - Fork 248
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
Non-dimensionalised contact density #619
Conversation
@DongWuTUM @Xiangyu-Hu |
Yes, it should be changed accordingly. And the name 'repulsion_density_' should be changed. How about 'repulsion_factor_'? @Xiangyu-Hu @WeiyiVirtonomy |
'repulsion_factor_' sounds good for me |
Renaming is finished |
Sorry for asking changing again. Could you also change the class name and the file name 'repulsion_density_summation'? |
Sure, will do that |
Something that might need to discuss: |
It seems that we are not able to use the exact Youngs modules for the device, To match the soft-stiff relation, a possible approach is: In this way, the same time step can be used for both device and tissue. And, one expect that the contact between them leads to very small deformation for the device and fairly large one for the tissue. |
I tried to use a pseudo-Young's modulus for the stiffer material, which is about 20 times the soft ones, but the characteristic velocity still needs to be smaller than the sound speed, otherwise, the information cannot propagate to the other parts of the solid in time. |
Good. The same as the weakly compressible fluid model, v_max should be around 1/10 sound speed. 0.2 is still a bit too large. |
@WeiyiVirtonomy you need make the pull request ready for review not just draft. |
rho0 * c0 * c0
2 * K1 * K2 / (K1 + K2)