trnopt#
- DynamicOptions.trnopt(method='', maxmode='', initialacc='', minmode='', mcfwrite='', tintopt='', vaout='', dmpsfreq='', engcalc='', mckey='', **kwargs)#
Specifies transient analysis options.
Mechanical APDL Command: TRNOPT
- Parameters:
- method
str Solution method for the transient analysis:
FULL- Full method (default).MSUP- Mode-superposition method.
- maxmode
str Largest mode number to be used to calculate the response (for
Method= MSUP). Defaults to the highest mode calculated in the preceding modal analysis.- initialacc
str Key to activate calculation of initial acceleration:
(blank)- Initial accelerations are not calculated (default).INIL- Calculate initial acceleration for a full transient analysis using the lumped mass matrix.
- minmode
str Smallest mode number to be used (for
Method= MSUP). Defaults to 1.- mcfwrite
str Modal coordinates output key to the
Jobname.mcffile (valid only for the mode-superposition method). To control howJobname.mcfis written, specify options on the mcfopt command.NO- Modal coordinates are not written toJobnamemcf.YES- Modal coordinates are written to the text fileJobname.mcf(default).
- tintopt
str Time integration method for the transient analysis:
NMK or 0- Newmark algorithm (default).HHT or 1- HHT algorithm (valid only for the full transient method).
- vaout
str Velocities and accelerations output key (valid only for mode-superposition transient analysis ):
NO- No output of velocities and accelerations (default).YES- Write velocities and accelerations to the reduced displacement file,Jobnamerdsp.
- dmpsfreq
str Average excitation frequency (Hz) for the calculation of equivalent viscous damping from structural damping input ( dmpstr and mp,DMPS). See Damping
DMPSFreqTabon dmpstr ), it supersedes this value.- engcalc
str Additional element energies calculation key:
NO- Do not calculate additional element energies (default).YES- Calculate damping energy and work done by external loads.
- mckey
str Modal coordinates output key to the
.rdspfile (valid only for the mode-superposition method):AUTO- Writing depends on the modal analysis settings of the mxpand command (default).YES- Always write the modal coordinates to the fileJobname.rdsp. A subsequent expansion pass ( expass ) is not supported.
- method
Notes
Specifies transient analysis ( antype,TRANS) options. If used in SOLUTION, this command is valid only within the first load step. Use the tintp command to set transient integration parameters.
To include residual vectors in your mode-superposition transient analysis (
Method= MSUP), specify resvec,ON.For
Method= MSUP,MAXMODEandMINMODEare ignored after a modal restart analysis where remote modal files usage ( moddir ) and residual vector calculation ( resvec,ON) have been activated.Method= MSUP is not available for ocean loading.By default in a mode-superposition transient analysis, reaction force and other force output contains only static contributions. If you want to postprocess the velocities, accelerations, and derived results (
Lab= TOTAL, DAMP, or INERT on the force command), setVAout= YES to activate velocity and acceleration output.The calculation of additional energies (
EngCalc= YES) is valid only for the full solution method (Method= FULL). TheJobname.ESAVfile is always saved in this case. The numerical integration for damping energy and work are consistent only if solution data are written to the database for every substep ( outres,ALL,ALL, outres,ESOL,ALL, or outres,VENG, ALL). For more information, see Damping Energy Work Done by External LoadsThis command is also valid in PREP7.
Additional product restrictions for the trnopt command are shown in the table below.
This command contains some tables and extra information which can be inspected in the original documentation pointed above.