-
Notifications
You must be signed in to change notification settings - Fork 462
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
Use AD tower diameter for VTK visualization + minor improvements #1973
Use AD tower diameter for VTK visualization + minor improvements #1973
Conversation
- removed readme file that doesn't apply any more - removed SeaSt module dependence from HD (it already uses SeaSt_WaveField)
- I'm not a fan of variables named with lower-case "l", so I made them upper case "L". This is less likely to be confused with the number "1" - registry now gives an error message before ending when data types contain invalid types
in some cases, default reals were used instead of double or single, so the error messages when not able to allocate some variables could have been incorrect
Thanks for adding this feature! |
Fix intermittent failure of `system` commands on Windows: occasionally the system calls would fail to finish and make the program hang or end prematurely without any error message.
4460f39
into
OpenFAST:dev-unstable-pointers
I ran the OpenFAST |
This PR is ready to be merged.
Feature or improvement description
Related issue, if one exists
None
Impacted areas of the software
Test results, if applicable
This does not change any test-case results. Only cases with AeroDyn tower diameter with VTK surfaces would look any different, but we don't have those kinds of tests.