Modifying FE Model Mesh

4 visualizaciones (últimos 30 días)
william wessel
william wessel el 9 de Ag. de 2022
Editada: william wessel el 11 de Ag. de 2022
I am looking to modify or create the mesh, nodes, and stress values generated in the pde toolbox.
Specifically i would like to be able to import a mesh ( nodes, id, position, element, etc) into the PDE toolbox, i would also like to be able to import the associated results into matlab for plotting, post processing and other uses assocated with the PDE Toolbox.
Has anyone had any experience doing this.
I have attempted to directly write the FEMesh with the associated properties (trouble shooting this method currently) in a similar formate for which the PDE solver generates its modesl for use in pdeplot3D, I have also attempted to modify an exisiting model, however the mesh property is unable to be over written.
  2 comentarios
KSSV
KSSV el 10 de Ag. de 2022
You check the variables you have got. They will be structures, from here you can extract what you want.
william wessel
william wessel el 11 de Ag. de 2022
Editada: william wessel el 11 de Ag. de 2022
Im not looking to extract from the variable, that is no problem. I am looking to define (or overide) mesh properties manually in the PDEmodel.
I found that you can at least plot externally refrenced results using the code in this order pdeplot3D(model.Mesh.Nodes,model.Mesh.Elements,'ColorMapData',model.Results.Stress.sxx)
However it does not appear that you can modify a built in PDE model or write a PDE model, i keep getting errors when i attempt to write to the mesh assignment.

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by