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

Merge OpenFAST dev + other SeaState/HydroDyn code cleanup #8

Merged
merged 850 commits into from
May 9, 2023

Conversation

bjonkman
Copy link

@bjonkman bjonkman commented May 9, 2023

I have documented the differences in the regression tests, run on my local PC: SeaStateBranch_RegTestFailures.pdf GH actions fails at various points in the test (some seem to be random AeroDyn problems), so it never gets a complete set of HD tests.

Feel free to modify r-tests as needed--especially if I don't have the equivalent input files set up properly. I probably won't have time to work on this for quite a while.

@andrew-platt, this is ready for you to update the HydroDyn python/C-bindings.

Russell9798 and others added 30 commits February 21, 2023 11:39
Docs: update manual regression testing syntax for Windows
Sometimes a segmentation fault was occuring due to the flag for WAT not getting initialized (feature that is in process)
This fixes an issue in the UnsteadyAero regression test
Remove QuKi (quad-precision) from OpenFAST.
Also add input file updates
bjonkman and others added 28 commits May 2, 2023 14:21
- remove checks on changing DT after calling WAMIT and WAMIT2 (since it can't change there anyway)
- removed WAMIT InitOut type since it was empty
- Conv_Rdtm_Init no longer sets Interval, but it was set to that same value before calling WAMIT
This commit undoes most of the changes in PR OpenFAST#1010 which introduced
object libraries into the build system to produce a statically linked
MEX file for Simulink. The Object Libraries were somewhat complex and
didn't behave the same as normal libraries. While trying to debug a
compilation issue on an M1 mac the CMake `matlab_add_mex` function was
discovered which could build a static mex file within CMake. The build
system was reworked to use this feature.
There was some duplication in processing of OpenMP flags between
FAST.Farm and openfastcpp which caused compile issues. Finding the
package and adding flags were moved to the main CMakeLists.txt. This also sets
the LINKER_LANGUAGE to Fortran for openfastlib and fixes a typo in the
VersionInfo CMake file.
Also set number of parallel builds using CMAKE_BUILD_PARALLEL_LEVEL
environment variable instead of specifying -j.
Total action run time reduced by 10-15 minutes
- it is used so many times.... This routine should be split into smaller routines.
…InputsFile match NSteps in the HD driver input
Bug Fix: HD driver not reading the PRP motion input file correctly and missing variable declaration in the MD driver
[BugFix] Modernize CMake, remove object libraries, build Simulink MEX
also remove unused variable in MD driver
Updates to Allow Non-Uniform Force Point Distribution on Blades
The Requests package from python is incompatible with urllib3.

See psf/requests#6432 for issue others have run into.
…SION`

This backward-compatibility of preprocessor definitions from OpenFAST#524 was broken in OpenFAST#1453.
[BugFix] Limit urllib3 version for readthedocs building
…SION`

This backward-compatibility of preprocessor definitions from OpenFAST#524 was broken in OpenFAST#1453.
This backward-compatibility of preprocessor definitions from OpenFAST#524 was broken in OpenFAST#1453.
@luwang00 luwang00 merged commit be08721 into luwang00:dev May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants