Skip to content

Commit

Permalink
fixing tests by aligning with WEIS controls schema
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Jun 3, 2021
1 parent 94e9840 commit b1cb753
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions wisdem/inputs/geometry_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2432,15 +2432,22 @@ properties:
fl_feedback:
type: object
description: Platform velocity feedback using nacelle IMU
required:
- gain
optional:
- filter
default: {}
properties:
gain:
type: number
description: Platform velocity feedback gain used by the ROSCO controller (https://github.com/NREL/ROSCO)
unit: seconds
twr_freq:
type: number
description: Tower natural frequency / frequency of notch filter in fl_feedback ROSCO control module
unit: rad/s
default: 100.
ptfm_freq:
type: number
description: Platform natural frequency / frequency of LPF in fl_feedback ROSCO control module
unit: rad/s
default: 0.2
filter:
$ref: "#/definitions/filter"
description: Nacelle IMU filter, used to remove tower natural frequency. Usually a LPF or Notch Filter
Expand Down

0 comments on commit b1cb753

Please sign in to comment.