implement a frictional boundary

Asked by ceguo

Hi all,

Is it possible to set a frictional boundary in escript, e.g. using contact element? It's kind of interaction problem. The boundary DOFs are not fixed, but will be mobilized when the shear force exceeds some threshold.

Ning

Question information

Language:
English Edit question
Status:
Solved
For:
esys-escript Edit question
Assignee:
No assignee Edit question
Solved by:
Lutz Gross
Solved:
Last query:
Last reply:
Revision history for this message
Lutz Gross (l-gross) said :
#1

What is the context? Are you solving the wave equation?

Revision history for this message
ceguo (hhh-guo) said :
#2

I'm solving a mechanical problem actually. Similar to the Lame equation in escript.

Revision history for this message
Lutz Gross (l-gross) said :
#3

Do you have a condition of the form: n.signma=a+min(s0,D*u)
where u is the unknown diplacement (or velocity) on the surface (a, s0,D given) ?

Revision history for this message
ceguo (hhh-guo) said :
#4

I don't know much about how usually FEM treats a contact problem. But I think the form is something similar to yours. I assume my domain is in contact with a flat rigid frictional surface with frictional coefficient \mu. So the boundary condition is something like:
tangential force <= normal force x \mu

Revision history for this message
Best Lutz Gross (l-gross) said :
#5

You may wan to take a look at this paper: http://onlinelibrary.wiley.com/doi/10.1002/cpe.1540/abstract

Revision history for this message
ceguo (hhh-guo) said :
#6

Thanks Lutz Gross, that solved my question.