How to close the holes by Iscocaps or other, the purpose of achieving a watertight geometry?
조회 수: 4 (최근 30일)
이전 댓글 표시
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1483376/image.jpeg)
I have already capped the wall between the 2 intertwined volumes. This wall is where material will be filled in additive manufacturing (should I have capped/filled it? for Fluent to recognize as a wall, not a hollow space, when I do heat transfer simulations?). Now I need to close the remaining holes, and then mesh their faces for further simulation in Ansys Fluent. My current Fluent version takes only watertight geometry. I am not providing an executable code because there are many lines prior to this step. But you will be able to guide me from this stage.
[F1,V1] = isosurface(X,Y,Z,structure,0);
[F2,V2] = isocaps(X,Y,Z,structure,0);
%Combines isosurface and isocaps into one
F3 = [F1;F2+length(V1(:,1))];
V3 = [V1;V2];
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Visualization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!