필터 지우기
필터 지우기

Apply Boundary Condition to Nodes

조회 수: 10 (최근 30일)
Vitaly Kheyfets
Vitaly Kheyfets 2017년 3월 29일
댓글: Jide Kolade 2018년 9월 13일
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

답변 (1개)

KSSV
KSSV 2017년 3월 30일
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
Vitaly Kheyfets
Vitaly Kheyfets 2018년 6월 2일
Hi Souvik,
Unfortunately, I ended up doing a work-around. Matlab has two major limitations: (1) it appears that boundary conditions can only be applied to geometry faces instead of directly on the mesh (which would be so easier) and (2) it kind of arbitrarily assigns face ids and it's hard to figure out what you're looking at.
Sorry couldn't be more help. If you figure out the answer, please let me know.
Thanks,
Vitaly
Jide Kolade
Jide Kolade 2018년 9월 13일
Vitaly, What was your work-around?
Jide

댓글을 달려면 로그인하십시오.

카테고리

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