-
Notifications
You must be signed in to change notification settings - Fork 511
Merge dev-tc into dev branch #3194
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
base: dev
Are you sure you want to change the base?
Conversation
…te the r-test pointer
Allow upto MaxStC outputs
Update VS solution/project files
Add in missing passing of SS pointer to MD during FAST init
…on solver if tolerance is not met. Also fixed a bug in driver wave elevation output.
* Added support for dynamic current from InflowWind for MHK simulations. * Allow up to 10 deg of misalignment between the waves and current for WvCrntMod=2.
Improved wave-current modeling in SeaState
Update Visual Studio projects in dev-tc
…OpenMP_Release for VS
Merge dev branch into dev-tc branch
…oesn't get overwritten when running the tests.
Fix missing merge of dev into dev-tc
Option was replaced with WIN_DLL_LOAD
andrew-platt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few little details.
| \author{Bonnie Jonkman} | ||
| %\begin{abstract} | ||
| %This document is used to describe the algorithms implemented in FAST v8. | ||
| %This document is used to describe the algorithms implemented in OpenFAST v3.x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove this file and the .pdf
| build/bin/TurbSim_x64.exe -h | ||
| build/bin/FAST.Farm_x64.exe -h | ||
| # - name: Test version output | ||
| # run: .github/scripts/test_windows_executables.bat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-enable
| run: .github/scripts/windows_devenv_test.bat | ||
| # - name: Test devenv actually works | ||
| # shell: cmd | ||
| # run: .github/scripts/windows_devenv_test.bat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
re-enable
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ||
| Module Line Flag Name Example Value | ||
| ============================================= ======== ==================== ======================================================================================================================================================================================================== | ||
| AeroDyn 11 Buoyancy False Buoyancy - Include buoyancy effects? (flag) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was changed
| _build*/ | ||
| install/ | ||
| vs-build/ | ||
| vs-build-old/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep the vs-build exclusion
This PR is ready to merge.
Feature or improvement description
This PR merges the
dev-tcbranch, with the new tight-coupling algorithm, and many other improvements into thedevbranch, which will serve as the basis for OpenFAST 5.0.