-
Notifications
You must be signed in to change notification settings - Fork 458
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
OpenFAST v3.1.0 #1023
Commits on Aug 6, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for 220ae9a - Browse repository at this point
Copy the full SHA 220ae9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b98005 - Browse repository at this point
Copy the full SHA 8b98005View commit details
Commits on Aug 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 980aebe - Browse repository at this point
Copy the full SHA 980aebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a803de - Browse repository at this point
Copy the full SHA 1a803deView commit details
Commits on Aug 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7f4ffe9 - Browse repository at this point
Copy the full SHA 7f4ffe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8438bc4 - Browse repository at this point
Copy the full SHA 8438bc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec3b5a0 - Browse repository at this point
Copy the full SHA ec3b5a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac26b1f - Browse repository at this point
Copy the full SHA ac26b1fView commit details
Commits on Sep 13, 2021
-
Fix bulleted list formatting (#826)
Pin docutils version Add sphinx theme to extensions
Configuration menu - View commit details
-
Copy full SHA for 20c34d6 - Browse repository at this point
Copy the full SHA 20c34d6View commit details
Commits on Sep 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d8f8c3f - Browse repository at this point
Copy the full SHA d8f8c3fView commit details -
Merge pull request #688 from ebranlard/f/driver
AeroDyn driver update for multiple wind turbines, with arbitrary motions and geometries
Configuration menu - View commit details
-
Copy full SHA for fef5b7e - Browse repository at this point
Copy the full SHA fef5b7eView commit details
Commits on Sep 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2368a12 - Browse repository at this point
Copy the full SHA 2368a12View commit details -
Configuration menu - View commit details
-
Copy full SHA for b861587 - Browse repository at this point
Copy the full SHA b861587View commit details -
Configuration menu - View commit details
-
Copy full SHA for b682cbe - Browse repository at this point
Copy the full SHA b682cbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for bab6da5 - Browse repository at this point
Copy the full SHA bab6da5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5d76d5 - Browse repository at this point
Copy the full SHA c5d76d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b189c4 - Browse repository at this point
Copy the full SHA 1b189c4View commit details
Commits on Sep 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f7578c8 - Browse repository at this point
Copy the full SHA f7578c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c88d288 - Browse repository at this point
Copy the full SHA c88d288View commit details -
Configuration menu - View commit details
-
Copy full SHA for d31d15a - Browse repository at this point
Copy the full SHA d31d15aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 522312c - Browse repository at this point
Copy the full SHA 522312cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce3f7ff - Browse repository at this point
Copy the full SHA ce3f7ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11d09c5 - Browse repository at this point
Copy the full SHA 11d09c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46d9f18 - Browse repository at this point
Copy the full SHA 46d9f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e41d96 - Browse repository at this point
Copy the full SHA 8e41d96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77bf057 - Browse repository at this point
Copy the full SHA 77bf057View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ba540d - Browse repository at this point
Copy the full SHA 6ba540dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb9c0c4 - Browse repository at this point
Copy the full SHA bb9c0c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d48cd78 - Browse repository at this point
Copy the full SHA d48cd78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f449a9 - Browse repository at this point
Copy the full SHA 6f449a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec100ca - Browse repository at this point
Copy the full SHA ec100caView commit details
Commits on Sep 18, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for b466292 - Browse repository at this point
Copy the full SHA b466292View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 323d164 - Browse repository at this point
Copy the full SHA 323d164View commit details
Commits on Sep 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8547407 - Browse repository at this point
Copy the full SHA 8547407View commit details -
Configuration menu - View commit details
-
Copy full SHA for 427d8cf - Browse repository at this point
Copy the full SHA 427d8cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e009e40 - Browse repository at this point
Copy the full SHA e009e40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79330df - Browse repository at this point
Copy the full SHA 79330dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 103b6bf - Browse repository at this point
Copy the full SHA 103b6bfView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ff9e61e - Browse repository at this point
Copy the full SHA ff9e61eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7267cdc - Browse repository at this point
Copy the full SHA 7267cdcView commit details -
Merge pull request #729 from bjonkman/f/UA
New features for unsteady aerodynamics modeling
Configuration menu - View commit details
-
Copy full SHA for 3256c25 - Browse repository at this point
Copy the full SHA 3256c25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4851df3 - Browse repository at this point
Copy the full SHA 4851df3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f95684 - Browse repository at this point
Copy the full SHA 1f95684View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d76d490 - Browse repository at this point
Copy the full SHA d76d490View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2220b0 - Browse repository at this point
Copy the full SHA f2220b0View commit details
Commits on Sep 21, 2021
-
Actions: Add OS/Compiler matrix to debug job (#835)
Adds macOS and GCC 11 to the mix
Configuration menu - View commit details
-
Copy full SHA for 15a2eb3 - Browse repository at this point
Copy the full SHA 15a2eb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0543df2 - Browse repository at this point
Copy the full SHA 0543df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9949ec7 - Browse repository at this point
Copy the full SHA 9949ec7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a43b4d - Browse repository at this point
Copy the full SHA 9a43b4dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e5c50b6 - Browse repository at this point
Copy the full SHA e5c50b6View commit details -
Merge remote-tracking branch 'HaymanConsulting/F/HD_MSL2SWL_fix' into…
… F/HD_MSL2SWL_fix
Configuration menu - View commit details
-
Copy full SHA for 4056859 - Browse repository at this point
Copy the full SHA 4056859View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ccc80a - Browse repository at this point
Copy the full SHA 9ccc80aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eed390 - Browse repository at this point
Copy the full SHA 6eed390View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7aef9c - Browse repository at this point
Copy the full SHA d7aef9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 461cd89 - Browse repository at this point
Copy the full SHA 461cd89View commit details
Commits on Sep 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5c4c6af - Browse repository at this point
Copy the full SHA 5c4c6afView commit details
Commits on Sep 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for eda6dc7 - Browse repository at this point
Copy the full SHA eda6dc7View commit details -
[BugFix] Fix segmentation fault in HD linearization (#838)
Error in logic for creating the state names for linearization.
Configuration menu - View commit details
-
Copy full SHA for fa6d92a - Browse repository at this point
Copy the full SHA fa6d92aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6783487 - Browse repository at this point
Copy the full SHA 6783487View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9a9022 - Browse repository at this point
Copy the full SHA e9a9022View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e5d2ed - Browse repository at this point
Copy the full SHA 7e5d2edView commit details -
# Conflicts: # .github/workflows/automated-dev-tests.yml
Configuration menu - View commit details
-
Copy full SHA for 36d4d6b - Browse repository at this point
Copy the full SHA 36d4d6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47e5fae - Browse repository at this point
Copy the full SHA 47e5faeView commit details
Commits on Sep 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0bcbbcf - Browse repository at this point
Copy the full SHA 0bcbbcfView commit details
Commits on Sep 27, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for f59488a - Browse repository at this point
Copy the full SHA f59488aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d0256aa - Browse repository at this point
Copy the full SHA d0256aaView commit details
Commits on Sep 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8298f9f - Browse repository at this point
Copy the full SHA 8298f9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef5eb55 - Browse repository at this point
Copy the full SHA ef5eb55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c205e8 - Browse repository at this point
Copy the full SHA 7c205e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e4412f - Browse repository at this point
Copy the full SHA 4e4412fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9f6fb3 - Browse repository at this point
Copy the full SHA c9f6fb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 336c78a - Browse repository at this point
Copy the full SHA 336c78aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58019d7 - Browse repository at this point
Copy the full SHA 58019d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d05364 - Browse repository at this point
Copy the full SHA 2d05364View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a6f78f - Browse repository at this point
Copy the full SHA 8a6f78fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd398f7 - Browse repository at this point
Copy the full SHA cd398f7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4c2f921 - Browse repository at this point
Copy the full SHA 4c2f921View commit details -
Configuration menu - View commit details
-
Copy full SHA for 144a261 - Browse repository at this point
Copy the full SHA 144a261View commit details -
Merge remote-tracking branch 'raf/dev' into f/CCT2-IFW_wrapper
# Conflicts: # .github/workflows/automated-dev-tests.yml # reg_tests/r-test
Configuration menu - View commit details
-
Copy full SHA for 94dae10 - Browse repository at this point
Copy the full SHA 94dae10View commit details -
Merge pull request #836 from rafmudaf/cc
Add automated code coverage measurement and reporting
Configuration menu - View commit details
-
Copy full SHA for 109002e - Browse repository at this point
Copy the full SHA 109002eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d8d3fb8 - Browse repository at this point
Copy the full SHA d8d3fb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03771ea - Browse repository at this point
Copy the full SHA 03771eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a98c58f - Browse repository at this point
Copy the full SHA a98c58fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a812df - Browse repository at this point
Copy the full SHA 5a812dfView commit details -
Merge pull request #14 from rafmudaf/f/CCT2-IFW_wrapper
Pythonize the InflowWind Python interface
Configuration menu - View commit details
-
Copy full SHA for 6c5bc0a - Browse repository at this point
Copy the full SHA 6c5bc0aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d0f576c - Browse repository at this point
Copy the full SHA d0f576cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3999175 - Browse repository at this point
Copy the full SHA 3999175View commit details
Commits on Sep 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0d22303 - Browse repository at this point
Copy the full SHA 0d22303View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 246159c - Browse repository at this point
Copy the full SHA 246159cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b37038e - Browse repository at this point
Copy the full SHA b37038eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f9ee13 - Browse repository at this point
Copy the full SHA 4f9ee13View commit details -
Configuration menu - View commit details
-
Copy full SHA for c427ea2 - Browse repository at this point
Copy the full SHA c427ea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80b9a61 - Browse repository at this point
Copy the full SHA 80b9a61View commit details
Commits on Sep 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7af1199 - Browse repository at this point
Copy the full SHA 7af1199View commit details -
Merge pull request #720 from nrmendoza/f/CCT2-IFW_wrapper
inflowWind C-bound interface and python wrapper
Configuration menu - View commit details
-
Copy full SHA for 7a59bec - Browse repository at this point
Copy the full SHA 7a59becView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7940d4c - Browse repository at this point
Copy the full SHA 7940d4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2e8574 - Browse repository at this point
Copy the full SHA d2e8574View commit details
Commits on Oct 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d42cde5 - Browse repository at this point
Copy the full SHA d42cde5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86969ec - Browse repository at this point
Copy the full SHA 86969ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36b49ff - Browse repository at this point
Copy the full SHA 36b49ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 166085b - Browse repository at this point
Copy the full SHA 166085bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f0750d - Browse repository at this point
Copy the full SHA 3f0750dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc92e45 - Browse repository at this point
Copy the full SHA fc92e45View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaa3856 - Browse repository at this point
Copy the full SHA eaa3856View commit details
Commits on Oct 5, 2021
-
SD: adding SD_Force (applied force) test case for driver, and update …
…of python for SD regression tests
Configuration menu - View commit details
-
Copy full SHA for 0c3b9f5 - Browse repository at this point
Copy the full SHA 0c3b9f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for caa3a2c - Browse repository at this point
Copy the full SHA caa3a2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0032b4 - Browse repository at this point
Copy the full SHA c0032b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb09b51 - Browse repository at this point
Copy the full SHA cb09b51View commit details
Commits on Oct 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 76ebfbe - Browse repository at this point
Copy the full SHA 76ebfbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 547d45a - Browse repository at this point
Copy the full SHA 547d45aView commit details
Commits on Oct 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 522bc37 - Browse repository at this point
Copy the full SHA 522bc37View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb83a6d - Browse repository at this point
Copy the full SHA cb83a6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e12dfc - Browse repository at this point
Copy the full SHA 0e12dfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaa545e - Browse repository at this point
Copy the full SHA eaa545eView commit details -
Merge pull request #18 from andrew-platt/f/SD-Loads
SD: add y3mesh handling to glue code
Configuration menu - View commit details
-
Copy full SHA for 9dd4c7a - Browse repository at this point
Copy the full SHA 9dd4c7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71e4c68 - Browse repository at this point
Copy the full SHA 71e4c68View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9cdd272 - Browse repository at this point
Copy the full SHA 9cdd272View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d5a2cd - Browse repository at this point
Copy the full SHA 2d5a2cdView commit details
Commits on Oct 8, 2021
-
Merge pull request #859 from ebranlard/f/SD-Loads
Various improvements to SubDyn
Configuration menu - View commit details
-
Copy full SHA for 3fd75f6 - Browse repository at this point
Copy the full SHA 3fd75f6View commit details
Commits on Oct 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5e22baa - Browse repository at this point
Copy the full SHA 5e22baaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f43093e - Browse repository at this point
Copy the full SHA f43093eView commit details -
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?
Configuration menu - View commit details
-
Copy full SHA for 94fc94c - Browse repository at this point
Copy the full SHA 94fc94cView commit details -
also added `alt` keyword to figures to avoid warnings in VSCode previewer
Configuration menu - View commit details
-
Copy full SHA for e4c8337 - Browse repository at this point
Copy the full SHA e4c8337View commit details
Commits on Oct 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for af93cc4 - Browse repository at this point
Copy the full SHA af93cc4View commit details -
Merge pull request #858 from ebranlard/f/extptfm-doc
Documentation for ExtPtfm
Configuration menu - View commit details
-
Copy full SHA for da7a714 - Browse repository at this point
Copy the full SHA da7a714View commit details
Commits on Oct 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c559faf - Browse repository at this point
Copy the full SHA c559fafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f91c6f - Browse repository at this point
Copy the full SHA 8f91c6fView commit details
Commits on Oct 19, 2021
-
AD: destroy arrays in FileInfo type after use
Also, don't save variables for ProcessCom (initialize in declaration statement = SAVE)
Configuration menu - View commit details
-
Copy full SHA for 8e9c079 - Browse repository at this point
Copy the full SHA 8e9c079View commit details
Commits on Oct 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6df975e - Browse repository at this point
Copy the full SHA 6df975eView commit details
Commits on Oct 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 872ef69 - Browse repository at this point
Copy the full SHA 872ef69View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbb38dd - Browse repository at this point
Copy the full SHA bbb38ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0789ac2 - Browse repository at this point
Copy the full SHA 0789ac2View commit details
Commits on Oct 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 25f017a - Browse repository at this point
Copy the full SHA 25f017aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f1dc15 - Browse repository at this point
Copy the full SHA 3f1dc15View commit details
Commits on Oct 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 61b673e - Browse repository at this point
Copy the full SHA 61b673eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9044b91 - Browse repository at this point
Copy the full SHA 9044b91View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 180cab7 - Browse repository at this point
Copy the full SHA 180cab7View commit details -
[bugfix] add flags to intel debug compile config
Should catch unalocated stuff a bit better with intel compiler
Configuration menu - View commit details
-
Copy full SHA for 71ff5e9 - Browse repository at this point
Copy the full SHA 71ff5e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2580c40 - Browse repository at this point
Copy the full SHA 2580c40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9353121 - Browse repository at this point
Copy the full SHA 9353121View commit details -
Configuration menu - View commit details
-
Copy full SHA for 572ff1a - Browse repository at this point
Copy the full SHA 572ff1aView commit details
Commits on Oct 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 45653d1 - Browse repository at this point
Copy the full SHA 45653d1View commit details
Commits on Oct 29, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 41579a7 - Browse repository at this point
Copy the full SHA 41579a7View commit details -
Merge pull request #756 from andrew-platt/f/HD_InputFileParsing
HydroDyn primary input file passing and parsing
Configuration menu - View commit details
-
Copy full SHA for 34ef10e - Browse repository at this point
Copy the full SHA 34ef10eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 259e804 - Browse repository at this point
Copy the full SHA 259e804View commit details
Commits on Nov 1, 2021
-
[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.
Configuration menu - View commit details
-
Copy full SHA for a9d6f2e - Browse repository at this point
Copy the full SHA a9d6f2eView commit details
Commits on Nov 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 79110fd - Browse repository at this point
Copy the full SHA 79110fdView commit details -
[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 ```
Configuration menu - View commit details
-
Copy full SHA for b515d22 - Browse repository at this point
Copy the full SHA b515d22View commit details -
[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 ```
Configuration menu - View commit details
-
Copy full SHA for 053ec72 - Browse repository at this point
Copy the full SHA 053ec72View commit details -
[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 ```
Configuration menu - View commit details
-
Copy full SHA for 3f7e12d - Browse repository at this point
Copy the full SHA 3f7e12dView commit details -
[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 ```
Configuration menu - View commit details
-
Copy full SHA for 4587c71 - Browse repository at this point
Copy the full SHA 4587c71View commit details
Commits on Nov 3, 2021
-
[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)
Configuration menu - View commit details
-
Copy full SHA for 0f93a7f - Browse repository at this point
Copy the full SHA 0f93a7fView commit details
Commits on Nov 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d9ca9af - Browse repository at this point
Copy the full SHA d9ca9afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d99c1a - Browse repository at this point
Copy the full SHA 6d99c1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d956e39 - Browse repository at this point
Copy the full SHA d956e39View commit details -
[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)
Configuration menu - View commit details
-
Copy full SHA for 03e8dd6 - Browse repository at this point
Copy the full SHA 03e8dd6View commit details
Commits on Nov 8, 2021
-
Merge pull request #902 from andrew-platt/b/IntelBugFixes
Fixes for Intel in debug mode
Configuration menu - View commit details
-
Copy full SHA for a5637c9 - Browse repository at this point
Copy the full SHA a5637c9View commit details
Commits on Nov 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0f7dc7c - Browse repository at this point
Copy the full SHA 0f7dc7cView commit details
Commits on Nov 11, 2021
-
[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.
Configuration menu - View commit details
-
Copy full SHA for a4d62ac - Browse repository at this point
Copy the full SHA a4d62acView commit details
Commits on Nov 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f5b3bae - Browse repository at this point
Copy the full SHA f5b3baeView commit details
Commits on Nov 14, 2021
-
UA/AFI: Fix calculation of default Cd0, alphaUpper, and alphaLower
Also remove unused comments + fix some of the UA/AFI documentation
Configuration menu - View commit details
-
Copy full SHA for 51a5fae - Browse repository at this point
Copy the full SHA 51a5faeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c530706 - Browse repository at this point
Copy the full SHA c530706View commit details
Commits on Nov 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ad0c22a - Browse repository at this point
Copy the full SHA ad0c22aView commit details
Commits on Nov 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0d545ec - Browse repository at this point
Copy the full SHA 0d545ecView commit details
Commits on Nov 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d61383b - Browse repository at this point
Copy the full SHA d61383bView commit details
Commits on Nov 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3cac51f - Browse repository at this point
Copy the full SHA 3cac51fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 065b502 - Browse repository at this point
Copy the full SHA 065b502View commit details
Commits on Nov 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 699b4e5 - Browse repository at this point
Copy the full SHA 699b4e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d01c50 - Browse repository at this point
Copy the full SHA 8d01c50View commit details -
[bugfix] Minor bugfix in AirfoilInfo (#922)
fullySeparate was not used at the right place. Co-authored-by: REMI CORNIGLION <d10377@dsp0939559.atlas.edf.fr>
Configuration menu - View commit details
-
Copy full SHA for 9d369d4 - Browse repository at this point
Copy the full SHA 9d369d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for dced50c - Browse repository at this point
Copy the full SHA dced50cView commit details -
Merge pull request #930 from bjonkman/b/Simulink_TrimLinear
Stop OpenFAST for Simulink simulation when trim solution has been found.
Configuration menu - View commit details
-
Copy full SHA for 312fe83 - Browse repository at this point
Copy the full SHA 312fe83View commit details
Commits on Dec 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7efe0ec - Browse repository at this point
Copy the full SHA 7efe0ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for b29cc7b - Browse repository at this point
Copy the full SHA b29cc7bView commit details
Commits on Dec 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 93b9762 - Browse repository at this point
Copy the full SHA 93b9762View commit details
Commits on Dec 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1e1d726 - Browse repository at this point
Copy the full SHA 1e1d726View commit details
Commits on Dec 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f274df0 - Browse repository at this point
Copy the full SHA f274df0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb11a06 - Browse repository at this point
Copy the full SHA cb11a06View commit details
Commits on Dec 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 43c7af4 - Browse repository at this point
Copy the full SHA 43c7af4View commit details
Commits on Jan 3, 2022
-
MD causing seg fault with gcc 10.3.0 on linux
Invalid unit numbers could be passed to the CLOSE intrinsic causing a segfault
Configuration menu - View commit details
-
Copy full SHA for e45c57f - Browse repository at this point
Copy the full SHA e45c57fView commit details
Commits on Jan 5, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for 1bd3ce0 - Browse repository at this point
Copy the full SHA 1bd3ce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5c8b9f - Browse repository at this point
Copy the full SHA e5c8b9fView commit details -
StC: update StC_test_OC4Semi regression test results
Test was reconfigured and bugs found in the StC implemantion that changed results.
Configuration menu - View commit details
-
Copy full SHA for 7d5c4c1 - Browse repository at this point
Copy the full SHA 7d5c4c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8644445 - Browse repository at this point
Copy the full SHA 8644445View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57253b8 - Browse repository at this point
Copy the full SHA 57253b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c51e81 - Browse repository at this point
Copy the full SHA 5c51e81View commit details -
SrvD: add check on max number of controller channels, and summary inf…
…o for channels 35-36
Configuration menu - View commit details
-
Copy full SHA for d3f3580 - Browse repository at this point
Copy the full SHA d3f3580View commit details -
Configuration menu - View commit details
-
Copy full SHA for c862ef3 - Browse repository at this point
Copy the full SHA c862ef3View commit details
Commits on Jan 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 47a7145 - Browse repository at this point
Copy the full SHA 47a7145View commit details
Commits on Jan 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6bd654d - Browse repository at this point
Copy the full SHA 6bd654dView commit details -
- 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.`
Configuration menu - View commit details
-
Copy full SHA for 842ab60 - Browse repository at this point
Copy the full SHA 842ab60View commit details
Commits on Jan 18, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for d753351 - Browse repository at this point
Copy the full SHA d753351View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1610321 - Browse repository at this point
Copy the full SHA 1610321View commit details -
Configuration menu - View commit details
-
Copy full SHA for 984ed2d - Browse repository at this point
Copy the full SHA 984ed2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ed108c - Browse repository at this point
Copy the full SHA 0ed108cView commit details
Commits on Jan 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e25d5d - Browse repository at this point
Copy the full SHA 5e25d5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 068ae27 - Browse repository at this point
Copy the full SHA 068ae27View commit details
Commits on Jan 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e3ae00e - Browse repository at this point
Copy the full SHA e3ae00eView commit details
Commits on Jan 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 56ea067 - Browse repository at this point
Copy the full SHA 56ea067View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a72ec - Browse repository at this point
Copy the full SHA 29a72ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21cfcdc - Browse repository at this point
Copy the full SHA 21cfcdcView commit details
Commits on Jan 27, 2022
-
AD: compute WriteOutputs for linearization
Attempt to fix this issue: #972
Configuration menu - View commit details
-
Copy full SHA for ecfddbc - Browse repository at this point
Copy the full SHA ecfddbcView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5149ae8 - Browse repository at this point
Copy the full SHA 5149ae8View commit details -
Merge pull request #982 from andrew-platt/b/AD15_NacelleRef
[BugFix] AD15 nacelle reference position was set to hub position
Configuration menu - View commit details
-
Copy full SHA for 596208b - Browse repository at this point
Copy the full SHA 596208bView commit details
Commits on Jan 31, 2022
-
[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.
Configuration menu - View commit details
-
Copy full SHA for 6395e86 - Browse repository at this point
Copy the full SHA 6395e86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 151248c - Browse repository at this point
Copy the full SHA 151248cView commit details
Commits on Feb 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f6291f0 - Browse repository at this point
Copy the full SHA f6291f0View commit details
Commits on Feb 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 87902a1 - Browse repository at this point
Copy the full SHA 87902a1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 4593456 - Browse repository at this point
Copy the full SHA 4593456View commit details
Commits on Feb 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 34449eb - Browse repository at this point
Copy the full SHA 34449ebView commit details -
- use parameter `X_BLMethod_Tables` instead of `2` where appropriate - change `call check` to `call check()` for clarity
Configuration menu - View commit details
-
Copy full SHA for 0382beb - Browse repository at this point
Copy the full SHA 0382bebView commit details
Commits on Feb 10, 2022
-
[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).
Configuration menu - View commit details
-
Copy full SHA for d3b48f9 - Browse repository at this point
Copy the full SHA d3b48f9View commit details -
Merge pull request #996 from andrew-platt/b/BD_BldNdOuts
[BugFix] BeamDyn nodal outputs occasionally segfaulted
Configuration menu - View commit details
-
Copy full SHA for 1f53061 - Browse repository at this point
Copy the full SHA 1f53061View commit details
Commits on Feb 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2a9507f - Browse repository at this point
Copy the full SHA 2a9507fView commit details -
* 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>
Configuration menu - View commit details
-
Copy full SHA for acfc500 - Browse repository at this point
Copy the full SHA acfc500View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddba7a6 - Browse repository at this point
Copy the full SHA ddba7a6View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c92f5fe - Browse repository at this point
Copy the full SHA c92f5feView commit details
Commits on Feb 16, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3274264 - Browse repository at this point
Copy the full SHA 3274264View commit details -
fixed some comments, removed unused variables
Configuration menu - View commit details
-
Copy full SHA for 088284b - Browse repository at this point
Copy the full SHA 088284bView commit details -
Configuration menu - View commit details
-
Copy full SHA for abdf33d - Browse repository at this point
Copy the full SHA abdf33dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10505e3 - Browse repository at this point
Copy the full SHA 10505e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f22826 - Browse repository at this point
Copy the full SHA 7f22826View commit details -
Configuration menu - View commit details
-
Copy full SHA for 108c62e - Browse repository at this point
Copy the full SHA 108c62eView commit details
Commits on Feb 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c9f56f8 - Browse repository at this point
Copy the full SHA c9f56f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0d94fd - Browse repository at this point
Copy the full SHA d0d94fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9231e49 - Browse repository at this point
Copy the full SHA 9231e49View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa39ccc - Browse repository at this point
Copy the full SHA fa39cccView commit details
Commits on Feb 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0df26d4 - Browse repository at this point
Copy the full SHA 0df26d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56fae69 - Browse repository at this point
Copy the full SHA 56fae69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 004dd1a - Browse repository at this point
Copy the full SHA 004dd1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e83048 - Browse repository at this point
Copy the full SHA 0e83048View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef08791 - Browse repository at this point
Copy the full SHA ef08791View commit details
Commits on Feb 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e96b4d5 - Browse repository at this point
Copy the full SHA e96b4d5View commit details
Commits on Feb 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 92bebdc - Browse repository at this point
Copy the full SHA 92bebdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fb1d84 - Browse repository at this point
Copy the full SHA 4fb1d84View commit details -
AD: make some 'DiskAvgValues` subroutine arguments optional
FVW doesn't need all of the calculations from that subroutine
Configuration menu - View commit details
-
Copy full SHA for a03a190 - Browse repository at this point
Copy the full SHA a03a190View commit details -
AD: combine more of
TwrInfl
andTwrInflArray
routinesTrying not to repeat so many of the same calculations in different subroutines
Configuration menu - View commit details
-
Copy full SHA for 98d6eae - Browse repository at this point
Copy the full SHA 98d6eaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13800f1 - Browse repository at this point
Copy the full SHA 13800f1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 744e9b8 - Browse repository at this point
Copy the full SHA 744e9b8View commit details
Commits on Mar 1, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 2044291 - Browse repository at this point
Copy the full SHA 2044291View commit details -
Configuration menu - View commit details
-
Copy full SHA for 916dd8c - Browse repository at this point
Copy the full SHA 916dd8cView commit details -
Merge pull request #920 from bjonkman/b/UA_AFI
Update in Computing Default Unsteady Airfoil Coefficients
Configuration menu - View commit details
-
Copy full SHA for 4f54395 - Browse repository at this point
Copy the full SHA 4f54395View commit details -
Merge pull request #1009 from hkross/bug/AD_Driver_NacelleRef
[BugFix] Nacelle position set inconsistently by glue code and AeroDyn driver
Configuration menu - View commit details
-
Copy full SHA for 8b1b6b0 - Browse repository at this point
Copy the full SHA 8b1b6b0View commit details -
AD: add missing output channels to OutListParameters.xlsx
also fix some comments and spacing
Configuration menu - View commit details
-
Copy full SHA for 9e2ccfe - Browse repository at this point
Copy the full SHA 9e2ccfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9ad285 - Browse repository at this point
Copy the full SHA d9ad285View commit details -
Configuration menu - View commit details
-
Copy full SHA for c33855e - Browse repository at this point
Copy the full SHA c33855eView commit details -
Merge pull request #1020 from bjonkman/b/AD_outputs
Document AD outputs
Configuration menu - View commit details
-
Copy full SHA for 64a25b5 - Browse repository at this point
Copy the full SHA 64a25b5View commit details
Commits on Mar 2, 2022
-
ExBladedInterface: added documentation on the interface (not complete…
…, but reasonable reference)
Configuration menu - View commit details
-
Copy full SHA for 5087a8d - Browse repository at this point
Copy the full SHA 5087a8dView commit details -
Merge pull request #664 from andrew-platt/f/StrucCtrl_controls
ServoDyn: StC controls, and cable controls for MD and SD
Configuration menu - View commit details
-
Copy full SHA for a5d6262 - Browse repository at this point
Copy the full SHA a5d6262View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70129a8 - Browse repository at this point
Copy the full SHA 70129a8View commit details