wecopttool.utilities.plot_hydrodynamic_coefficients

plot_hydrodynamic_coefficients(bem_data, wave_dir=0.0)[source]
Plots hydrodynamic coefficients (added mass, radiation damping,

and wave excitation) based on BEM data.

Parameters:
  • bem_data – Linear hydrodynamic coefficients obtained using the boundary element method (BEM) code Capytaine, with sign convention corrected.

  • wave_dir (Optional[float]) – Wave direction(s) to plot.

Return type:

list(tuple(Figure, Axes))