Table of Contents

LinearPassiveDamper coming soon

https://bladednextgen.dnv.com/schema/0.4.1/Components/Damper/LinearPassiveDamper.json

Not supported yet

A linear vibration damper to add to the support structure.

  • ComponentType: string = LinearPassiveDamper
  • Mass: number (kg)
  • Frequency: number (Hz)
  • Damping: number (Ns/m)
  • IgnoreInModalAnalysis: boolean
  • Direction: object (Vector3D)

A type of Component

Properties

ComponentType: stringcoming soon

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

Mass: number (kg)coming soon

The active mass of the vibration damper.

Frequency: number (Hz)coming soon

The peak frequency which the vibration damper responds to.

Damping: number (Ns/m)coming soon

The fraction of critical damping that the vibration damper will achive.

IgnoreInModalAnalysis: boolean, optionalcoming soon

If true, the damper will be ignored in modal analyses.

Direction: object(Vector3D), optionalcoming soon

If provided, the movement axis of the linear damper. If omitted, the damper will be omnidirectional within the XY plane.