*equationupdateallconstant

Updates the constant values for the independent nodes and the dependent node.

Syntax

*equationupdateallconstant equation constant

Type

HyperMesh Tcl Modify

Description

Updates the constant values for the independent nodes and the dependent node.

Inputs

equation
The equation ID to update.
constant
The constant value assigned to all the independent nodes and the dependent node.

Example

To update equation 18 with the independent nodes and the dependent node having a constant value of 20:
*equationupdateallconstant (18, 20).