Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: BeamDyn Initial Strain and Linearization #2085

Merged
merged 6 commits into from
Mar 12, 2024

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    334c702 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f588ef5 View commit details
    Browse the repository at this point in the history
  3. Implement new initial strain fix based on OpenTurbine documentation

    The previous initial strain fix caused bad linearization results (and likely didn't fix the issue in the correct way). The new one replaces RR0 with R*x0' which is what OpenTurbine is using to avoid the mismatch that caused initial strain.
    deslaughter committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9de4788 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    61b6b09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70f32cc View commit details
    Browse the repository at this point in the history
  3. Restore previous fix to pitch actuator logic in SetParameters

    This fix was unintentionally removed when reverting the initial strain fix.
    deslaughter committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    37b63c0 View commit details
    Browse the repository at this point in the history