*SetFieldStiffness() - symmetric field pair

Sets the stiffness properties of a symmetric field pair.

Syntax

*SetFieldStiffness(field_name, LEFT|RIGHT, k1-k36)

Arguments

field_name
The variable name of an existing field pair.
Data type: varname
LEFT RIGHT
If LEFT is specified, the properties are assigned to the left field, and the right field properties are made symmetric to the left field.
If RIGHT is specified, the properties are assigned to the right field, and the left field properties are made symmetric to the right field.
k1-k36
The linear stiffness for each entry of the 6x6 stiffness matrix.
Data type: real

Context

*BeginMdl()

*DefineAnalysis()

*DefineSystem()