*createmergedloadloadsteptable()

Creates the table containing merged loads for a loadstep.

Syntax

*createmergedloadloadsteptable ()

Type

HyperMesh Template Command

Description

Creates the table containing merged loads for a loadstep. The loads which are applied on the same entities and have the same configuration, type and load step will be merged. This is used for force, moment, velocity and acceleration only. This command will merge only when the combine loads in loadstep flag of custom export is utilized.

This command must be inside a *loadsteps() block and should be called in the *before() section. It must be followed by a call to *deletemergedloadloadsteptable().

Example

To write out loadsteps using merged loads:


*loadsteps()
*before()
*createmergedloadloadsteptable()
*format()
...
*after()
*deletemergedloadloadsteptable()
*output()

Version History

11.0.101