In general, the equations that are solved for static linear analyses are:
(14–92) |
or
(14–93) |
where:
[K] = total stiffness or conductivity matrix = |
{u} = nodal degree of freedom (DOF) vector |
N = number of elements |
[Ke] = element stiffness or conductivity matrix |
{Fr} = nodal reaction load vector |
{Fa}, the total applied load vector, is defined by:
(14–94) |
where:
{Fnd} = applied nodal load vector |
{Fe} = total of all element load vector effects (pressure, acceleration, thermal, gravity) |
Equation 14–92 thru Equation 14–94 are similar to Equation 15–1 thru Equation 15–4.
If sufficient boundary conditions are specified on {u} to guarantee a unique solution, Equation 14–92 can be solved to obtain the node DOF values at each node in the model.
Rewriting Equation 14–93 for linear analyses by separating out the matrix and vectors into those DOFs with and without imposed values,
(14–95) |
where:
s = subscript representing DOFs with imposed values (specified DOFs) |
c = subscript representing DOFs without imposed values (computed DOFs) |
Note that {us} is known, but not necessarily equal to {0}. Since the reactions at DOFs without imposed values must be zero, Equation 14–95 can be written as:
(14–96) |
The top part of Equation 14–96 may be solved for {uc}:
(14–97) |
The actual numerical solution process is not as indicated here but is done more efficiently using one of the various equation solvers discussed in Equation Solvers.
The reaction vector , may be developed for linear models from the bottom part of Equation 14–96:
(14–98) |
where:
Alternatively, the nodal reaction load vector may be considered over all DOFs by combining Equation 14–93 and Equation 14–94 to get:
(14–99) |
where only the loads at imposed DOF are output. Where applicable, the transient/dynamic effects are added:
(14–100) |
where:
[M] = total mass matrix |
[C] = total damping or conductivity matrix |
= first derivative of the nodal DOF with respect to time, for example, velocity |
= second derivative of the nodal DOF with respect to time, for example, acceleration |
The element static nodal loads are:
(14–101) |
where:
= element nodal loads (output using OUTPR,NLOAD, or PRESOL commands) |
e = subscript for element matrices, displacement vector, velocity vector, acceleration vector, and load vectors |
The element damping and inertial loads are:
(14–102) |
(14–103) |
where:
= element damping nodal load (output using OUTPR,NLOAD, or PRESOL commands) |
= element inertial nodal load (output using OUTPR,NLOAD, or PRESOL commands) |
Thus,
(14–104) |
Transient Analysis and Harmonic Analysis discuss the transient and harmonic damping and inertia loads.
For a damped modal analysis (ANTYPE,MODAL with
MODOPT,QRDAMP,,,,CPLX, or MODOPT,DAMP) with
EngCalc
= YES on the MXPAND command, for the
ith complex eigenvector:
Equation 15–70 and Equation 15–71 are used to calculate element inertia loads,
Equation 15–73 and Equation 15–74 are used to calculate element damping loads,
and the absolute value of the imaginary part of the complex eigenvalue , defined in equation Equation 14–243, is substituted for in these equations.
For undamped modal analysis, the element inertia loads of the ith real eigenvector are calculated following equation Equation 15–70, using the ith natural circular frequency Equation 15–50 instead of .
If an imposed DOF value is part of a constraint equation, the nodal reaction load vector is further modified using the appropriate terms of the right hand side of Equation 14–210; that is, the forces on the non-unique DOFs are summed into the unique DOF (the one with the imposed DOF value) to give the total reaction force acting on that DOF.
The following circumstances could cause a disequilibrium, usually a moment disequilibrium:
Program Option | Explanation of Possible Difficulty | |||
---|---|---|---|---|
|
| |||
| ||||
|
| |||
| ||||
|
The following circumstances could cause an apparent disequilibrium:
All nodal coordinate systems are not parallel to the global Cartesian coordinate system. However, if all nodal forces are rotated to the global Cartesian coordinate system, equilibrium should be seen to be satisfied.
The solution is not converged. This applies to the potential discrepancy between applied and internal element forces in a nonlinear analysis.
The mesh is too coarse. This may manifest itself for elements where there is an element force printout at the nodes, such as SHELL61 (axisymmetric-harmonic structural shell).
The "TOTAL" of the moments (MX, MY, MZ) given with the reaction forces does not necessarily represent equilibrium. It only represents the sum of all applicable moments. Moment equilibrium would also need the effects of forces taken about an arbitrary point.
Axisymmetric models are used with forces or pressures with a radial component. These loads will often be partially equilibrated by hoop stresses, which do not show up in the reaction forces.
Shell elements have an elastic foundation described. The load carried by the elastic foundation is not seen in the reaction forces.
In substructure expansion pass with the resolve method used, the reaction forces at the master degree of freedom are different from that given by the backsubstitution method (see Substructuring Analysis).