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

Updates to AeroDyn #538

Merged
merged 38 commits into from
Nov 9, 2020
Merged

Updates to AeroDyn #538

merged 38 commits into from
Nov 9, 2020

Commits on Apr 23, 2020

  1. AeroDyn sync for linearizable UA and DBEMT models

    - added omega to UA driver time-series file
    - added UAMod=4 (HGM model); linearization is incomplete
    - added DBMET_Mod=3 (continuous form of constant tau); linearization is incomplete
    - reorganized loops in BEM CalcOutput and UpdateStates for ease of reading/calculations
    - NEED TO CHECK the Cp/Cavit stuff!!!
    - added C_lalpha parameter to airfoil input file
    - NWTC Library: fix fatal issue if ever calling WrOver with more than ConRecL-1 characters
    - Allow AeroDyn driver to read time-history file as input
    - Many AeroDyn driver (all output is in one file)
    bjonkman committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    5aab0a9 View commit details
    Browse the repository at this point in the history
  2. AD: automatically turn off BEM when TSR is below 1

    added option to blend BEM/non-BEM solution when the TSR is lower than 2. BEM is totally off when TSR is <= 1
    bjonkman committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    6ce74df View commit details
    Browse the repository at this point in the history
  3. AD: UA's filtCutOff now specified as reduced frequency instead of Hz

    Default has changed from 20 Hz to 0.5
    NEED TO DOCUMENT THIS!!!!!
    bjonkman committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    4d58770 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0bebc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. AD: mods for linearization

    - also a couple of additional robustness checks on DBEMT CCSD (alphaE and Tu)
    bjonkman committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    2e00914 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    4c31683 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Configuration menu
    Copy the full SHA
    738ce37 View commit details
    Browse the repository at this point in the history
  2. fix typo

    bjonkman committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    ed73cae View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    0dedaac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23fb242 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    ccace14 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Configuration menu
    Copy the full SHA
    503cc18 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary project dependencies

    These get inherited from FASTlib, and it seems to be bothering newer version of Visual Studio (trying to link the FAST executable with the Registry executable)
    bjonkman committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    673e5be View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    667474c View commit details
    Browse the repository at this point in the history
  2. Updates to fix merge problems between UA and FVW

    - Add continuous state for UA in FVW
    - change not-Fortran2003 `norm2()` to `TwoNorm()`
    - change precision in {x|y|z}_hat_disk to 8-byte
    - remove iBladeNode and iBlade from FVW%m_UA
    - update `UA_UpdateState_Wrapper` to call UA routines with appropriate arguments
    - attempt to call UA_UpdateStates and UA_CalcOutput with correct inputs (NEEDS A REVIEW!!!)
    - CHANGED dynamic cl, cd, cm when UA is called
    - fixed some error handling in `SetOutputsFromFVW`
    bjonkman committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    c39277e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Configuration menu
    Copy the full SHA
    47945b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Configuration menu
    Copy the full SHA
    ffd177f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. fix indents

    bjonkman committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    55dd2b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a96a84 View commit details
    Browse the repository at this point in the history
  3. Update vs-build files

    - removed extra solution files
    - modified existing ones with Registry not using Release|Win32 configurations
    bjonkman committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    db28d20 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. point r-test to current dev branch

    will need to be updated again soon
    bjonkman committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    7c47fe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8925dd View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Configuration menu
    Copy the full SHA
    20c4fd2 View commit details
    Browse the repository at this point in the history
  2. fix spacing

    bjonkman committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    c63b083 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fddb8a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    c23e937 View commit details
    Browse the repository at this point in the history
  2. BEM: added warning when BEM is reduced + update GeomPhi with weight

    The GemoPhi output will be a number between 0 (BEM only) and 1 (no BEM) that indicates if BEM has been turned off due to either no valid value of phi error from the BEM solution or a gradual turning off because TSR is less than 2.
    bjonkman committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    dd48410 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef2eade View commit details
    Browse the repository at this point in the history
  4. AD driver: some formatting changes to output file

    - lists the case number after the time column
    - removes the ".1" from the file name because all cases are in the same output file now.
    bjonkman committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    9f1d4cf View commit details
    Browse the repository at this point in the history
  5. AD/UA documentation updates

    - added example UA driver input files (this now has an additional input column), though it doesn't appear to be documented anywhere.
    - updated AD driver text and fixed a comment that was wrong elsewhere
    - added example AD driver time-history input file
    bjonkman committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    84ca0fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f611321 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    62744b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    addc723 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Configuration menu
    Copy the full SHA
    5e0e0fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31e7b1a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Merge pull request #18 from andrew-platt/f/LinearAero

    F/linear aero
    bjonkman authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    881c94c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    416ff43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4db914b View commit details
    Browse the repository at this point in the history