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

1 visualización (últimos 30 días)
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 comentarios
Terry Jin
Terry Jin el 29 de Mayo de 2022
Something like that but a simpler version
Terry Jin
Terry Jin el 30 de Mayo de 2022
I'm getting started with the MATLAB PDE toolbox. I'm not sure of what I can do with it.

Iniciar sesión para comentar.

Respuesta aceptada

Terry Jin
Terry Jin el 3 de Jun. de 2022
No answer on this forum.
  1 comentario
Torsten
Torsten el 3 de Jun. de 2022
Editada: Torsten el 3 de Jun. de 2022
Too specific for the forum - maybe a question for experts with physical background knowledge from the support.

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by