template <class T>
class vtb::core::Propeller
Methods
  • efficiency(T velocity) const -> T

    Efficieny in open water .

  • advance_coefficient(T velocity) const -> T

    Advance coefficient .

  • torque() const -> T

    Torque .

  • thrust() const -> T

    Thrust .

  • torque_coefficient() const -> T

    Torque coefficient .

  • thrust_coefficient() const -> T

    Thrust coefficient .

  • diameter() const -> T

    Diameter .

  • revolutions() const -> T

    Revolutions per second .

  • torque_coefficient(T rhs) -> void
  • thrust_coefficient(T rhs) -> void
  • diameter(T rhs) -> void
  • revolutions(T rhs) -> void
  • Propeller(T revolutions, T diameter, T Kt)explicit
  • Propeller()