interpolation strain tensor field

7 visualizaciones (últimos 30 días)
BLP
BLP el 11 de Oct. de 2018
Comentada: BLP el 12 de Oct. de 2018
I have a 3D+t strain tensor field (3D over time) delivered by FAM software (Abaqus). What I need is to interpolate the strain tensor on a fixed plane to gest a 2D tensor maps over time. Can I use the intrep3 function for that interpolating each component of a tensor? Is there any better solution for this problem. I have read that it is better to interpolate eigenvalues and eigenvectors but I did not found details about how to do this

Respuesta aceptada

Nicola Bombace
Nicola Bombace el 11 de Oct. de 2018
You can interpolate the strain components easily with the interp3 function, and the method linear.
Is it an elastic material? If so you could reconstruct the strain tensor by interpolating only the displacement and using the shape functions...
Which kind of elements are you using?
  8 comentarios
Nicola Bombace
Nicola Bombace el 12 de Oct. de 2018
Editada: Nicola Bombace el 12 de Oct. de 2018
If I understand correctly you are using Abaqus Explicit. In this case, you should really use C3D8R, for possible volumetric locking of the elements. Using this element would give you three advantages:
  1. Robust simulation, because of no locking.
  2. Smaller Computational time, because of the reduced integration
  3. You can get the strain directly from the integration point of the element (is an output of Abaqus), and this integration point is in the centre of the hexahedron.
Ps You are really welcome, I hope all this information helps :)
BLP
BLP el 12 de Oct. de 2018
Thanks again. The problem is - its not me who is conducting the numerical simulatio. I am trying to use the results as a refernce for a physical model. Therefore, I do not know much about how it is done in Abaqus. But I will forward you suggestions to a colleague of mine.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Polymers en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by