Virtual Testbed
Ship dynamics simulator for extreme conditions
Public Member Functions | List of all members
vtb::core::Propeller< T > Class Template Reference

Public Member Functions

 Propeller (T revolutions, T diameter, T Kt)
 
void revolutions (T rhs)
 
void diameter (T rhs)
 
void thrust_coefficient (T rhs)
 
void torque_coefficient (T rhs)
 
revolutions () const
 Revolutions per second \(n\).
 
diameter () const
 Diameter \(D\).
 
thrust_coefficient () const
 Thrust coefficient \(K_T=\frac{T}{\rho n^2 D^4}\).
 
torque_coefficient () const
 Torque coefficient \(K_Q=\frac{Q}{\rho n^2 D^5}\).
 
thrust () const
 Thrust \(T=K_T \rho n^2 D^4\).
 
torque () const
 Torque \(T=K_Q \rho n^2 D^5\).
 
advance_coefficient (T velocity) const
 Advance coefficient \(J=\frac{V_a}{nD}\).
 
efficiency (T velocity) const
 Efficieny in open water \(\eta_0=\frac{J K_T}{2\pi K_Q}\).
 

Detailed Description

template<class T>
class vtb::core::Propeller< T >

Definition at line 9 of file propeller.hh.