#define DECLDIR
Prefix to export C functions on the compiled library.
Definition: MoorDynAPI.h:68
struct __MoorDynSeafloor * MoorDynSeafloor
A 3D Seafloor instance.
Definition: Seafloor.h:14
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.
Definition: Waves.cpp:895
struct __MoorDynWaves * MoorDynWaves
A mooring point instance.
Definition: Waves.h:53
struct __MoorDynSeafloor * MoorDynSeafloor
A seafloor descriptor.
Definition: Waves.h:50
double DECLDIR WaveNumber(double Omega, double g, double h)
Compute the wave number.
Definition: Waves.cpp:923