1#ifndef WaveDriftVeres_h__
2#define WaveDriftVeres_h__
5#include "../../AzimuthCurve.h"
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;
Definition: WaveDriftVeres.h:9
Definition: WaveDrift.h:10
Simple waypoint object.
Definition: CableAttach.h:16