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

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_typegrid () const
 
void setSigma (T sigma)
 
sigma () const
 
void setC1 (T c1, int ext)
 
c1 (int ext)
 
void setC2 (T c2, int ext)
 
c2 (int ext)
 
void setOrder (shape_type order)
 
const shape_type & order () const
 

Detailed Description

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

Definition at line 17 of file arma_wind_solver.hh.