wecopttool.standard_forces

standard_forces(hydro_data)[source]

Create functions for linear hydrodynamic forces.

Returns a dictionary with the standard linear forces: radiation, hydrostatic, friction, Froude—Krylov, and diffraction. The functions are type StateFunction (see Type Aliases in API Documentation).

Parameters:

hydro_data (Dataset) – Linear hydrodynamic data.

Return type:

dict[str, StateFunction]