Skip to content

Commit

Permalink
Enable yaw control
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed Jan 22, 2025
1 parent 5861088 commit 04afdd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Examples/14_open_loop_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ def main():
case_inputs = {}
case_inputs[('ServoDyn','DLL_FileName')] = {'vals': [discon_lib_path], 'group': 0}
case_inputs[('ServoDyn','Ptch_Cntrl')] = {'vals': [1], 'group': 0}
case_inputs[('ServoDyn','YCMode')] = {'vals': [5], 'group': 0}
case_inputs[('ServoDyn','TYCOn')] = {'vals': [0], 'group': 0}
case_inputs[('ElastoDyn','YawDOF')] = {'vals': ['True'], 'group': 0}


# Apply all discon variables as case inputs
discon_vt = ROSCO_utilities.DISCON_dict(
Expand Down

0 comments on commit 04afdd6

Please sign in to comment.