Skip to content
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

Timestep Velocity Projection Modification #122

Merged
merged 5 commits into from
Jan 27, 2025

Conversation

srwopschall
Copy link
Collaborator

The current velocity projection check performs a velocity projection of the overlap centroid as projected to one face in a face-pair and compares this against the face-projected overlap centroid on the OTHER face in the CURRENT configuration. If both faces are moving toward one another, this underestimates the amount of interpenetration.

This PR introduces the change where the velocity projection of the overlap centroid as projected to one face is compared against the velocity projected overlap centroid (on the other face), which represents a PROJECTED configuration rather than the current configuration. This will more accurately catch excessive interpenetration for nonzero incoming velocities and trigger a contact timestep vote.

@srwopschall srwopschall requested a review from ebchin January 10, 2025 21:57
@srwopschall srwopschall self-assigned this Jan 10, 2025
@srwopschall srwopschall marked this pull request as ready for review January 24, 2025 18:07
src/tribol/mesh/CouplingScheme.cpp Outdated Show resolved Hide resolved
…alues in computing delta between projected cp centroid
@srwopschall srwopschall merged commit dc2b0d1 into develop Jan 27, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants