Title: Mesh Quality
1Mesh Quality Improvement
- Quality Metrics
- Mesh Smoothing
2Exercise 10a Surface and Volume Smoothing
- import acis cadsmooth_2.sat
- Set volume 1 interval size to 5
- Set volume 1 scheme to sweep with source surf 7
target surf 4 - Set volume 1 sweep smooth linear
- mesh volume 1
3Mesh Quality
- Error always printed if inverted elements
generated. - Warning sometimes printed if poor quality element
generated - Good idea to check quality explicitly before
export!
4Mesh Quality Metrics
- Inverted Elements shape or scaled jacobian
- Shape shape or condition number
- Size size (element / total area or volume)
- Aspect Ratio aspect ratio
- Quality metric default shape
Quality Describe tri tet quad hex
5Mesh Quality Panel
Go to MeshingVolumeQuality
--Or--
Go to MeshingSurfaceQuality
Select entity to check
Set quality metric here
Select output options
6Exercise 10b Check Mesh Quality
1) Go to MeshingVolumeQuality
2) Select volume 1
3) Select the Draw tab
4) Check the Draw box
5) Click the Mesh radio button
6) Hit Apply
7Exercise 10b Check Mesh Quality
8Surface Smooth Schemes
- Winslow
- fast and high quality, try first
- Laplacian, centroid area pull
- fast, poor near concave features
- Untangle
- remove stubborn inverted elements
- Condition number
- improve stubborn low-quality elements
- inverted will automatically call untangle at start
9Volume Smooth Schemes
- Laplacian
- fast, poor quality near concave features
- Equipotential
- medium fast and medium quality
- Untangle
- remove stubborn inverted elements
- Condition number
- improve stubborn low-quality elements
- inverted will automatically call untangle at start
10Untangling
Smooth scheme untangle inverted -gt just barely
positive
Before
After
11Smoothing
Before
After
12Smoothing Panels
Go to MeshingVolumeSmooth
--Or--
Go to MeshingSurfaceSmooth
Select entity to smooth
Set smooth scheme here
Adjust defaults if needed
Smooth the entity
13Exercise 10c Surface and Volume Smoothing
- Smooth surface 4 with Laplacian fixed, check
quality - its bad - Smooth surface 4 with Winslow fixed, check
quality - Smooth volume 1, check quality
14Sweep Smoothing
- vol 1 sweep smooth AUTOcopylinearresidualwins
low - Auto
- fast and robust quality
- switches between linear and other smoothing,
layer by layer - linear for fast linear transform
- e.g., translate, rotate, scale
- copy to preserve source features, bias
- residual faster than Winslow and copy, better
quality that linear - Winslow for robust quality
- wavy source or target, wildly varying
cross-sections, or poor quality side meshes
15Exercise 11 Sweep Smooth
- import acis cadsmooth_2.sat
- Set volume 1 scheme to sweep with source surf 7
target surf 4 - Set volume 1 sweep smooth winslow
- Set volume 1 interval size to 5
- mesh volume 1
- Check quality volume 1