|
MoorDyn
|
#include "MoorDynAPI.h"

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... | |
C API for the moordyn::Waves object