Run a Single Analysis with Multiple Load Cases
Use multiple load cases to set the model up once and get results for multiple load combinations. This is set up (in part) with the Multipliers tab of the Analysis Parameters dialog box.
When nodal or edge forces and nodal moments are applied to the model, you can specify the load case in which they are placed in the Load Case / Load Curve field. Nodal forces are not affected by the Analysis Parameters: Multipliers dialog box.
You can create a row in the Load Case Multipliers table for each load case in the Multipliers tab of the Analysis Parameters dialog box, and the element-type loads listed in the dialog box is multiplied by the entered value.
For example, a pressure of 100 psi applied to a surface of the model and a pressure multiplier of 1.5 in the Multipliers tab of the Analysis Parameters dialog box results in a total pressure of 150 psi for the load case. You can vary only the magnitude of the loads controlled by the Pressure multiplier. You cannot vary the number of loads, their locations, or their directions from one load case to another.
When the analysis is performed, a separate set of results is output for each specified load case. In the Results environment, you can review the results of each load case using
Results Options Load Case Options
Load Case.
Typical stress analysis computations reveal nodal displacements and stresses acting on the finite elements. Sometimes, you might be interested in knowing how much force/moment the model exerts on the rest of the world. For example, a cantilever beam which is fixed at one end and subject to a vertical force at the other end gives rise to a reaction force/moment.
Figure 1: Free-Body Diagram of a Cantilever Beam
F = Reaction force exerted on wall by beam.
Fd = Reaction moment exerted on wall by beam.
The internal force calculator reports reactions at all nodes in the model. This can be enabled by activating the Calculate reaction forces check box in the Solution tab of the Analysis Parameters dialog box. Typically, only nodes with some boundary condition give nonzero reactions. The internal force calculator produces a filename.ro file. The .ro file is a direct access unformatted file containing nodal reactions, nodal applied forces and their difference at nodes. This file is just like the .do file and can be used in the Results environment (of course there are three times the number of load cases). The text results of the reaction forces are written to the filename.l file.
The structural analysis solves the following equation system:
K D = F (Kij Dj = Fi j sum)
where
K is the stiffness matrix
D is the vector of nodal displacements/rotations
F is the vector of applied loads and boundary conditions
A is the assembly operator
ke is the element level stiffness matrix
fe is the element level applied force vector (includes tractions, body forces, thermal loads, and so on)
is the element level vector of applied centrifugal forces
de is defined as the element displacement vector (i.e. from vector D pull out values corresponding to element nodes)
Fn is the vector of nodally applied forces/moments
The internal force calculator uses the following definitions:
R = -KD = nodal reaction
F = applied nodal forces
F - KD = nodal residual (R + F)
-ke de = element reaction
fe + = element applied force
The structural analysis computes centrifugal forces as nodal forces rather than as element level body forces. Boundary, gap and rigid elements do not have mass and hence do not contribute to centrifugal loading.
For the reaction forces to be computed correctly, the processor must be consistent; i.e. the element routines should be the same for internal forces processor and the linear stress processor. An out-of-sync processor gives rise to nonzero residuals at unrestrained nodes. Beware of situations where rectangular elements give zero residuals while distorted elements do not - this could be a synchronization issue.
Sometimes it is convenient to ignore some elements for the reaction computations (e.g., to find the reaction on nodes attached to a boundary element, the boundary element stiffness should not be assembled to K). This can be done by pressing the Settings button. The resulting dialog box has a table where the first column states the part number, the second column states a description that you can add and the third column provides the following options when you click in it:
Loads and Elements
Elements Only
Output only the reaction forces for the elements.Ignore
The elements and nodes of this part is ignored when reaction forces are computed.If you have boundary elements in your model (1D springs, 3D springs, or prescribed displacements), you must activate the Ignore boundary element groups check box to get accurate results for the reaction forces. This causes the processor to not calculate the reaction forces for the boundary elements, which would cancel out the opposite reaction forces at the model nodes to which the boundary elements are attached. The Ignore boundary element groups option is activated by default.
The type of solver for a static stress analysis can be selected in the Type of solver drop-down Menu in the Solution tab of the Analysis Parameters dialog box. See also Types of Solvers Available for background information. The options available are as follows:
When the Iterative (AMG-MF) solver is selected, an additional option becomes available within the Solution tab of the Analysis Parameters dialog box. Specifically, this solver can take advantage of GPU (Graphics Processing Unit) computing, in which the many small cores of the GPU assist with the computation-intensive task. Activate the option, Use the GPU version of the solver, to take advantage of this capability.
If for some reason you want to create the stiffness matrix but not perform the analysis, activate the check box for Stop after stiffness calculations. The only time this is useful is if you are using the stiffness matrix for other purposes, such as accessing it from another program. The stiffness matrix is always calculated when running an analysis, so there is no advantage to use this option in normal circumstances.
For the sparse and iterative solvers, the Percent memory allocation field controls how much of the available RAM is used to read the element data and to assemble the matrices. A small value is recommended. (When the value is less than or equal to 100%, the available physical memory is used. When the value of this input is greater than 100%, the memory allocation uses available physical and virtual memory.)
As listed above, some of the solvers take advantage of multiple threads/cores available on the computer. The drop-down Number of threads/cores control is enabled in such situations. You want to use all the threads/cores available for the fastest solution, but might choose to use fewer threads/cores if you need some computing power to run other applications at the same time as the analysis.
Iterative Solver Section
If the iterative solver is chosen, then the Iterative Solver section is enabled. The input for this section is as follows:
Sparse Solver Section
If the sparse solver is chosen, then the Sparse Solver section is enabled. The input for this section is as follows:
Before performing the analysis, you can select additional output to be created. The Output tab of the Analysis Parameters dialog box can be used to control what data is output. all the output goes to various text files except for the following: