*AppendSimulation()

Captures the subcase id, simulation index, and the scale factor for the created loadcase.

Syntax

*AppendSimulation (Subcase id, Simulation index, Scale factor)

Application

HyperView

Inputs

Subcase id
Captures the subcase id of the result file.
Simulation index
Captures the simulation index of the added subcase id.
Scale factor
Captures the factor with which the simulation value will be multiplied.

Context

*BeginGraphic()

Example

*BeginGraphic()
• • •
   *BeginModel({GRAPHIC_FILE_1}, LS_DYNA d3plot)
       *BeginDerivedSubcase("Derived Loadstep 2", "basic")
          *AppendSimulation(1, 1, 2.3)
          *AppendSimulation(1, 8, 1.7)
       *EndDerivedSubcase()
• • •
   *EndModel()
• • •
*EndGraphic()

Comments

This statement is used to capture the simulation settings applied while creating a derived loadcase.