standard_forces()
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).
StateFunction
hydro_data (Dataset) – Linear hydrodynamic data.
dict[str, StateFunction]