MoorDyn
Typedefs | Functions
Waves.h File Reference
#include "MoorDynAPI.h"
Include dependency graph for Waves.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct __MoorDynSeafloor * MoorDynSeafloor
 A seafloor descriptor.
 
typedef struct __MoorDynWaves * MoorDynWaves
 A mooring point instance.
 

Functions

int DECLDIR MoorDyn_GetWavesKin (MoorDynWaves waves, double x, double y, double z, double U[3], double Ud[3], double *zeta, double *PDyn, MoorDynSeafloor seafloor)
 Get the velocity, acceleration, wave height and dynamic pressure at a specific position and time. More...
 
double DECLDIR WaveNumber (double Omega, double g, double h)
 Compute the wave number. More...
 

Detailed Description

C API for the moordyn::Waves object