*SetFieldStiffness() - asymmetric field pair

Sets the stiffness properties of an asymmetric field pair.

Syntax

*SetFieldStiffness(field_name, , k1_l, k2_l, k3_l, ..., k36_l, 
                                           k1_r, k2_r, k3_r, ..., k36_r)

Arguments

field_name
The variable name of an existing field pair.
Data type: varname
k1_l-k36_l
The linear stiffness for each entry of the 6x6 stiffness matrix for the left field.
Data type: real
k1_r-k36_r
The linear stiffness for each entry of the 6x6 stiffness matrix for the right field.
Data type: real

Context

*BeginMdl()

*DefineAnalysis()

*DefineSystem()

Comments

The second argument (used to specify symmetry) is left empty when specifying asymmetric properties for a field pair.