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

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_arraypropellers () const
 
const rudder_arrayrudders () const
 
propeller_arraypropellers ()
 
rudder_arrayrudders ()
 

Detailed Description

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

Definition at line 16 of file propulsor.hh.