*migrateloadcolcardstoanalysisparam

Updates solver cards defined as load collectors to analysisparameters entity and removes the CAALOAD load collector card.

Syntax

*migrateloadcolcardstoanalysisparam

Type

HyperMesh Tcl Modify Command

Description

Updates the EIGRL, EIGRA, EIGRD, EIGC, NLPARM, NLADAPT, NLOUT, NLMON, TLOAD1, TLOAD2, RLOAD1, RLOAD2, ACSRCE, DLOAD, UNBALNC, RGYRO Cards in Load collectors to Analysisparameters entity and removes the CAALOAD Load collector card. All the reference IDs are migrated as well.

Examples

To migrate load collector cards to analysisparameters entity:

* migrateloadcolcardstoanalysisparam

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:

if { [ catch {command_name...} ] } {
  # Handle error
}           

Version History

2022