Skip to content

Commit

Permalink
Fix rotor gearbox angle name
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed Mar 7, 2024
1 parent 86bda21 commit f1a1b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wisdem/drivetrainse/drive_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def compute(self, inputs, outputs, discrete_inputs, discrete_outputs):
sigma_y,
)
outputs["torq_deflection"] = rotor_gearbox_deflection.max()
outputs["torq_angle"] = rotor_gearbox_angle.max()
outputs["torq_angle"] = rotor_gearbox_rotation.max()
outputs["constr_shaft_deflection"] = gamma * outputs["torq_deflection"] / torq_defl_allow
outputs["constr_shaft_angle"] = gamma * outputs["torq_angle"] / torq_angle_allow

Expand Down

0 comments on commit f1a1b49

Please sign in to comment.