Solid Mechanics
Now it is time to define the physics settings, such as material models, loads, and constraints. Initially, the analysis was specified to be stationary, using the classical equations associated with solid mechanics.
By default, the Solid Mechanics interface assumes that the participating material models are linear elastic, which is appropriate for this example.
Fixed Constraint 1
Assume that the boundaries of the bolt holes are perfectly constrained.
1
In the Physics toolbar click Boundaries
and choose Fixed ConstraintÂ
.
2
In the Settings window for Fixed Constraint, locate the Boundary Selection section.
3
From the Selection list, choose Bolt Holes.
Boundary Load 1
The load acts radially outward in the holes. There are several ways in which you can achieve that. You can, as shown here, use the cylindrical coordinate system. Alternatively, you could have used the built-in Boundary System, or you could simply have applied it as a pressure load.
1
In the Physics toolbar click Boundaries
and choose Boundary Load
.
2
Locate the Boundary Selection section. From the Selection list, choose Pin Holes.
3
Locate the Coordinate System Selection section. From the Coordinate system list, choose Boundary System 1 (sys1). The orientation of the load is now interpreted in this coordinate system. You can note how the labels for the input fields change.
4
In the n-component text field, type -
p0*cos(sys2.phi)
. The normal direction in a boundary system points outward from the surface, hence the negative sign in front of the pressure load.
5
In the Coordinate System Selection section, click the Go to source button
.
6
In the settings for Boundary System, locate the Settings section. From the Frame list, choose Reference configuration.
The settings you have made for the frames in the two coordinates systems do not have any effect in the current model, since the analysis will assume geometric nonlinearity. If, however, the model is extended later to include effects of geometrical nonlinearity, then the choice of frames in various features will matter. Similarly, it does not matter here whether you choose Force per reference area or Force per deformed area as long as the analysis is geometrically linear.
There are several different ways in which this load could have been described without making use of a position dependence when defining the coordinate system. You could, for example, use two separate Boundary load nodes with different signs in front of the load. Alternatively, you could still use a single Boundary load node, but with the expression
p0*abs(cos(sys2.phi))
or
p0*cos(sys2.phi)*sign(X)