Table of Contents

SecondOrderResponse

https://bladednextgen.dnv.com/schema/0.4.1/Components/PitchSystem/PitchController/PitchSystemDemand/ResponseToDemand/SecondOrderResponse.json

Defines a second-order response to the controller's demands.

  • ResponseToDemandType: string = SecondOrderResponse
  • RateLimits: object (PitchRateLimits)
  • AccelerationLimits: object (PitchAccelerationLimits)
  • Frequency: number (rad/s)
  • Damping: number

A type of ResponseToDemand

Properties

RateLimits: object(PitchRateLimits), optional

The rate limits.

AccelerationLimits: object(PitchAccelerationLimits), optional

The acceleration limits.

ResponseToDemandType: string

Defines the specific type of ResponseToDemand model in use. For a SecondOrderResponse object, this must always be set to a value of SecondOrderResponse.

Frequency: number (rad/s), optional

The angular frequency of oscillation of response.

default = 6.28318530717959

Damping: number, optional

The fraction of critical damping.

default = 0.8