Fhsim
Marine systems simulation
Loading...
Searching...
No Matches
WaveDrift.h
1
#ifndef WaveDrift_h__
2
#define WaveDrift_h__
3
4
5
using
std::complex;
6
using
std::vector;
7
8
namespace
Ship
{
9
class
WaveDriftForce
10
{
11
public
:
12
virtual
void
Read(
const
std::string &fname ) = 0;
13
14
virtual
std::complex<double> GetRAOValue(
int
DOF,
double
ShipSpeed,
double
WaveFrequency,
double
WaveDirection) = 0;
15
private
:
16
};
17
}
18
#endif
// WaveDrift_h__
Ship::WaveDriftForce
Definition
WaveDrift.h:10
Ship
Simple waypoint object.
Definition
CableAttach.h:16
update_root
webfhsim
reloadrepos
fhsim_marine_elements
src
ship
Ship
PotentialData
Wave
WaveDrift.h
Generated by
1.9.8