large deformation - shear test

Asked by Chiara Modenese

Hi,

how do we account for large deformations while using the periodic boundary in a simple shear test?

Thanks, Chiara

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Bruno Chareyre
Solved:
Last query:
Last reply:
Revision history for this message
Chiara Modenese (chiara-modenese) said :
#2

On 31 October 2011 18:01, Chareyre <email address hidden>wrote:

> Your question #176964 on Yade changed:
> https://answers.launchpad.net/yade/+question/176964
>
> Status: Open => Answered
>
> Chareyre proposed the following answer:
> What do you mean exactly Chiara?
>
Maybe am wrong but say that you want to shear the periodic cell (at
constant volume or constant stress). In large deformation there are second
order terms to consider in the definition of strain tensor. How do we
account for those terms?

>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/yade/+question/176964/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/yade/+question/176964
>
> You received this question notification because you asked the question.
>

Revision history for this message
Best Bruno Chareyre (bruno-chareyre) said :
#3

Actually, the strain tensor is simply not defined (only the diagonal term is).
Had it to be defined, then we would have to choose between various large strain formalisms, but why would we do that?
The only thing you have is the transformation matrix, and I think that most authors are using it to define the shear amplitude.
If you shear along (x,y), then O.cell.tsrf(x,y) will give you the displacement/height value.

Revision history for this message
Chiara Modenese (chiara-modenese) said :
#4

On 2 November 2011 12:55, Chareyre <email address hidden>wrote:

> Your question #176964 on Yade changed:
> https://answers.launchpad.net/yade/+question/176964
>
> Status: Open => Answered
>
> Chareyre proposed the following answer:
> Actually, the strain tensor is simply not defined (only the diagonal term
> is).
> Had it to be defined, then we would have to choose between various large
> strain formalisms, but why would we do that?
> The only thing you have is the transformation matrix, and I think that
> most authors are using it to define the shear amplitude.
> If you shear along (x,y), then O.cell.tsrf(x,y) will give you the
> displacement/height value.

Yes it is what am doing, I was just wondering if when I set
velGrad[0,2]=toSomething am really shearing at a constant rate considering
that we are in large deformation... Is it so then? Thanks, Chiara

>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/yade/+question/176964/+confirm?answer_id=2
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/yade/+question/176964
>
> You received this question notification because you asked the question.
>

Revision history for this message
Bruno Chareyre (bruno-chareyre) said :
#5

Yes, velGrad[0,2] is really the shear rate. So, if velGrad[0,2] is constant then the shear rate is constant.

Revision history for this message
Chiara Modenese (chiara-modenese) said :
#6

Thanks Chareyre, that solved my question.