Some CAD models cannot be used for analysis and some models should not be used for analysis.
Realize that two different models may be needed (CAD vs. FEA)
CAD model (or design geometry) can be for manufacturing, prototyping, detailing, tolerance checking, and maybe FEA
Analysis model (for FEA) has only the features necessary for simulation of the part in its application.
CAD models may be difficult to use for an analysis or may produce meshing failures due to sloppy modeling practices. Sometimes, its better to start over for FEA.
1. Surfaces having consistent size & shape ratios
2. Simplification is possible without compromising the structure
Feature suppression can be a manual, iterative process. After you run a simulation case, you may go back to the CAD program and remove or include features based on the observed response of the model.
- Understand the effect of removing features on your results.
- When you are not sure, leave the feature in.
- Objective: Balance cost vs. accuracy vs. resources vs. complexity of the geometry you have been given.
Remember, simplifying or suppressing features far from the area of interest is acceptable. Effects, local to the simplification will most likely not effect the global behavior of the model (St. Venant's Principle)
1. "SHORT" Edges (short, with respect to, model size or mesh size)
2. SLIVER surfaces (faces with high aspect ratio)
3. Voids (holes inside)
4. Complex surface or edges (lofts or blends)
5. Corrupted geometry files (from translators)
6. Parent-Child relations (prohibit simplification)
outside corners (leave them sharp)
ignore small inside fillets far from region of interest
threads or splines are usually ignored
ignore small holes, not in the load carrying material
ignore small protrusions, not in the load carrying material
ignore decorative or cosmetic features
1. Delay addition of fillets/chamfers as long as possible
2. Delay definition of draft as long as possible
3. Create parent-child relationship from permanent datums (whenever possible)
4. Never reference new features to fillets/chamfers/draft edges
5. Never leave unwanted or incorrect features in a model (even if they don't show)
When symmetry exists, USE IT (for faster runs, and perhaps higher accuracy).
Make symmetry cuts as the last feature on a geometry model, and make it independent of other features (so it can be deleted or suppressed).
It is normally better to cut the part in the original CAD package, if possible.
Sometimes, cosmetic features ("patch") are needed for placing loads and constraints on the FEA model, or for better mesh size control.
Also, create these features last on the geometry model.
In Pro/ENGINEER, we create features called datum curves or datum points on surfaces of the model.
Datum curves are used to split a face into several regions.
Datum points may be used to define "hard points" i.e., points that must have a node when the model is meshed in Mechanica.
In ANSYS Workbench DesignModeler, we extrude a sketch as "Imprint Faces" to create a surface "patch"
Reading:
Mechanical APDL,
Rev 12 (formerly ANSYS)
Modeling and Meshing Guide, Sect. 6.1
Review
this Help System chapter to see examples of poor geometry (slivers, short edges,
etc.), topology repair options, and debugging techniques for poor models.
Mechanical APDL Rev. 12
(formerly ANSYS):
When you import geometry - /AUX15 (an auxiliary processor) is opened.
Most CAD Translators write an ANSYS Neutral Format geometry file (.ANF)
This file processes the CAD geometry into ANSYS commands.
The .ANF file is loaded
into ANSYS using the /INPUT command
Set the Config.pro option
"iges_out_trim_xyz" to "yes."
Set the accuracy to 1E-6
and regenerate the model.