-
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
Updates to AeroDyn #538
Updates to AeroDyn #538
Commits on Apr 23, 2020
-
AeroDyn sync for linearizable UA and DBEMT models
- added omega to UA driver time-series file - added UAMod=4 (HGM model); linearization is incomplete - added DBMET_Mod=3 (continuous form of constant tau); linearization is incomplete - reorganized loops in BEM CalcOutput and UpdateStates for ease of reading/calculations - NEED TO CHECK the Cp/Cavit stuff!!! - added C_lalpha parameter to airfoil input file - NWTC Library: fix fatal issue if ever calling WrOver with more than ConRecL-1 characters - Allow AeroDyn driver to read time-history file as input - Many AeroDyn driver (all output is in one file)
Configuration menu - View commit details
-
Copy full SHA for 5aab0a9 - Browse repository at this point
Copy the full SHA 5aab0a9View commit details -
AD: automatically turn off BEM when TSR is below 1
added option to blend BEM/non-BEM solution when the TSR is lower than 2. BEM is totally off when TSR is <= 1
Configuration menu - View commit details
-
Copy full SHA for 6ce74df - Browse repository at this point
Copy the full SHA 6ce74dfView commit details -
AD: UA's filtCutOff now specified as reduced frequency instead of Hz
Default has changed from 20 Hz to 0.5 NEED TO DOCUMENT THIS!!!!!
Configuration menu - View commit details
-
Copy full SHA for 4d58770 - Browse repository at this point
Copy the full SHA 4d58770View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0bebc4 - Browse repository at this point
Copy the full SHA f0bebc4View commit details
Commits on Apr 30, 2020
-
- also a couple of additional robustness checks on DBEMT CCSD (alphaE and Tu)
Configuration menu - View commit details
-
Copy full SHA for 2e00914 - Browse repository at this point
Copy the full SHA 2e00914View commit details
Commits on May 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4c31683 - Browse repository at this point
Copy the full SHA 4c31683View commit details
Commits on Jun 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 738ce37 - Browse repository at this point
Copy the full SHA 738ce37View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed73cae - Browse repository at this point
Copy the full SHA ed73caeView commit details
Commits on Jun 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0dedaac - Browse repository at this point
Copy the full SHA 0dedaacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23fb242 - Browse repository at this point
Copy the full SHA 23fb242View commit details
Commits on Jul 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ccace14 - Browse repository at this point
Copy the full SHA ccace14View commit details
Commits on Jul 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 503cc18 - Browse repository at this point
Copy the full SHA 503cc18View commit details -
Remove unnecessary project dependencies
These get inherited from FASTlib, and it seems to be bothering newer version of Visual Studio (trying to link the FAST executable with the Registry executable)
Configuration menu - View commit details
-
Copy full SHA for 673e5be - Browse repository at this point
Copy the full SHA 673e5beView commit details
Commits on Jul 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 667474c - Browse repository at this point
Copy the full SHA 667474cView commit details -
Updates to fix merge problems between UA and FVW
- Add continuous state for UA in FVW - change not-Fortran2003 `norm2()` to `TwoNorm()` - change precision in {x|y|z}_hat_disk to 8-byte - remove iBladeNode and iBlade from FVW%m_UA - update `UA_UpdateState_Wrapper` to call UA routines with appropriate arguments - attempt to call UA_UpdateStates and UA_CalcOutput with correct inputs (NEEDS A REVIEW!!!) - CHANGED dynamic cl, cd, cm when UA is called - fixed some error handling in `SetOutputsFromFVW`
Configuration menu - View commit details
-
Copy full SHA for c39277e - Browse repository at this point
Copy the full SHA c39277eView commit details
Commits on Aug 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 47945b6 - Browse repository at this point
Copy the full SHA 47945b6View commit details
Commits on Aug 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ffd177f - Browse repository at this point
Copy the full SHA ffd177fView commit details
Commits on Aug 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 55dd2b7 - Browse repository at this point
Copy the full SHA 55dd2b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a96a84 - Browse repository at this point
Copy the full SHA 6a96a84View commit details -
- removed extra solution files - modified existing ones with Registry not using Release|Win32 configurations
Configuration menu - View commit details
-
Copy full SHA for db28d20 - Browse repository at this point
Copy the full SHA db28d20View commit details
Commits on Aug 29, 2020
-
point r-test to current dev branch
will need to be updated again soon
Configuration menu - View commit details
-
Copy full SHA for 7c47fe7 - Browse repository at this point
Copy the full SHA 7c47fe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8925dd - Browse repository at this point
Copy the full SHA b8925ddView commit details
Commits on Aug 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 20c4fd2 - Browse repository at this point
Copy the full SHA 20c4fd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c63b083 - Browse repository at this point
Copy the full SHA c63b083View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fddb8a - Browse repository at this point
Copy the full SHA 4fddb8aView commit details
Commits on Sep 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c23e937 - Browse repository at this point
Copy the full SHA c23e937View commit details -
BEM: added warning when BEM is reduced + update GeomPhi with weight
The GemoPhi output will be a number between 0 (BEM only) and 1 (no BEM) that indicates if BEM has been turned off due to either no valid value of phi error from the BEM solution or a gradual turning off because TSR is less than 2.
Configuration menu - View commit details
-
Copy full SHA for dd48410 - Browse repository at this point
Copy the full SHA dd48410View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef2eade - Browse repository at this point
Copy the full SHA ef2eadeView commit details -
AD driver: some formatting changes to output file
- lists the case number after the time column - removes the ".1" from the file name because all cases are in the same output file now.
Configuration menu - View commit details
-
Copy full SHA for 9f1d4cf - Browse repository at this point
Copy the full SHA 9f1d4cfView commit details -
- added example UA driver input files (this now has an additional input column), though it doesn't appear to be documented anywhere. - updated AD driver text and fixed a comment that was wrong elsewhere - added example AD driver time-history input file
Configuration menu - View commit details
-
Copy full SHA for 84ca0fc - Browse repository at this point
Copy the full SHA 84ca0fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f611321 - Browse repository at this point
Copy the full SHA f611321View commit details
Commits on Sep 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 62744b9 - Browse repository at this point
Copy the full SHA 62744b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for addc723 - Browse repository at this point
Copy the full SHA addc723View commit details
Commits on Sep 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5e0e0fb - Browse repository at this point
Copy the full SHA 5e0e0fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31e7b1a - Browse repository at this point
Copy the full SHA 31e7b1aView commit details
Commits on Oct 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 881c94c - Browse repository at this point
Copy the full SHA 881c94cView commit details
Commits on Nov 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 416ff43 - Browse repository at this point
Copy the full SHA 416ff43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db914b - Browse repository at this point
Copy the full SHA 4db914bView commit details