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 CenterFile Exchange에서 Geometry and Mesh에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by