get_tilt_mean_L3

Derive the average platform tilt angle for each OpenFAST simulation.

This function:

  • reads simulation output (usually .outb files),

  • extract the platform roll (PtfmRoll) and platform pitch (PtfmPitch) time signals,

  • derive from roll and pitch the total platform tilt signal, as \(tilt = \sqrt{PtfmRoll^2 + PtfmPitch^2}\)

  • calculate the average of the platform tilt signal

See also

Function get_tilt_mean_L3 in the file scube\src\scube\postpro\postprocessing.py