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

OpenFAST v3.1.0 #1023

Merged
merged 602 commits into from
Mar 2, 2022
Merged

OpenFAST v3.1.0 #1023

merged 602 commits into from
Mar 2, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 6, 2021

  1. Minor fix to api_change.rst (UAStart/End in wrong table)

    - The entries for the new `UAStartRad` and `UAEndRad` were added to the tables prior to release of v2.6.0 and 3.0.0 when this development branch was created.
    andrew-platt committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    220ae9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b98005 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    980aebe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a803de View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    7f4ffe9 View commit details
    Browse the repository at this point in the history
  2. UA: update of r-test

    ebranlard committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    8438bc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec3b5a0 View commit details
    Browse the repository at this point in the history
  4. Update of r-test for VAWT

    ebranlard committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    ac26b1f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Fix bulleted list formatting (#826)

    Pin docutils version
    Add sphinx theme to extensions
    rafmudaf authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    20c34d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    d8f8c3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #688 from ebranlard/f/driver

    AeroDyn driver update for multiple wind turbines, with arbitrary motions and geometries
    rafmudaf authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    fef5b7e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    2368a12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b861587 View commit details
    Browse the repository at this point in the history
  3. update r-test pointer

    bjonkman committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    b682cbe View commit details
    Browse the repository at this point in the history
  4. remove comment

    bjonkman committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    bab6da5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5d76d5 View commit details
    Browse the repository at this point in the history
  6. docs: fix typo

    bjonkman committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    1b189c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    f7578c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c88d288 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d31d15a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    522312c View commit details
    Browse the repository at this point in the history
  5. Generate codecov report

    rafmudaf committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    ce3f7ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11d09c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46d9f18 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e41d96 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    77bf057 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6ba540d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb9c0c4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d48cd78 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6f449a9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ec100ca View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Bug Fix: Non-zero MSL2SWL was incorrectly translating Morison Meshes

    Internally, the HydroDyn calculations use the Still Water Line as the Z=0 reference, and this was being applied to the Morison input and output mesh data.  This was a bug.  The mesh data should have been referenced to the Mean Sea Level, which corresponds to OpenFAST's inertial coordinate system.
    
    This code, corrects the node positions for the Morison input/output meshes.
    
    Addionally, the Marine growth depth values in the HD input file were being shifting using the MSL2SWL parameter, but this was also a bug.  The new code no longer shifts these input file depth values.
    
    Internally, this change requires the Morison module's  CalcOutput routine to shift the input mesh positions to the Still Water Line reference system for the hydrodynamics equations.
    HaymanConsulting committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    b466292 View commit details
    Browse the repository at this point in the history
  2. SD: bug fix, rigid assembly with interface, order mattered

    For a rigid assembly that involves an interface joint, the joint selected as "leader"
    is always the interface node. There was a bug when the interface node
    was somehow futher down the list of joints as the other joints involved
    in the assembly.
    
    The list INodesID returned by RAElimination was correct, but after this
    function call, there was a need to directly address the other joints and
    change the "iNode" of the for loop so that it points to the leader Node.
    The variable "iNodeSel" was introduced to account for this.
    ebranlard committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    323d164 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Update regression tests

    hkross committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    8547407 View commit details
    Browse the repository at this point in the history
  2. Use XML coverage report

    rafmudaf committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    427d8cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e009e40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79330df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    103b6bf View commit details
    Browse the repository at this point in the history
  6. Reenable all automated tests

    These won't have code coverage because
    1 is just a compiling test - no code execution
    2 are compiled in release mode and code coverage doesn't work very well when code optimizations are enabled
    rafmudaf committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    ff9e61e View commit details
    Browse the repository at this point in the history
  7. Guidelines for performance considerations with Fortran (#740)

    * Add guidelines for performance considerations
    
    * Restructure the introduction
    
    * Add details for optimization and opt reports
    
    * Restructure the performance page
    
    * Add details on profiling the linearization code
    
    * Incorporate linter suggestions
    
    * Fix bulleted list formatting
    
    Pin docutils version
    Add sphinx theme to extensions
    
    * Update call graph and add memory overhead
    
    * Suggest sparse matrix for Jacobain
    rafmudaf authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    7267cdc View commit details
    Browse the repository at this point in the history
  8. Merge pull request #729 from bjonkman/f/UA

    New features for unsteady aerodynamics modeling
    rafmudaf authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    3256c25 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4851df3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1f95684 View commit details
    Browse the repository at this point in the history
  11. Include legacy documentation in pdf and MS Word format - General & El…

    …astoDyn (#805)
    
    * Add documentation resources to user docs
    
    * Add InflowWind Manual pdf
    
    * Consolidate Other Docs page
    
    * Add more documentation resources
    
    * Note that legacy docs may be out of date
    
    * Add unofficial FAST theory manual
    
    * Corrections and updates
    
    * Add a link to OutListParameters in user docs
    rafmudaf authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    d76d490 View commit details
    Browse the repository at this point in the history
  12. BugFix: docs syntax error

    rafmudaf committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    f2220b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Actions: Add OS/Compiler matrix to debug job (#835)

    Adds macOS and GCC 11 to the mix
    rafmudaf authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    15a2eb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0543df2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9949ec7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a43b4d View commit details
    Browse the repository at this point in the history
  5. Bug Fix: Non-zero MSL2SWL was incorrectly translating Morison Meshes

    Internally, the HydroDyn calculations use the Still Water Line as the Z=0 reference, and this was being applied to the Morison input and output mesh data.  This was a bug.  The mesh data should have been referenced to the Mean Sea Level, which corresponds to OpenFAST's inertial coordinate system.
    
    This code, corrects the node positions for the Morison input/output meshes.
    
    Addionally, the Marine growth depth values in the HD input file were being shifting using the MSL2SWL parameter, but this was also a bug.  The new code no longer shifts these input file depth values.
    
    Internally, this change requires the Morison module's  CalcOutput routine to shift the input mesh positions to the Still Water Line reference system for the hydrodynamics equations.
    HaymanConsulting committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    e5c50b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4056859 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ccc80a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6eed390 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d7aef9c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    461cd89 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

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

Commits on Sep 23, 2021

  1. Add codecov badge to README

    rafmudaf committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    eda6dc7 View commit details
    Browse the repository at this point in the history
  2. [BugFix] Fix segmentation fault in HD linearization (#838)

    Error in logic for creating the state names for linearization.
    andrew-platt authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    fa6d92a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6783487 View commit details
    Browse the repository at this point in the history
  4. Update CMake flags list

    rafmudaf committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    e9a9022 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e5d2ed View commit details
    Browse the repository at this point in the history
  6. Merge branch 'dev' into cc

    # Conflicts:
    #	.github/workflows/automated-dev-tests.yml
    rafmudaf committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    36d4d6b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47e5fae View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

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

Commits on Sep 27, 2021

  1. Fix Bug in FAST.Farm Causing Wake Bounce-Back (#839)

    For wake planes that are skewed relative to domain boundaries (e.g., due to nacelle-yaw), the weighting used in the spatial averaging to calculate the meandering velocity of the plane when Mod_Meander = 3 could end up being negative as wake planes were leaving the domain.  But the code always assumed that the weighting was positive.  This bug fixes that.  This solves the issue reported by on our forum dated July 06, 2021: https://wind.nrel.gov/forum/wind/viewtopic.php?f=13&t=2117&start=225.
    jjonkman authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    f59488a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #831 from HaymanConsulting/F/HD_MSL2SWL_fix

    HydroDyn Input/Output meshes: change from SWL to MSL for consistency with OF glue code
    andrew-platt authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    d0256aa View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    8298f9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef5eb55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c205e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e4412f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9f6fb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    336c78a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58019d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d05364 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8a6f78f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cd398f7 View commit details
    Browse the repository at this point in the history
  11. OpenFAST Registry algorithm change: simplify USE statements (#734)

    * Registry: remove USE statements for nested modules
    
    This change removes USE statements for modules that are inherited through modules that are explicitly included in the Registry input files. This should reduce the memory required to build the code in certain instances, but should have no effect on the compiled code.
    
    * updated Types files
    
    * Update AD Driver types file
    
    Co-authored-by: Rafael M Mudafort <rafmudaf@gmail.com>
    bjonkman and rafmudaf authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    4c2f921 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    144a261 View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'raf/dev' into f/CCT2-IFW_wrapper

    # Conflicts:
    #	.github/workflows/automated-dev-tests.yml
    #	reg_tests/r-test
    rafmudaf committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    94dae10 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #836 from rafmudaf/cc

    Add automated code coverage measurement and reporting
    rafmudaf authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    109002e View commit details
    Browse the repository at this point in the history
  15. Merge remote-tracking branch 'raf/dev' into f/CCT2-IFW_wrapper

    # Conflicts:
    #	.github/actions/tests-module-inflowwind/action.yml
    #	.github/workflows/automated-dev-tests.yml
    rafmudaf committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    d8d3fb8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    03771ea View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a98c58f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5a812df View commit details
    Browse the repository at this point in the history
  19. Merge pull request #14 from rafmudaf/f/CCT2-IFW_wrapper

    Pythonize the InflowWind Python interface
    andrew-platt authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    6c5bc0a View commit details
    Browse the repository at this point in the history
  20. Resolve minor whitespace issues after merge

    Had to manually resolve a few files on GH.  I ended up with some spurious empty lines in the process.
    andrew-platt committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    d0f576c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3999175 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    0d22303 View commit details
    Browse the repository at this point in the history
  2. StrucCtrl bug fix: Nacelle load transfer (#16)

    if there was more than one StC on the Nacelle, the loads were not summed. Only the loads from the last StC would be transferred from ServoDyn to ED.
    bjonkman authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    246159c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b37038e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f9ee13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c427ea2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80b9a61 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    7af1199 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #720 from nrmendoza/f/CCT2-IFW_wrapper

    inflowWind C-bound interface and python wrapper
    rafmudaf authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    7a59bec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7940d4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2e8574 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    d42cde5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86969ec View commit details
    Browse the repository at this point in the history
  3. SD: update documentation

    ebranlard committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    36b49ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    166085b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f0750d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc92e45 View commit details
    Browse the repository at this point in the history
  7. Update regression tests

    hkross committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    eaa3856 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. SD: adding SD_Force (applied force) test case for driver, and update …

    …of python for SD regression tests
    ebranlard committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    0c3b9f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caa3a2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0032b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb09b51 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    76ebfbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    547d45a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    522bc37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb83a6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e12dfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaa545e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #18 from andrew-platt/f/SD-Loads

    SD: add y3mesh handling to glue code
    ebranlard authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    9dd4c7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71e4c68 View commit details
    Browse the repository at this point in the history
  7. FAST.Farm: fix some memory leaks (#860)

    1. AWAE_End was never called, so some memory wasn't getting deallocated from InflowWind
    
    2. Many of the "farm" variables were not deallocated
    
    3. I made the OutList(:) array in FAST.Farm a fixed size instead of allocatable. It was getting allocated to a fixed size (set by parameter) anyway.
    bjonkman authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    9cdd272 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d5a2cd View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Merge pull request #859 from ebranlard/f/SD-Loads

    Various improvements to SubDyn
    andrew-platt authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    3fd75f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    5e22baa View commit details
    Browse the repository at this point in the history
  2. AD: update error handling

    bjonkman committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    f43093e View commit details
    Browse the repository at this point in the history
  3. AD: replace instances of Array(:)%Field with loops: Array(i)%Field

    This type of syntax caused issues in some version of gfortran long ago: old-NWTC/NWTC_Library@976d9bd#diff-9cf80e40ecf0eacb20ef6f7042888d47defca409fb3c4bb7e972be47e93c2e6f
    
    Maybe this helps with #841?
    bjonkman committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    94fc94c View commit details
    Browse the repository at this point in the history
  4. docs: Fix some typos

    also added `alt` keyword to figures to avoid warnings in VSCode previewer
    bjonkman committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    e4c8337 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. ExtPtfm: documentation update

    ebranlard authored and Branlard committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    af93cc4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #858 from ebranlard/f/extptfm-doc

    Documentation for ExtPtfm
    ebranlard authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    da7a714 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    c559faf View commit details
    Browse the repository at this point in the history
  2. AD: fix some error handling

    bjonkman committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    8f91c6f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. AD: destroy arrays in FileInfo type after use

    Also, don't save variables for ProcessCom (initialize in declaration statement = SAVE)
    bjonkman committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    8e9c079 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

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

Commits on Oct 21, 2021

  1. Added more error handling

    bjonkman committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    872ef69 View commit details
    Browse the repository at this point in the history
  2. update docs

    bjonkman committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    bbb38dd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #863 from bjonkman/b/AD_cleanup

    AeroDyn cleanup
    rafmudaf authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    0789ac2 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    25f017a View commit details
    Browse the repository at this point in the history
  2. Update regression tests

    hkross committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    3f1dc15 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    61b673e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9044b91 View commit details
    Browse the repository at this point in the history
  3. [bugfix] unitialized aggregated output index arrays

    Affected: WkDfVxTND, WkDfVrTND, EddVisTND, EddAmbTND, EddShrTND
    
    Because of the call order, these were used prior to getting set.  Only caught with running in debug in linux with -finit-integer=9999 flag
    andrew-platt committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    180cab7 View commit details
    Browse the repository at this point in the history
  4. [bugfix] add flags to intel debug compile config

    Should catch unalocated stuff a bit better with intel compiler
    andrew-platt committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    71ff5e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2580c40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9353121 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    572ff1a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

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

Commits on Oct 29, 2021

  1. SrvD: types transfer size error with Intel debug

    The runtime of Intel compiled in debug mode was complaining about 3 transfers.  Added the optional size to clear the issue
    andrew-platt committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    41579a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #756 from andrew-platt/f/HD_InputFileParsing

    HydroDyn primary input file passing and parsing
    andrew-platt authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    34ef10e View commit details
    Browse the repository at this point in the history
  3. SrvD: types transfer size error with Intel debug

    The runtime of Intel compiled in debug mode was complaining about 3 transfers.  Added the optional size to clear the issue
    andrew-platt committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    259e804 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. [bugfix] allocate y%WriteOutput of unused modules

    The Intel compiler (ifort (IFORT) 2021.4.0 20210910 from the OneAPI install on Ubuntu) does not like passing these without them being allocated and throws a runtime error in debug mode.  There may be a better workaround for this issue that I am unaware of.
    andrew-platt committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    a9d6f2e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    79110fd View commit details
    Browse the repository at this point in the history
  2. [bugfix] add ALLOCATABLE attribute to ElastoDyn.f90::SetBladeParameters

    Intel ifort in debug (2021.4.0 20210910) failed as follows with regression test:
    
    ```
    Start 25: 5MW_Land_BD_DLL_WTurb
    
    25: forrtl: severe (408): fort: (8): Attempt to fetch from allocatable variable INPBL when it is not allocated
    25:
    25: Image              PC                Routine            Line        Source
    25: openfast           000000000685BB82  Unknown               Unknown  Unknown
    25: openfast           00000000031E3771  elastodyn_mp_ed_s        2042  ElastoDyn.f90
    25: openfast           00000000030D1A31  elastodyn_mp_ed_i         160  ElastoDyn.f90
    ```
    andrew-platt committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    b515d22 View commit details
    Browse the repository at this point in the history
  3. [bugfix] add ALLOCATABLE attribute to FAST_Solver.f90::Create_FullOpt…

    …1_UVector
    
    Intel ifort in debug (2021.4.0 20210910) failed as follows with regression test:
    
    ```
        Start 26: 5MW_OC4Jckt_ExtPtfm
    
    26: Test timeout computed to be: 5400
    26: forrtl: severe (408): fort: (8): Attempt to fetch from allocatable variable U_BD_ROOTMOTION when it is not allocated
    26:
    26: Image              PC                Routine            Line        Source
    26: openfast           000000000685C872  Unknown               Unknown  Unknown
    26: openfast           00000000005AF2DF  fast_solver_mp_fu        2346  FAST_Solver.f90
    26: openfast           0000000000696295  fast_solver_mp_so        5242  FAST_Solver.f90
    ```
    andrew-platt committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    053ec72 View commit details
    Browse the repository at this point in the history
  4. [bugfix] ALLOCATABLE attribute in Morison.f90

    Intel ifort in debug (2021.4.0 20210910) failed as follows with regression test:
    
    routine SetNodeMG
    ```
        Start 21: 5MW_ITIBarge_DLL_WTurb_WavesIrr
    
    21: Test timeout computed to be: 5400
    21: forrtl: severe (408): fort: (8): Attempt to fetch from allocatable variable MGDEPTHS when it is not allocated
    21:
    21: Image              PC                Routine            Line        Source
    21: openfast           000000000685C782  Unknown               Unknown  Unknown
    21: openfast           0000000004E50CAC  morison_mp_setmem        1468  Morison.f90
    21: openfast           0000000004E730C6  morison_mp_setupm        1814  Morison.f90
    ```
    
    routine SetExternalHydroCoefs
    ```
        Start 21: 5MW_ITIBarge_DLL_WTurb_WavesIrr
    
    21: Test timeout computed to be: 5400
    21: forrtl: severe (408): fort: (8): Attempt to fetch from allocatable variable COEFMEMBERS when it is not allocated
    21:
    21: Image              PC                Routine            Line        Source
    21: openfast           000000000685C872  Unknown               Unknown  Unknown
    21: openfast           0000000004E53C66  morison_mp_setmem        1484  Morison.f90
    21: openfast           0000000004E732AF  morison_mp_setupm        1814  Morison.f90
    ```
    
    routine WriteSummaryFile
    ```
        Start 21: 5MW_ITIBarge_DLL_WTurb_WavesIrr
    
    21: Test timeout computed to be: 5400
    21: forrtl: severe (408): fort: (8): Attempt to fetch from allocatable variable OUTPARAM when it is not allocated
    21:
    21: Image              PC                Routine            Line        Source
    21: openfast           000000000685CDC2  Unknown               Unknown  Unknown
    21: openfast           0000000004E84289  morison_mp_moriso        2183  Morison.f90
    21: openfast           0000000004CDAF94  hydrodyn_mp_hydro        1372  HydroDyn.f90
    ```
    andrew-platt committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    3f7e12d View commit details
    Browse the repository at this point in the history
  5. [bugfix] TRANSFER size in map.f90

    Intel ifort in debug (2021.4.0 20210910) failed as follows with regression test:
    
    ```
        Start 21: 5MW_ITIBarge_DLL_WTurb_WavesIrr
    
    21: Test timeout computed to be: 5400
    21: forrtl: severe (408): fort: (33): Shape mismatch: The extent of dimension 1 of array INITINP is 255 and the corresponding extent of array <RHS expression> is 79
    21:
    21: Image              PC                Routine            Line        Source
    21: openfast           000000000685E972  Unknown               Unknown  Unknown
    21: openfast           00000000061B791F  map_mp_map_set_in        1064  map.f90
    21: openfast           00000000061B6E4E  map_mp_map_read_i        1047  map.f90
    ```
    andrew-platt committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    4587c71 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. [bugfix] add ALLOCATABLE HydroDyn_Output.f90

    Intel ifort in debug (2021.4.0 20210910) failed during some test (see previous commits as I'm feeling lazy about copying the details right now)
    andrew-platt committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    0f93a7f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    d9ca9af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d99c1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d956e39 View commit details
    Browse the repository at this point in the history
  4. [bugfix] SrvD: fix inconsistency in initial pos/orient for StC

    The reference position, reference orientation, translational displacement, and orientation at init are now passed to SrvD for all the StC instances.  It is possible to do this with less info since some orientations could be assumed at init, but for throroughness we pass all of it to ServoDyn to use in initializing the StC instances.  This in some ways future-proofs for when arbitrary initial orientations are added to the code (if ever)
    andrew-platt committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    03e8dd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Merge pull request #902 from andrew-platt/b/IntelBugFixes

    Fixes for Intel in debug mode
    andrew-platt authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    a5637c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

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

Commits on Nov 11, 2021

  1. [bugfix] Incorrect reference frame used in HD for WAMIT/WAMIT2 (#915)

    This was causing strange results in a pitch free decay when a symmetric potential flow (WAMIT) body was rotated by 180 degrees.
    andrew-platt authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    a4d62ac View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

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

Commits on Nov 14, 2021

  1. UA/AFI: Fix calculation of default Cd0, alphaUpper, and alphaLower

    Also remove unused comments + fix some of the UA/AFI documentation
    bjonkman committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    51a5fae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c530706 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

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

Commits on Nov 18, 2021

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

Commits on Nov 24, 2021

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

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    3cac51f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    065b502 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    699b4e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d01c50 View commit details
    Browse the repository at this point in the history
  3. [bugfix] Minor bugfix in AirfoilInfo (#922)

    fullySeparate was not used at the right place.
    
    Co-authored-by: REMI CORNIGLION <d10377@dsp0939559.atlas.edf.fr>
    rcorniglion and REMI CORNIGLION authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    9d369d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dced50c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #930 from bjonkman/b/Simulink_TrimLinear

    Stop OpenFAST for Simulink simulation when trim solution has been found.
    andrew-platt authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    312fe83 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    7efe0ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b29cc7b View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

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

Commits on Dec 23, 2021

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

Commits on Dec 27, 2021

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

Commits on Dec 29, 2021

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

Commits on Jan 3, 2022

  1. MD causing seg fault with gcc 10.3.0 on linux

    Invalid unit numbers could be passed to the CLOSE intrinsic causing a segfault
    andrew-platt committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    e45c57f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Change FAST_Types and FAST_Farm_Types to -O2 optimization with intel …

    …release on linux
    
    FAST_Farm_Types would not complete compilation with:
     - ifort 2021.4.0 20210910 (from oneapi)
     - Intel Xeon X7350 chipset with 256 GB of memory
     - killed compilation after 33 hours
    
    It isn't clear exactly what fails in the -O3 optimization -- the -qopt-report=5 option yielded a very long report, but I only spent a few hours trying to figure it out.  Need to move on to something else.
    andrew-platt committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    1bd3ce0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5c8b9f View commit details
    Browse the repository at this point in the history
  3. StC: update StC_test_OC4Semi regression test results

    Test was reconfigured and bugs found in the StC implemantion that changed results.
    andrew-platt committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    7d5c4c1 View commit details
    Browse the repository at this point in the history
  4. update comments

    bjonkman committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    8644445 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57253b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c51e81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3f3580 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c862ef3 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

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

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    6bd654d View commit details
    Browse the repository at this point in the history
  2. Cleanup AeroAcoustics module

    - remove unused variables
    - convert `print*` to `CALL WrScr()`
    - remove AA version number
    - efficiency updates for powers of numbers: when exponent is an integer, don't make it a real number (e.g., use `x**2` instead of `x**2.`
    bjonkman committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    842ab60 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Fix typos in AD documentation + source code

    - removed version numbers from example input files
    - fixed some typos in TwrShadow and TwrPotent comments
    - fixed outdated AD example files in AA documentation
    bjonkman committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    d753351 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1610321 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    984ed2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ed108c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    5e25d5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    068ae27 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

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

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    56ea067 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29a72ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21cfcdc View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. AD: compute WriteOutputs for linearization

    Attempt to fix this issue: #972
    bjonkman committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    ecfddbc View commit details
    Browse the repository at this point in the history
  2. Add more detail to error message from ProcessComFile

    This is to attempt to debug an intermittent problem with gfortran and the ProcessComFile function and related routines
    bjonkman committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    5149ae8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #982 from andrew-platt/b/AD15_NacelleRef

    [BugFix] AD15 nacelle reference position was set to hub position
    andrew-platt authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    596208b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. [BugFix] AD15 nacelle reference position was set to hub position #2

    Forgot to remove an override of the position for the Nacelle mesh in PR #982.
    andrew-platt authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    6395e86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    151248c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

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

Commits on Feb 8, 2022

  1. Remove unused variable

    bjonkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    87902a1 View commit details
    Browse the repository at this point in the history
  2. AeroAcoustics: fix passing of field in array of data types

    Passing this as an array has led to some issues with some gnu compilers in the past: `BL_files(:) = AFI(:)%bl_file`. I've updated the code to pass AFI instead of BL_files as subroutine arguments.
    bjonkman committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    4593456 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    34449eb View commit details
    Browse the repository at this point in the history
  2. AeroAcoustics cleanup

    - use parameter `X_BLMethod_Tables` instead of `2` where appropriate
    - change `call check` to `call check()` for clarity
    bjonkman committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    0382beb View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. [BugFix] BeamDyn nodal outputs occasionally segfaulted

    The cause was an index that never got set.  So this could result in
    attempting to retrieve a value from the output mapping array using an
    out of bounds index (sometimes a very large negative number).  This
    never appeared in gcc compiled versions, but occasionally would appear
    in certain intel compiled versions (others initialized the value
    apparently).
    andrew-platt committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    d3b48f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #996 from andrew-platt/b/BD_BldNdOuts

    [BugFix] BeamDyn nodal outputs occasionally segfaulted
    andrew-platt authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    1f53061 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    2a9507f View commit details
    Browse the repository at this point in the history
  2. Segment treecode (#919)

    * Segment-based treecode method
    
    -Adapted treecode based on segments, removes the need to choose a number
    of particles per segment.
    -The moments are computed directly from the segments.
    -The direct evaluations are done on the original segments.
    
    * OLAF: documentation of seg tree
    
    * OLAF: update of r-test branch
    
    * OLAF: update of r-test baseline for quad rotor (small differences in RtAeroFzh)
    
    Co-authored-by: REMI CORNIGLION <d10377@dsp0939559.atlas.edf.fr>
    Co-authored-by: Emmanuel Branlard <emmanuel.branlard@nrel.gov>
    3 people authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    acfc500 View commit details
    Browse the repository at this point in the history
  3. Fix HydroDyn summary file nodal data is incorrect when Member is flip…

    …ped (#998)
    
    * HD: fix summary file nodal data (Closes #990)
    
    * HD: fix size of node index
    ebranlard authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    ddba7a6 View commit details
    Browse the repository at this point in the history
  4. Lin: CalcSteady, forcing linearization at end of simulation (#958)

    * Lin: CalcSteady, forcing linearization at end of simulation
    
    * Lin: Calcsteady with increased margin and using init rot speed
    
    * Lin: forced lin only if rotor speed closed to 0.1% of desired value
    
    * Lin: forced lin only if simulation more than 10 rev
    
    * Lin: force lin, performing only one lin at final time
    ebranlard authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    c92f5fe View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Reg_tests python scripts: fix issue where directory returned is empty

    When the string is empty, we add "\lib" to the path instead of ".\lib", which then causes the scripts to fail to find the library files.
    bjonkman committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    3274264 View commit details
    Browse the repository at this point in the history
  2. AD: minor code cleanup

    fixed some comments, removed unused variables
    bjonkman committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    088284b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abdf33d View commit details
    Browse the repository at this point in the history
  4. Fix typo on last commit

    bjonkman committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    10505e3 View commit details
    Browse the repository at this point in the history
  5. StC: typos in docs

    andrew-platt committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    7f22826 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    108c62e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    c9f56f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0d94fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9231e49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa39ccc View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Configuration menu
    Copy the full SHA
    0df26d4 View commit details
    Browse the repository at this point in the history
  2. Update regression tests

    hkross committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    56fae69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    004dd1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e83048 View commit details
    Browse the repository at this point in the history
  5. Update regression tests

    hkross committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    ef08791 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

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

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    92bebdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fb1d84 View commit details
    Browse the repository at this point in the history
  3. AD: make some 'DiskAvgValues` subroutine arguments optional

    FVW doesn't need all of the calculations from that subroutine
    bjonkman committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    a03a190 View commit details
    Browse the repository at this point in the history
  4. AD: combine more of TwrInfl and TwrInflArray routines

    Trying not to repeat so many of the same calculations in different subroutines
    bjonkman committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    98d6eae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13800f1 View commit details
    Browse the repository at this point in the history
  6. AD: set variables for alternate projection method

    hub_theta_x_root for FAST.Farm and BPitch outputs are set as in other projection method; note that this projection method isn't actually used in production mode anyway.
    bjonkman committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    744e9b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. docs: update rtd to use sphinxcontrib-bibtex v2.0.0 and later

    - new entry in conf.py for the bibtex config
    - had to remove the keyprefix from references
    andrew-platt committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    2044291 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    916dd8c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #920 from bjonkman/b/UA_AFI

    Update in Computing Default Unsteady Airfoil Coefficients
    andrew-platt authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    4f54395 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1009 from hkross/bug/AD_Driver_NacelleRef

    [BugFix] Nacelle position set inconsistently by glue code and AeroDyn driver
    andrew-platt authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    8b1b6b0 View commit details
    Browse the repository at this point in the history
  5. AD: add missing output channels to OutListParameters.xlsx

    also fix some comments and spacing
    bjonkman committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    9e2ccfe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9ad285 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c33855e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1020 from bjonkman/b/AD_outputs

    Document AD outputs
    andrew-platt authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    64a25b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. ExBladedInterface: added documentation on the interface (not complete…

    …, but reasonable reference)
    andrew-platt committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    5087a8d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #664 from andrew-platt/f/StrucCtrl_controls

    ServoDyn: StC controls, and cable controls for MD and SD
    andrew-platt authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    a5d6262 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70129a8 View commit details
    Browse the repository at this point in the history