Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Public Types | |
using | rkf45_type = RKF45< T > |
using | equation_type = Ship_motion_equation< T > |
using | ship_type = typename equation_type::ship_type |
using | panel_type = typename equation_type::panel_type |
using | panel_array = typename equation_type::panel_array |
using | waterline_type = typename equation_type::waterline_type |
Public Member Functions | |
const equation_type & | equation () const |
equation_type & | equation () |
virtual void | solve (ship_type &ship, const panel_array &wetted_panels, const panel_array &dry_panels, const waterline_type &waterline, T t0, T t1) |
Definition at line 165 of file ship_motion_solver.hh.