14 ScaleFactor = 1025*9.81*B*B;
17 void Read(
const std::string &fname );
19 std::complex<double> GetRAOValue(
int DOF,
double ShipSpeed,
double WaveFrequency,
double WaveDirection);
25 std::vector<double> Velocities;
26 std::vector<double> Directions;
27 std::vector<double> Frequencies;
28 std::vector<std::vector< std::vector<double> > > SurgeForce;
29 std::vector<std::vector< std::vector<double> > > SwayForce;
30 std::vector<std::vector< std::vector<double> > > YawMoment;
32 std::vector<std::pair<double,AzimuthCurve<double>** > >* m_AzimuthRAO;