Nonlinear Transient Analysis
Nonlinear Small Displacement Transient and Nonlinear Large Displacement Transient (LGDISP) Analysis are currently available to solve nonlinear problems which include transient effects.
The predominant difference between Nonlinear Static Analysis and Nonlinear Transient Analysis is the inclusion of inertia and momentum terms in the solution of the equation of motion. This nonlinear transient solution sequence typically supports all nonlinear features supported by Nonlinear Static Analysis, including geometric nonlinearity, material nonlinearity, and contact. Subcase continuation between Nonlinear Transient Analysis and Nonlinear Static Analysis is also supported.
Nonlinearity Sources
Geometric Nonlinearity
In analyses involving geometric nonlinearity, changes in geometry as the structure deforms are considered in formulating the constitutive and equilibrium equations. Many engineering applications require the use of large deformation analysis based on geometric nonlinearity. For example, applications such as metal forming, tire analysis, and medical device analysis. Small deformation analysis based on geometric nonlinearity is required for some applications, like analysis involving cables, arches and shells. Such applications involve small deformation, except finite displacement or rotation.
Material Nonlinearity
Material nonlinearity involves the nonlinear behavior of a material based on current deformation, deformation history, rate of deformation, temperature, pressure, and so on.
Constraint and Contact Nonlinearity
Constraint nonlinearity in a system can occur if kinematic constraints are present in the model. The kinematic degrees-of-freedom of a model can be constrained by imposing restrictions on its movement. In OptiStruct, constraints are enforced with Lagrange multipliers.
In the case of contact, the constraint condition is based on inequalities and such a constraint generally does not allow penetration between any two bodies in contact.
Follower Load
Applied loads can depend upon the deformation of the structure when large deformations are involved. Geometrically, the applied loads (Forces or Pressure) can deviate from their initial direction based on how the model deforms at the location of application of load. In OptiStruct, if the applied load is treated as follower load, the orientation and/or the integrated magnitude of the load will be updated with changing geometry throughout the analysis.
Nonlinear Transient Solution Method
Nonlinear Transient solutions are done by marching through the solution in the time domain. The time-discretized equation is solved using Newton's method (similar to NLSTAT). Two time stepping schemes are provided for nonlinear transient analysis. The TMTD field on the TSTEP entry can be used to switch between the two integration schemes. The Generalized Alpha method (TMTD=1, default) and the Backward Euler method (TMTD=2).
Generalized Alpha (α) Method
- Mass
- Viscous damping
- Stiffness matrix
- Total force
Subscripts, and indicating external and internal force, respectively. Superscripts, and indicate the time when the variable is calculated, with being the previous time and being the current time when the displacement increment is being solved for. The Lagrangian coordinate is denoted by , and the material time derivatives of are denoted by (velocity) and (acceleration).
By default, and . That is, the default scheme is HHT- method.
Backward Euler Method
- Mass
- Viscous damping
- Stiffness matrix
- Total force
Subscripts, and indicating external and internal force, respectively. Superscripts, and indicate the time when the variable is calculated, with being the previous time and being the current time when the displacement increment is being solved for. The Lagrangian coordinate is denoted by , and the material time derivatives of are denoted by (velocity) and (acceleration).
The only parameter for Backward Euler method is the time step .
The Backward Euler method does not require the input of TCi fields on the TSTEP entry. The Alpha and Beta fields introduce subcase-dependent Rayleigh damping, so that the viscous damping matrix in a particular subcase is .
Typically, the Generalized Alpha method should be used for most Nonlinear Transient Analysis. In this method, numerical damping can be adjusted through the parameters , , and . In particular, non-zero and introduce damping for high-frequency response components. However, Backward Euler method can be used for Static Analysis such as post-buckling solutions, since this method is dissipative and therefore highly stable.
Automatic Time Stepping
This Nonlinear Transient solution provides automatic time stepping based on Local Truncation Error (LTE).
Where, is the displacement at time step, .
- > TOL - Reject current step, cutback and redo the current step.
- TOL > > 0.5 * TOL - Accept current step, cutback the next step.
- 0.5 * TOL > > 1/16 * TOL - No changes.
- 1/16 * TOL > - The next time step is doubled.
The MREF continuation line on TSTEP entry can be used to control automatic time stepping, so that the time step is adjusted according to the LTE of the current step. As shown above, when error is "large" when compared to the tolerance (TOL), will be reduced by half and the current step is re-calculated. The maximum number of such operations within each step is controlled by the TN1 field. On the other hand, when is "small" compared to the tolerance (TOL), is requested to be increased, but only after TN2 contiguous steps with such a request, will be actually increased.
Damping
This Nonlinear Transient solution sequence currently only provides support for Rayleigh Damping. The global Rayleigh damping parameters can be input using PARAM, ALPHA1 and PARAM, ALPHA2. Subcase-dependent Rayleigh damping parameters can be input using the Alpha and Beta fields on the TSTEP Bulk Data Entry. Material-dependent Rayleigh damping parameters can be input via the RAYL continuation line on the corresponding material entry (MAT1, MAT2, MAT8, MAT9, and MAT9OR Bulk Data Entries).
Baseline Correction
Baseline correction can be applied to correct the acceleration record to avoid displacement shift.
When acceleration is applied as input via SPCD, the integration of displacement results may diverge at the last point of simulation. Baseline correction can be used to correct the acceleration input. The BASELIN Subcase and BASELIN Bulk Data Entry pair can be used to apply baseline correction.
There are two methods by which Baseline correction can be applied. For both cases, the acceleration load is corrected by fitting the load to a polynomial with coefficients , , and .
Acceleration Method (METHOD=ACCE on BASELIN Bulk Data)
- , , and
- Coefficients of the polynomial, which are unknowns to be calculated from the above minimization functions.
- Function of polynomial coefficients.
- Input acceleration load.
- Baseline correction of the acceleration.
- Corrected acceleration after baseline correction.
- Time associated with each acceleration data point in the record.
- Total number of acceleration data points in the record (points on TABLED# entry referenced on TLOAD1 entry).
Velocity Method (METHOD=VELO on BASELIN Bulk Data)
- , , and
- Coefficients of the polynomial, which are unknowns to be calculated from the above minimization functions.
- Function of polynomial coefficients.
- Baseline correction of the acceleration.
- Corrected acceleration after baseline correction.
- Velocity load.
- Corrected velocity after baseline correction.
- Time associated with each acceleration data point in the record.
- and
- Initial and final total time.
Problem Setup
Input
For Nonlinear Transient Analysis, the loads and boundary conditions are defined in the Bulk Data Entry section of the input deck. The static loads and boundary conditions are defined in the Bulk Data Entry section of the input deck. They should be referenced in the Subcase Information Entry section using a SPC and DLOAD statement in a subcase, respectively.
For Nonlinear One-step Transient Thermal Stress Analysis (OSTTS), if the Nonlinear Transient Analysis subcase has a temperature load defined (via TEMPT), then a TEMP Subcase Information Entry referencing the TEMPT Bulk Data Entry can be directly specified in the nonlinear transient subcase.
Large Displacement Analysis can be activated via PARAM, LGDISP, 1, NLPARM(LGDISP), or NLCTRL(LGDISP) Subcase Information Entries.
To indicate that a nonlinear transient solution is required for any subcase, the combination of NLPARM (or NLCTRL) and TSTEP entries should be present (an alternative definition is to just use TSTEPNL instead of both NLPARM (or NLCTRL) and TSTEP). The NLPARM (or NLCTRL) Subcase Information Entry, in turn, points to the NLPARM (or NLCTRL) Bulk Data Entry, and the TSTEP entry points to the TSTEP Bulk Data Entry. If TSTEPNL is used in the subcase, then it points to the TSTEPNL Bulk Data Entry.
Using both TSTEPNL and NLPARM, or TSTEPNL and NLCTRL in a subcase is not supported (refer to the TSTEPNL Bulk Data Entry for more information). If NLPARM or NLCTRL is present in a Nonlinear Transient subcase, then a TSTEP entry is mandatory. However, if TSTEPNL entry is present instead of NLPARM or NLCTRL, then the TSTEP entry is not compulsory.
The NLOUT Bulk Data Entry and NLOUT Subcase Information Entry can be used to control incremental output. The NLADAPT Bulk Data Entry and Subcase Information Entry can be used to define parameters for time-stepping and convergence criteria.
The DLOAD Subcase Entry can reference corresponding DLOAD or TLOAD1/TLOAD2 Bulk Data Entries. The TLOAD1/TLOAD2 entries define time-dependent loading wherein the EXCITEID field can point to applied loads (DAREA, FORCEx, PLOADx, etc.), enforced motion (SPC/SPCD) or temperature loads (TEMP/TEMPD).
Example (NLPARM)
SUBCASE 10
ANALYSIS = DTRAN
SPC = 1
DLOAD = 2
NLPARM = 99
TSTEP = 2
NLOUT = 23
IC = 12
.
.
BEGIN BULK
PARAM,LGDISP,1
NLPARM 99
TSTEP, 2
Example (NLCTRL)
SUBCASE 10
ANALYSIS=DTRAN
SPC = 1
DLOAD = 2
NLCTRL = 99
TSTEP = 2
NLOUT = 23
IC = 12
.
.
BEGIN BULK
PARAM,LGDISP,1
NLCTRL 99
TSTEP, 2
Detailed convergence check information for implicit nonlinear subcases, increments, and Newton-Raphson iterations are printed in the _nl.out file. Additional options for checking Nonlinear Analysis run information and monitoring progress of Nonlinear Implicit Analysis jobs are listed in Runtime Monitoring in the User Guide.
The NLPARM or NLCTRL data provides Nonlinear Analysis parameters. DLOAD inputs the time-dependent loading, and IC provides the initial condition (if absent, the initial velocity is set to zero). NLOUT issues the output controls. The TSTEP entry contains the Nonlinear Transient method parameters, damping, and time-stepping parameters.
The parameters NLDEBUG, CONT2TIE, NLDEBUG, NLP2NLC, and NLDEBUG, RMNLMAT are available to change the model in certain ways to aid in debugging.
Subcase Continuation
Subcase continuation is supported between Nonlinear Transient subcases in the same model. It is also supported from a NLSTAT subcase to a Nonlinear Transient subcase.
With subcase continuation, subcase 2 follows subcase 1. When both are of Nonlinear Transient type, the initial condition (IC entry, if present) in subcase 2 is ignored. Instead, subcase 2 obtains its initial condition from the last time step of subcase 1.
On the other hand, if subcase 1 is of NLSTAT type, IC entry is allowed for subcase 2. In this situation you must also be cautious in defining the loading of subcase 1. If LOAD is used to define loading for subcase 1, its magnitude will be gradually ramped down to zero at the beginning of subcase 2. If DLOAD is used in subcase 1, the load will not continue into subcase 2. Instead it becomes zero immediately when entering subcase 2. In other words, for NLSTAT(LOAD) + Nonlinear Transient, the load in the 2nd subcase is the combination of DLOAD of Nonlinear Transient and the (ramping down) LOAD of NLSTAT. Whereas, for NLSTAT(DLOAD) + Nonlinear Transient, the load in the 2nd subcase is only from DLOAD of Nonlinear Transient.
One typical use case for subcase continuation is the post-buckling analysis. One can load the structure to a point close to buckling using a NLSTAT Subcase, followed by a Nonlinear Transient subcase (using the Backward Euler method to improve stability) for the rest of buckling process.
Subcase continuation between Small and Large Displacement Nonlinear Transient Analyses (or vice-versa) is not allowed.
Output
The typical output entries (DISPLACEMENT, VELOCITY, and ACCELERATION) can be used to request corresponding output for Nonlinear Transient Analysis. The NLOUT Subcase and Bulk Data Entries can be used to request intermediate results.
Energy output is available by default and additional control is available via NLENRG Bulk/Subcase pair.
The fields show the current time step number (itstp), current time (time), norm of acceleration error (norm(da)), the norm of the reference displacement (u_ref), the acceleration error (err_da) and adjustment request (adjustment), respectively.
- Adjustment Printing (.out file)
- Information
- Reduce Next
- Indicates a reduction of next time step for
- Enlarge Next
- Indicates an increase of next time step for
- No Change
- Indicates no change in for current and subsequent step.
- Cutback
- Indicates reduction of current step. The current step is then redone.
- The same limitations that apply to Nonlinear Static Analysis also apply to Nonlinear Transient Analysis.
- The NLADAPT entry is recommended to be used to control the maximum and minimum time-step in Nonlinear Transient Analysis.
- Linear and large rotation DMIG (Direct Matrix Input at Grid points) are supported in Nonlinear Transient Analysis.
Plot Convergence During Analysis
The convergence plot can be obtained for all nonlinear iterations across all subcases for nonlinear static and nonlinear transient analysis, using the Altair Compute Console (ACC).
The progress can also be monitored for all the optimization iterations.
For more details, refer to Plot Convergence During Analysis in the Runtime Monitoring section.