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
{{ message }}
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
Hello recently I got an error about changing the value of order of HOS.
I decided to calculate a 2D irregular wave with mHOS=6, however, it didn't work and showed the error message with 'initiate_parameters: forbidden value of M.'
I tried to change p1 or wave condition but it still didn't work.
What should I do to deal with it?
The text was updated successfully, but these errors were encountered:
As the message indicated, in this version of the code, this value for mHOS was forbidden for concerns related to computational efficiency. If you want to overcome this test, you need to modify directly the code (just one line to modify) and recompile the code.
@gducrozet
Dear professor,recently I try to observe the change of wave eta after wavemaker stops.How can I individually control the runtime of the wavemaker?
You need to modify directly the code for this purpose since this feature is not implemented yet. It is probably just few lines to modify in the main time loop.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello recently I got an error about changing the value of order of HOS.
I decided to calculate a 2D irregular wave with mHOS=6, however, it didn't work and showed the error message with 'initiate_parameters: forbidden value of M.'
I tried to change p1 or wave condition but it still didn't work.
What should I do to deal with it?
The text was updated successfully, but these errors were encountered: