![]() |
OpenFAST
Wind turbine multiphysics simulator
|

Public Attributes | |
| type(opfm_inputtype_c) | c_obj |
| real(kind=c_float), dimension(:), pointer | pxvel => NULL() |
| x position of velocity interface (Aerodyn) nodes [m] | |
| real(kind=c_float), dimension(:), pointer | pyvel => NULL() |
| y position of velocity interface (Aerodyn) nodes [m] | |
| real(kind=c_float), dimension(:), pointer | pzvel => NULL() |
| z position of velocity interface (Aerodyn) nodes [m] | |
| real(kind=c_float), dimension(:), pointer | pxforce => NULL() |
| x position of actuator force nodes [m] | |
| real(kind=c_float), dimension(:), pointer | pyforce => NULL() |
| y position of actuator force nodes [m] | |
| real(kind=c_float), dimension(:), pointer | pzforce => NULL() |
| z position of actuator force nodes [m] | |
| real(kind=c_float), dimension(:), pointer | xdotforce => NULL() |
| x velocity of actuator force nodes [m/s] | |
| real(kind=c_float), dimension(:), pointer | ydotforce => NULL() |
| y velocity of actuator force nodes [m/s] | |
| real(kind=c_float), dimension(:), pointer | zdotforce => NULL() |
| z velocity of actuator force nodes [m/s] | |
| real(kind=c_float), dimension(:), pointer | porientation => NULL() |
| Direction cosine matrix to transform vectors from global frame of reference to actuator force node frame of reference [-]. | |
| real(kind=c_float), dimension(:), pointer | fx => NULL() |
| normalized x force at actuator force nodes [N/kg/m^3] | |
| real(kind=c_float), dimension(:), pointer | fy => NULL() |
| normalized y force at actuator force nodes [N/kg/m^3] | |
| real(kind=c_float), dimension(:), pointer | fz => NULL() |
| normalized z force at actuator force nodes [N/kg/m^3] | |
| real(kind=c_float), dimension(:), pointer | momentx => NULL() |
| normalized x moment at actuator force nodes [Nm/kg/m^3] | |
| real(kind=c_float), dimension(:), pointer | momenty => NULL() |
| normalized y moment at actuator force nodes [Nm/kg/m^3] | |
| real(kind=c_float), dimension(:), pointer | momentz => NULL() |
| normalized z moment at actuator force nodes [Nm/kg/m^3] | |
| real(kind=c_float), dimension(:), pointer | forcenodeschord => NULL() |
| chord distribution at the actuator force nodes [m] | |
| real(kind=c_float), dimension(:), pointer | supercontroller => NULL() |
| inputs to the super controller (from the turbine controller) [-] | |
1.8.13