Space Arc System Analysis with Flexibility Stiffness and Linear Static Method (update:05-08-07)

バージョン 1.0.0.0 (1.4 MB) 作成者: Ali OZGUL
Space arc system
ダウンロード: 1.7K
更新 2007/8/6

ライセンスがありません

In this matlab application is descriptioned space arc-system with linear static analysis method. This method of base theorem and applications are flexibility matrix conversion for element local axis system to stiffness matrix.

function [Pl,Pg,K_l,K_g,T,Hu,D,Re,R] = arc_system(arc_no)

Input-variables:

arc_no = Graphical interface for selected arc-element no.

[1] Function input variables:
m_p = Material properties matrix
p_p = Per arc element angles theta and beta matrix
Cor = Global system all nodes cartesian coordinates
Pos = Position matrix
Re = Reology matrix

Output-variables:
Pl = Local axis system node reactions
Pg = Globa axis system node reactions
K_l = Local axis system stiffness matrix
K_g = Global axis system stiffness matrix
T = Transformation matrix
S = Static connection matrix for (j) to (i) node
F = Flexibility matrix
Hu = Modal displacement matrix for per element
D = System displacement
Re = Reology matrix
R = Boundary conditions system

Example:

[Pl,Pg,K_l,K_g,T,Hu,D,Re,R] = arc_system([17:19 25:28]) ;

Pl = 12x32 double
Pg = 12x32 double
K_l = 12x12x32 double
K_g = 12x12x32 double
T = 12x12x32 double
Hu = 32x12 double
D = 58x1 double
Re = 17x6 double

引用

Ali OZGUL (2024). Space Arc System Analysis with Flexibility Stiffness and Linear Static Method (update:05-08-07) (https://www.mathworks.com/matlabcentral/fileexchange/15832-space-arc-system-analysis-with-flexibility-stiffness-and-linear-static-method-update-05-08-07), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R14SP1
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSparse Matrices についてさらに検索
謝辞

ヒントを得たファイル: Solids of Revolution

ヒントを与えたファイル: Space Elastic Frame Analysis with Linear Static Applications (update:08-09-07)

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0