*controlcard()

Creates a control card in HMASCII format.

Syntax

*controlcard (id,"name")

Type

HyperMesh HMASCII Command

Description

Creates a control card in HMASCII format.

Card data is assigned using attributes for the relevant solver.

Inputs

id
The ID of the card.
name
The name of the card.

Example

To create a card with ID 1 and name "my-card":
*controlcard(1,"my-card")

Errors

Incorrect usage results in an import error.