You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are use cases where it could be nice to do a HAMS analysis for specific wave headings that are not evenly distributed. For example, calculating excitation coefficients at -10, 0, 10, 80, 90, 100 degree headings, while skipping other headings for efficiency.
There are use cases where it could be nice to do a HAMS analysis for specific wave headings that are not evenly distributed. For example, calculating excitation coefficients at -10, 0, 10, 80, 90, 100 degree headings, while skipping other headings for efficiency.
The HAMS input file format (e.g. https://github.com/YingyiLiu/HAMS/blob/master/CertTest/Moonpool/Input/ControlFile.in) seems to support this, similar to WAMIT.
Could we adjust the pyHAMS write_control_file function to also allow this approach of specifying specific headings?
I'd be happy to look into what would need changing (in https://github.com/WISDEM/pyHAMS/blob/main/pyhams/pyhams.py), but wanted to ask what others think first.
The text was updated successfully, but these errors were encountered: