11.3.4 What is a part instance?

A part instance can be thought of as a representation of the original part. You create a part in the Part module and define its properties in the Property module. However, when you assemble the model using the Assembly module, you work only with instances of the part, not the part itself. The Interaction and Load modules also operate on the assembly and, therefore, on part instances. In contrast, the Mesh module enables you to operate on either the assembly or one or more of its component parts.

You create part instances in the Assembly module. You then position those instances relative to each other in a global coordinate system to form the assembly. You can create and position multiple instances of a single part. In addition, you can assemble instances of deformable, analytical rigid, and discrete rigid parts when you are solving contact problems. For more information on the types of parts you can create in ABAQUS/CAE, see Part types, Section 11.4.2.

The following example illustrates the relationship between parts and part instances. A pump housing is composed of three parts: the housing cover, a gasket, and a mounting bolt. In the Part module you create each of the three parts shown in Figure 11–7:

Figure 11–7 The original parts.

In the Assembly module you assemble instances of each part:
You then position the instances relative to a common coordinate system, thereby creating the model of the pump housing, as shown in Figure 11–8.

Figure 11–8 The model is assembled from instances of the parts.

Now, suppose you want to change the length of the bolts. You return to the Part module and modify the length of the bolt by editing the original part. When you return to the Assembly module, ABAQUS/CAE recognizes that the part was modified and automatically regenerates the eight instances of the bolt to reflect the change in the diameter.

You cannot modify the geometry of a part instance directly; you can modify the part itself only within the Part module. When you modify a part, ABAQUS/CAE automatically regenerates all instances of the modified part in the assembly. Part instances are discussed in more detail in the context of the Assembly module in Working with part instances, Section 13.3.