MATLAB 도움말 센터
Volume of 3-D mesh elements
V = volume(mesh)
[V,VE] = volume(mesh)
V = volume(mesh,elements)
V = volume(mesh) returns the volume V of the entire mesh.
V
mesh
example
[V,VE] = volume(mesh) also returns a row vector VE containing volumes of each individual element of the mesh.
VE
V = volume(mesh,elements) returns the combined volume of the specified elements of the mesh.
elements
collapse all
Generate a 3-D mesh and find its volume.
Create a PDE model.
model = createpde;
Import and plot the geometry.
importGeometry(model,"BracketWithHole.stl"); pdegplot(model)
Generate a mesh and plot it.
mesh = generateMesh(model); figure pdemesh(model)
Compute the volume of the entire mesh.
mv = volume(mesh)
mv = 8.0244e-04
Generate a 3-D mesh and find the volume of each element.
Compute the volume of the entire mesh and the volume of each individual element of the mesh. Display the volumes of the first 5 elements.
[va,vi] = volume(mesh); vi(1:5)
ans = 1×5 10-6 × 0.3801 0.4653 0.1624 0.4345 0.1729
Find the combined volume of a group of elements of a 3-D mesh.
Evaluate the shape quality of the mesh elements and find the elements with the quality values less than 0.5.
Q = meshQuality(mesh); elemIDs = find(Q < 0.5);
Compute the total volume of these elements.
mv05 = volume(mesh,elemIDs)
mv05 = 1.4865e-07
Find how much of the total mesh volume belongs to these elements. Return the result as a percentage.
mv05_percent = mv05/volume(mesh)*100
mv05_percent = 0.0185
Mesh
PDEModel
generateMesh
Mesh object, specified as the Mesh property of a PDEModel object or as the output of generateMesh.
Example: model.Mesh
model.Mesh
Element IDs, specified as a positive integer or a matrix of positive integers.
Example: [10 68 81 97 113 130 136 164]
[10 68 81 97 113 130 136 164]
Volume of the entire mesh or the combined volume of the specified elements of the mesh, returned as a positive number.
Volume of individual elements, returned as a row vector of positive numbers.
Introduced in R2018a
area | findElements | findNodes | meshQuality | FEMesh
area
findElements
findNodes
meshQuality
FEMesh
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
웹사이트 선택
번역된 콘텐츠를 보고 지역별 이벤트와 혜택을 살펴보려면 웹사이트를 선택하십시오. 현재 계신 지역에 따라 다음 웹사이트를 권장합니다:
또한 다음 목록에서 웹사이트를 선택하실 수도 있습니다.
사이트 성능 최적화 방법
최고의 사이트 성능을 위해 중국 사이트(중국어 또는 영어)를 선택하십시오. 현재 계신 지역에서는 다른 국가의 MathWorks 사이트 방문이 최적화되지 않았습니다.
미주
유럽
아시아 태평양
지역별 지사에 문의