Apply Boundary Condition to Nodes
Mostrar comentarios más antiguos
Hello,
I imported a mesh from another software (node coordinates and connectivity) using the geometryFromMesh function.
However, Matlab broke the 3D geometry into some very strange faces, which makes applying boundary conditions to the faces very difficult.
Is there a way to give a list of nodes as a boundary condition to solve a PDE model?
Or, is there a way to assign faces to a 3D model based on surface nodes?
Thank You,
Vitaly
Respuestas (1)
KSSV
el 30 de Mzo. de 2017
1 voto
Use this function https://in.mathworks.com/matlabcentral/fileexchange/32719-postprocessing-in-fem?focused=6861378&tab=function to plot mesh. You can extract the boundary nodes, but it depends on how your mesh is.
6 comentarios
Vitaly Kheyfets
el 30 de Mzo. de 2017
KSSV
el 30 de Mzo. de 2017
Are you using PDE tool box?
Vitaly Kheyfets
el 30 de Mzo. de 2017
Souvik Mukherjee
el 2 de Jun. de 2018
Vitaly, I have the same problem as you. I know the boundary nodes, how can i apply boundary condition? For convenience lets just do Dirichlet. If you have solved this problem please let me know. Many thanks, Souvik
Vitaly Kheyfets
el 2 de Jun. de 2018
Jide Kolade
el 13 de Sept. de 2018
Vitaly, What was your work-around?
Jide
Categorías
Más información sobre General PDEs en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!