-
Notifications
You must be signed in to change notification settings - Fork 244
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
[Study] Multi time resolution #593
base: master
Are you sure you want to change the base?
[Study] Multi time resolution #593
Conversation
@Xiangyu-Hu I have pushed a 2D test case for multi-time-resolution problems. I would appreciate it if we could schedule some time to discuss how to deal with this problem. |
@DongWuTUM Could you explain the left Cauchy damping to me again? Is the damping stress |
If you use the Green-Lagrangian strain tensor If you use left Cauchy-Green deformation gradient tensor |
Thanks a lot! |
… research/multi_time_resolution_with_contact_force
@DongWuTUM @Xiangyu-Hu The dual loop for contact problem works after we modify the contact force formulation by using the harmonic average of the contact stiffness. Test: a stiff catheter (represented by a rectangular with a round tip) moves upward and collides with the soft aorta (represented by a quarter circle). Left: dual loop, the contact force acting on the stiff material is assumed to be constant during the inner loop Single-time stepping computation time: 134s The instability observed before was caused by the fact that we were using $p^{*} = \sigma_i K_i + \sigma_j K_j $ to compute contact force. As the square of sound speed of the stiff material is included in this formula, it would be too large for the soft material acoustic time step size. By using the harmonic average, the smaller contact stiffness dominates and reduces the instability. I can go on to clean up this test case if you think it would be good to include it in SPHinXsys |
Sure. Please go ahead. |
A 2d test case of multi-time resolution contact problem
Description
The left brick represents a catheter with higher stiffness, while the right brick represents the softer arterial wall. The catheter and the aorta have contact interaction.
By using single time step size, the configuration is:
By using a dual loop, the aorta particles are strongly oscillating: