Introduction
In ABAQUS, an orphan mesh refers to a mesh that exists independently of any geometric definition. It essentially contains the mesh information itself, but lacks the original CAD model or geometry it was created from.
Let’s get acquainted with Orphan meshes:
Key Characteristics of Orphan Meshes:
No Geometry Associated with the mesh: Unlike a standard mesh created directly from a geometric model (part) in ABAQUS, an orphan mesh doesn't hold any information about the original shapes or features it represents.
An Orphan Mesh can be imported as ABAQUS (.inp), ABAQUS (.odb), Nastran Bulk data (.bdf), Ansys input (.cdb), STL file (via plugin)
If the import file contains multiple parts, ABAQUS/CAE imports each part as a separate orphan mesh.
Only the orphan mesh part information is imported; properties that are assigned to the parts such as section or material are not imported.
Data Composition: An orphan mesh typically consists of nodes (points defining the mesh), elements (geometric entities like triangles or tetrahedrons that form the mesh), and potentially sets and surfaces defined on the mesh.
Orphan meshes offer some advantages:
- Importing Existing Meshes: They allow you to import meshes created in external CAD software or from previous ABAQUS analyses without needing the original geometry.
- Mesh Editing: You can use the mesh editing tools in ABAQUS to modify the nodes and elements of an orphan mesh, even if you don't have the original geometry.
Drawbacks and Considerations:
- Limited Functionality: Since the original geometry is missing, you cannot perform certain operations on orphan meshes, such as:
- Adding geometric features like holes or fillets.
- Remeshing the model based on changes to the original geometry.
- Potential Challenges: Depending on the complexity of the orphan mesh and the level of detail it captures, it might be difficult to edit or analyze effectively without the original geometry as a reference.
Edu
