*SetFieldLength() - asymmetric field pair

Sets the length properties of an asymmetric field pair.

Syntax

*SetFieldLength(field_name, , length_x_l, length_y_l, length_z_l 
                                        length_rx_l, length_ry_l, length_rz_l 
                                        length_x_r, length_y_r, length_z_r 
                                        length_rx_r, length_ry_r, length_rz_r)

Arguments

field_name
The variable name of an existing field pair.
Data type: varname
length_x_l length_y_l length_z_l
The left field f_x, f_y, and f_z values at length_x, length_y, and length_z, respectively.
Data type: real
length_rx_llength_ry_llength_rz_l
The left field t_x, t_y, and t_z values at length_rx, length_ry, and length_rz, respectively.
Data type: real
length_x_r length_y_r length_z_r
The right field f_x, f_y, and f_z values at length_x, length_y, and length_z, respectively.
Data type: real
length_rx_rlength_ry_rlength_rz_r
The right field t_x, t_y, and t_z values at 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.