Is it possible to customize the mesh created by generatemesh?
조회 수: 3 (최근 30일)
이전 댓글 표시
I would like to create a mesh for a cylinder of radius R and length L that consists of:
- a fine triangular mesh for the 2D circular cross section
- a coarse rectangular mesh for the side.
So, in the end I want a mesh made of triangular prisms.
How can I create this using MATLAB (2016b)? I can only get a triangular mesh, and also I cannot make it coarse in one direction. Please, help.
댓글 수: 0
답변 (1개)
KSSV
2017년 11월 30일
YOu can mesh a cylinder using below code: https://in.mathworks.com/matlabcentral/fileexchange/34143-meshing-thin-shells-using-four-noded-elements
YOu can convert the cylindrical mesh to triangular using: https://in.mathworks.com/matlabcentral/fileexchange/63630-convert-qua4-fem-mesh-to-tri3-fem-mesh
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Geometry and Mesh에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!