|
Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Public Types | |
| using | array_type = Array< T, 4 > |
| using | generator_type = Wind_generator< T > |
| using | wind_field_type = Array< blitz::TinyVector< T, 3 >, 3 > |
| using | grid_type = Grid< T, 4 > |
| using | shape_type = blitz::TinyVector< int, 4 > |
| using | panel_type = Ship_hull_panel< T, 3 > |
| using | panel_array = Array< panel_type, 1 > |
Public Member Functions | |
| wind_field_type & | wind_field () |
| void | step (panel_array panels) |
| void | initialize () |
| void | setGrid (const grid_type &grid) |
| const grid_type & | grid () const |
| void | setSigma (T sigma) |
| T | sigma () const |
| void | setC1 (T c1, int ext) |
| T | c1 (int ext) |
| void | setC2 (T c2, int ext) |
| T | c2 (int ext) |
| void | setOrder (shape_type order) |
| const shape_type & | order () const |
Definition at line 17 of file arma_wind_solver.hh.
1.8.15