*SetFieldForce() - asymmetric field pair

Sets the force properties of an asymmetric field pair.

Syntax

*SetFieldForce(field_name, , f_x_l, f_y_l, f_z_l, 
                                       t_x_l, t_y_l, t_z_l, 
                                       f_x_r, f_y_r, f_z_r, 
                                       t_x_r, t_y_r, t_z_r)

Arguments

f_x_l, f_y_l, f_z_l
The left force values at the lengths length_lx, length_ly, and length_lz, respectively.
Data type: real
t_x_l, t_y_l, t_z_l
The left torque values at the lengths length_lx, length_ly, and length_lz, respectively.
Data type: real
f_x_r, f_y_r, f_z_r
The right force values at the lengths length_rx, length_ry, and length_rz, respectively.
Data type: real
t_x_r, t_y_r, t_z_r
The right torque values at the lengths length_rx, length_ry, and length_rz, respectively.
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.