forming global stiffness matrix

8 ビュー (過去 30 日間)
Sharanya
Sharanya 2022 年 12 月 12 日
回答済み: Dhruv 2023 年 3 月 27 日
I have a matrix of node coordinates and forces, and a matrix of edges. How should I go about forming a global stiffness matrix, preferably through a for loop, using these matrices?

回答 (1 件)

Dhruv
Dhruv 2023 年 3 月 27 日
To form a global stiffness matrix, first create the element stiffness matrices for each element using the element's nodal coordinates and material properties. Then, assemble these element stiffness matrices into the global stiffness matrix by looping through each element and adding its contributions to the appropriate locations in the global matrix. Then, use the nodal connectivity information from the matrix of edges to determine which nodal displacements are associated with each degree of freedom in the global stiffness matrix. You may use the nodal forces to incorporate any externally applied loads.

カテゴリ

Help Center および File ExchangeCondensed Matter & Materials Physics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by