TLOAD1
Bulk Data Entry Defines a time-dependent dynamic load or enforced motion.
Description
The load or enforced motion is of the form:
For use in transient response analysis, transient heat transfer analysis, and to specify the user-defined static loading curve for Nonlinear Static Analysis.
Where,
is the time-dependent dynamic load or enforced motion, multiplier for transient heat transfer convection coefficient, or user-defined loading curve.
defines the amplitude of the dynamic excitation in transient response analysis or base-load in Nonlinear static analysis and is referenced by the EXCITEID field.
is a user-defined function that defines the time-variant nature or loading scale factors for . It is specified by referencing a predefined TABLEDi entry in the TID field.
is the time delay defined in the DELAY field.
Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
TLOAD1 | SID | EXCITEID | DELAY | TYPE | TID | ||||
"EXTN" | TSTIME |
Example
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
TLOAD1 | 5 | 7 | LOAD | 13 |
Definitions
Field | Contents | SI Unit Example |
---|---|---|
SID | Set identification
number. (Integer > 0) |
|
EXCITEID | Identification number of
the DAREA, SPCD,
FORCEx, MOMENTx,
PLOADx, PLOADSF,
PRSPENE, RFORCE,
QVOL, QBDY1,
ACCEL, ACCEL1,
ACCEL2, GRAV,
TEMP, TEMPD, or
TEMPADD entry set that defines
. 2
3
When TYPE = 5, J, JO, JOU, or JOUL, this entry refers to the subcase identification number of a steady-state electrical analysis (SSEC). When TYPE=EXT, the EXCITEID field refers to the ID of an ASSIGN,EXTLOD entry that identifies an .rsp/.rpc file for external loading. (Integer > 0) |
|
DELAY | Defines time delay
. If it is a non-zero integer, it represents
the identification number of the DELAY Bulk Data
Entry that defines
. If it is real, then it directly defines
the value of
that will be used for all
degrees-of-freedom that are excited by this dynamic load entry. If blank or zero, will be zero. (Integer ≥ 0, real or blank) |
|
TYPE | Defines the type of the
dynamic excitation. 2
3 Default = 0 (Integer, character or blank) |
|
TID | TABLEDi
or TABLEG entry identification number that gives
. (Integer > 0) |
|
"EXTN" | Extended options indicator. | |
TSTIME | String to indicate
Total/Subcase time switch. Only supported for Nonlinear subcases.
9
Default = TOT |
Comments
- Dynamic excitation sets must be selected with the Subcase Information command DLOAD=SID.
- The type of dynamic excitation is
specified by TYPE based on the following table:
TYPE TYPE of Dynamic Excitation Integer Character 0 L, LO, LOA, or LOAD Applied load (force, moment or pressure) (Default)
1 D, DI, DIS, or DISP Enforced displacement or temperature; EXCITEID references SPC/SPCD data. 2 V, VE, VEL, or VELO Enforced velocity; EXCITEID references SPC/SPCD data. 3 A, AC, ACC, or ACCE Enforced acceleration; EXCITEID references SPC/SPCD data. 4 T, TE, TEM, or TEMP Enforced temperature; EXCITEID references TEMP/TEMPD/TEMPADD data. 5 J, JO, JOU, or JOUL Enforced Joule loss density; EXCITEID references ID of a steady-state electrical subcase, from which the Joule loss density will be applied in the transient heat transfer subcase. - EXT External loading from an ASSIGN,EXTLOD entry referencing an .rsp/.rpc file. - The TYPE also
determines the manner in which EXCITEID is used by the
program as:
- If the excitation specified by TYPE is applied load, the EXCITEID must reference DAREA, FORCEx, MOMENTx, PLOADx, PLOADSF, PRSPENE, RFORCE, GRAV, QVOL, ACCEL, ACCEL1, ACCEL2 or QBDY1 entries.
- If the excitation specified by TYPE is enforced motion (TYPE=1, 2, or 3), the EXCITEID must reference SPC/SPCD entries.
- If the excitation specified by TYPE is enforced temperature (TYPE=4), the EXCITEID must reference TEMP/TEMPD/TEMPADD entries.
- TYPE=1 must be specified if the EXCITEID field references SPCD data used in transient heat transfer analysis to define time-dependent thermal boundary conditions. This also applies when using SPCD to identify a time-dependent heat transfer convection coefficient.
- TLOAD1 loads may be combined with TLOAD2 loads only by specification on a DLOAD entry. That is, the SID on a TLOAD1 entry may not be the same as that on a TLOAD2 entry.
- SID must be unique for all TLOAD1, TLOAD2, RLOAD1, and RLOAD2 entries.
- If TLOAD1 entries are selected for Fourier analysis, then the time-dependent loads on the TLOAD1 entries are transformed to the frequency domain. Then the analysis is performed as a frequency response analysis, but the solution and the output are converted to and printed in the time domain.
- When EXCITEID refers to an SPCD entry, the modal space will be augmented with displacement vector(s) from linear static analysis with unit prescribed displacement at each of the SPCD degrees-of-freedom. EXCITEID cannot reference the LOAD and LOADADD Bulk Data Entries.
- The DT and TTERM fields on the NLPARM Bulk Data Entry allow for an alternate method (instead of NINC) to define the loading curve for Nonlinear Static Analysis. The DLOAD Subcase Entry can be used in a NLSTAT subcase to reference TLOAD1 Bulk Data Entry. This allows for the specification of a user-defined loading curve via the TID field on the TLOAD1 entry. The TID field references the Time (X) versus Load Scale Factors (Y) that scales the loading specified on the EXCITEID field.
- The TSTIME field is supported for nonlinear structural analysis, linear transient heat transfer, and nonlinear transient heat transfer analyses.
- RSP or RPC files can be used as
loading for transient analysis; transient loading is set up internally using
OptiStruct. The ASSIGN,EXTLOD
entry can be used to identify the RSP or RPC file and mapping CSV file for
external loading. Additionally, the ID of the ASSIGN entry
can be referenced on a TLOAD1 entry in the transient analysis
setup using the EXCITEID field. The TLOAD1
entry should have the TYPE field set to EXT
to indicate the load is coming from an external file. Both direct and modal
linear transient analyses are supported. The DELAY field on
the TLOAD1 entry is supported for external loading (negative
delay can be used to skip unnecessary data in the RSP or RPC file). Example:
ASSIGN,EXTLOD,102,’load.rsp’,’mapping.csv’ … SUBCASE 1… BEGIN BULK … TLOAD1,13,102,,EXT
- This card is represented as a load collector in HyperMesh.