tintp#
- DynamicOptions.tintp(gamma='', alpha='', delta='', theta='', oslm='', tol='', avsmooth='', alphaf='', alpham='', **kwargs)#
Defines transient integration parameters.
Mechanical APDL Command: TINTP
- Parameters:
- gamma
str Amplitude decay factor for 2nd order transient integration, for example, structural dynamics (used only if
ALPHA,DELTA,ALPHAF, andALPHAMare blank). Defaults to 0.005.Alternatively, you can input the application type for the analysis using one of the following labels. In this case, the program automatically sets the transient dynamic solver algorithm and settings based on the intended application. For more information, see.
IMPA- Impact application.HISP- High speed dynamic application.MOSP- Moderate speed dynamic application.LOSP- Low speed dynamic application.QUAS- Quasi-static application.
- alpha
str 2nd order transient integration parameter (used only if
GAMMAis blank). Defaults to 0.2525.- delta
str 2nd order transient integration parameter (used only if
GAMMAis blank). Defaults to 0.5050.- theta
str 1st order transient (for example, thermal transient) integration parameter. Defaults to 1.0
- oslm
str Specifies the oscillation limit criterion for automatic time stepping of 1st order transients (for example, thermal transients). Defaults to 0.5 with a tolerance of
TOL.- tol
str Tolerance applied to
OSLM. Defaults to 0.0.- avsmooth
intorstr Smoothing flag option:
0- Include smoothing of the velocity (1st order system) or the acceleration (2nd order system) (default).1- Do not include smoothing.
- alphaf
str Interpolation factor in HHT algorithm for force and damping terms (used only if
GAMMAis blank). Defaults to 0.005.- alpham
str Interpolation factor in HHT algorithm for inertial term (used only if
GAMMAis blank). Defaults to 0.0.
- gamma
Notes
Used to define the transient integration parameters. For more information on transient integration parameters, refer to Transient Analysis
For structural transient analyses, you may choose between the Newmark and HHT time integration methods (see the trnopt command). In this case, if
GAMMAis input and the integration parametersALPHA,DELTA,ALPHAF, andALPHAMare left blank, the program will calculate the integration parameters. Alternatively, you can input these integration parameters directly on this command. However, for the unconditional stability and second order accuracy of the time integration, these parameters should satisfy a specific relationship, as described in Description of Structural and Other Second Order SystemsThis command is also valid in PREP7.