HyperWorks Desktop

*AppendSimulation()

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

*AppendSimulation()

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

Previous topic Next topic No expanding text in this topic  

*AppendSimulation()

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

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

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

Arguments

Name

Description

 

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.

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()

Application

HyperView.

Context

*BeginGraphic()

Comments

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

See also

 

*BeginDerivedSubcase()

*EndDerivedSubcase

List of Session Statements