Issue with the PDE toolbox (vibration modes of a plate with rods)

1 回表示 (過去 30 日間)
Terry Jin
Terry Jin 2022 年 5 月 26 日
編集済み: Torsten 2022 年 6 月 3 日
Hello,
I seeking to simulate the mode of vibration of a plate topped with rods (cf figure)
I used the PDE toolbox and the following commands :
model = createpde('structural', 'modal-solid');
importGeometry(model,'plate.stl');
E = 210E9;
nu = 0.3;
rho = 8000;
structuralProperties(model,'YoungsModulus',E, 'PoissonsRatio',nu, 'MassDensity',rho);
generateMesh(model)
pdeplot3D(model)
RF = solve(model,'FrequencyRange',[70,1000]*2*pi)
However I get way too much vibration modes and frequencies in the NaturalFrequencies variable
What have I done wrong ?
Thanks !
  7 件のコメント
Terry Jin
Terry Jin 2022 年 5 月 29 日
Something like that but a simpler version
Terry Jin
Terry Jin 2022 年 5 月 30 日
I'm getting started with the MATLAB PDE toolbox. I'm not sure of what I can do with it.

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

採用された回答

Terry Jin
Terry Jin 2022 年 6 月 3 日
No answer on this forum.
  1 件のコメント
Torsten
Torsten 2022 年 6 月 3 日
編集済み: Torsten 2022 年 6 月 3 日
Too specific for the forum - maybe a question for experts with physical background knowledge from the support.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGeometry and Mesh についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by