Filter löschen
Filter löschen

interpolation strain tensor field

4 Ansichten (letzte 30 Tage)
BLP
BLP am 11 Okt. 2018
Kommentiert: BLP am 12 Okt. 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

Akzeptierte Antwort

Nicola Bombace
Nicola Bombace am 11 Okt. 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 Kommentare
Nicola Bombace
Nicola Bombace am 12 Okt. 2018
Bearbeitet: Nicola Bombace am 12 Okt. 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 am 12 Okt. 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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Polymers finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by