Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Public Types | |
using | vec = blitz::TinyVector< T, 3 > |
using | propeller_type = Propeller< T > |
using | rudder_type = Rudder< T > |
using | propeller_array = std::vector< propeller_type > |
using | rudder_array = std::vector< rudder_type > |
Public Member Functions | |
vec | thrust () const |
const propeller_array & | propellers () const |
const rudder_array & | rudders () const |
propeller_array & | propellers () |
rudder_array & | rudders () |
Definition at line 16 of file propulsor.hh.