I need to get the vertical wave velocity and acceleration to solver some calculation (Ex: wave slamming force, etc).
A
Answer by
Akash Shah
You can obtain the vertical wave velocity from the SACS analysis results by selecting the wave elevation and wave particle velocity output options in the results file. The wave acceleration can then be calculated by differentiating the wave particle velocity with respect to time. Alternatively, you can use the SACS API to extract the wave velocity and acceleration data programmatically.
I need to get the vertical wave velocity and acceleration to solver some calculation (Ex: wave slamming force, etc).
You can obtain the vertical wave velocity from the SACS analysis results by selecting the wave elevation and wave particle velocity output options in the results file. The wave acceleration can then be calculated by differentiating the wave particle velocity with respect to time. Alternatively, you can use the SACS API to extract the wave velocity and acceleration data programmatically.