Constant Strain Triangle

Calculates the area and deformation matrix (B) of constant strain triangle in finite element analysis
ダウンロード: 587
更新 2024/9/9

ライセンスの表示

This function finds the area and deformation matrix (B) of constant strain triangle in finite element analysis:
function [A B]=cst(V)
Input:
-------
V: (3*2) Vertices coordinate matrix. The rows represent each node and columns x-coordinate and y-coordinate.
Output:
----------
A: Area
B: Deformation Matrix

引用

Ayad Al-Rumaithi (2025). Constant Strain Triangle (https://www.mathworks.com/matlabcentral/fileexchange/70155-constant-strain-triangle), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2017b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersStructural Mechanics についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!

バージョン 公開済み リリース ノート
1.0.1

Added website

1.0.0