2.3 KiB
2.3 KiB
swap矩阵数据对比
Blade 1 pitch angle
Measured shaft power
Measured electrical power output
Measured generator speed (rad/s)
Measured rotor speed (rad/s)
Measured generator torque (Nm)
Measured yaw error (rad)
Hub wind speed (m/s)
Blade 1 root out-of-plane bending moment
Blade 2 root out-of-plane bending moment
Blade 3 root out-of-plane bending moment
root out of plane bending 、推力一开始就差值较大
tower_top_acc_y
rotor azimuth
Blade 1 root in-plane bending moment
Blade 2 root in-plane bending moment
Blade 3 root in-plane bending moment
Rotating hub My
Rotating hub Mz
Fixed hub My
Fixed hub Mz
Yaw bearing My
Yaw bearing Mz
Shaft torque
Thrust - Rotating low-speed shaft force x
Nonrotating low-speed shaft force y
Nonrotating low-speed shaft force z
q
2 推力 out-of-plane bending moment偏大
推力
let ls_shft_fxa = dot_product(&frc_p_rot, &m.coord_sys.e1);
y.lss_shft_fxa = ls_shft_fxa * 1000.0;
out-of-plane bending moment
for k in 0..p.num_bl as usize {
let root_mxc = dot_product(&mom_h0_b.slice(s![.., k]).to_owned(), &m.coord_sys.i1.slice(s![k, ..]).to_owned());
y.root_mxc[k] = root_mxc * 1000.0;
Shaft torque

























