Calculating the deformation gradient for a 3D surface

36 ビュー (過去 30 日間)
Amin Kassab-Bachi
Amin Kassab-Bachi 2022 年 1 月 15 日
コメント済み: Amin Kassab-Bachi 2022 年 1 月 15 日
I'm trying to calculate strain from deformation field, for which I need the deformation gradient. What I have is the x,y,z displacements of the nodes, and I found that the the deformation gradient F = I + u , but I don't understand how the gradient function is applied (i.e. what the input (u) should look like).
I tried using this function [Grad] = gradient(u), Where u is the [x,y,z] disaplacment of the size (#nodes x 3).
is this the correct way for using this function in this case?
Thanks.

回答 (1 件)

Friedel Hartmann
Friedel Hartmann 2022 年 1 月 15 日
You can calculate the gradient of the displacement field u (3 components), which is a function of (x,y,z) and which is an expansion in terms of the shape functions of the mesh. The nodal displacements cannot be differentiated, they are vectors, they are the value of the displacement field at the nodes.
So, you must understand how the displacement field is defined, which shape functions the program uses.
  1 件のコメント
Amin Kassab-Bachi
Amin Kassab-Bachi 2022 年 1 月 15 日
Thanks for the answer. My understanding is that the displacement field is just the nodal displacements as defined here. I probably also need to input the points' x,y,z spacings.
What I'm trying to do is based on spam python package

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeStress and Strain についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by