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

Schwarz Contact: implement frictional contact #8

Open
ikalash opened this issue Oct 31, 2024 · 1 comment
Open

Schwarz Contact: implement frictional contact #8

ikalash opened this issue Oct 31, 2024 · 1 comment
Assignees

Comments

@ikalash
Copy link
Collaborator

ikalash commented Oct 31, 2024

Currently the code has frictionless contact, in which tangential forces are neglected. For frictional contact, the tangential forces will come from a friction law, e.g., Coulomb's law. Relevant parameters in the friction law will need to be read in and passed to appropriate locations within the code.

A simpler case than frictional (and frictionless) contact that is worse supporting is tied contact. Here, all components of the displacements would need to be transferred, rather than those only in the normal direction. The changes will need to occur here-ish in ics_bcs.jl.

@ikalash ikalash changed the title Schwarz contact: implement frictional contact Schwarz Contact: implement frictional contact Nov 1, 2024
@lxmota
Copy link
Collaborator

lxmota commented Nov 1, 2024

Also add tied contact, which should be the most simple version of contact.

@brianphung brianphung self-assigned this Feb 6, 2025
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

No branches or pull requests

3 participants