7 #ifndef _OpenFOAM_TYPES_H 8 #define _OpenFOAM_TYPES_H 11 #ifdef _WIN32 //define something for Windows (32-bit) 13 # define CALL __declspec( dllexport ) 14 #elif _WIN64 //define something for Windows (64-bit) 16 # define CALL __declspec( dllexport ) 27 int NumActForcePtsBlade ;
28 int NumActForcePtsTower ;
29 float * StructBldRNodes ;
int StructBldRNodes_Len ;
30 float * StructTwrHNodes ;
int StructTwrHNodes_Len ;
33 float TowerBaseHeight ;
37 char * WriteOutputHdr ;
int WriteOutputHdr_Len ;
38 char * WriteOutputUnt ;
int WriteOutputUnt_Len ;
59 int NnodesForceBlade ;
60 int NnodesForceTower ;
61 float * forceBldRnodes ;
int forceBldRnodes_Len ;
62 float * forceTwrHnodes ;
int forceTwrHnodes_Len ;
65 float TowerBaseHeight ;
69 float * pxVel ;
int pxVel_Len ;
70 float * pyVel ;
int pyVel_Len ;
71 float * pzVel ;
int pzVel_Len ;
72 float * pxForce ;
int pxForce_Len ;
73 float * pyForce ;
int pyForce_Len ;
74 float * pzForce ;
int pzForce_Len ;
75 float * xdotForce ;
int xdotForce_Len ;
76 float * ydotForce ;
int ydotForce_Len ;
77 float * zdotForce ;
int zdotForce_Len ;
78 float * pOrientation ;
int pOrientation_Len ;
79 float * fx ;
int fx_Len ;
80 float * fy ;
int fy_Len ;
81 float * fz ;
int fz_Len ;
82 float * momentx ;
int momentx_Len ;
83 float * momenty ;
int momenty_Len ;
84 float * momentz ;
int momentz_Len ;
85 float * forceNodesChord ;
int forceNodesChord_Len ;
90 float * u ;
int u_Len ;
91 float * v ;
int v_Len ;
92 float * w ;
int w_Len ;
94 float * WriteOutput ;
int WriteOutput_Len ;
105 #endif // _OpenFOAM_TYPES_H Definition: OpenFOAM_Types.h:41
Definition: OpenFOAM_Types.h:35
Definition: OpenFOAM_Types.h:52
Definition: OpenFOAM_Types.h:88
Definition: OpenFOAM_Types.h:96