![]() |
OpenFAST
Wind turbine multiphysics simulator
|
Public Attributes | |
character(1024) | inputfile |
Name of the input file [-]. | |
logical | linearize = .FALSE. |
Flag that tells this module if the glue code wants to linearize. More... | |
integer(intki) | numbl |
Number of blades on the turbine [-]. | |
character(1024) | rootname |
RootName for writing output files [-]. | |
real(reki), dimension(:), allocatable | blpitchinit |
Initial blade pitch [-]. | |
real(reki) | gravity |
Gravitational acceleration [m/s^2]. | |
real(reki), dimension(1:3) | r_n_o_g |
nacelle origin for setting up mesh [m] | |
real(reki), dimension(1:3) | r_twrbase |
tower base origin for setting up mesh [m] | |
real(dbki) | tmax |
max time from glue code [s] | |
real(reki) | avgwindspeed |
average wind speed for the simulation [m/s] | |
real(reki) | airdens |
air density [kg/m^3] | |
integer(intki) | numsc2ctrl |
number of controller inputs [from supercontroller] [-] | |
integer(intki) | numctrl2sc |
number of controller outputs [to supercontroller] [-] | |
integer(intki) | trimcase |
Controller parameter to be trimmed {1:yaw; 2:torque; 3:pitch} [used only if CalcSteady=True] [-]. | |
real(reki) | trimgain |
Proportional gain for the rotational speed error (>0) [used only if TrimCase>0] [rad/(rad/s) for yaw or pitch; Nm/(rad/s) for torque]. | |
real(reki) | rotspeedref |
Reference rotor speed [rad/s]. | |
logical servodyn_types::srvd_initinputtype::linearize = .FALSE. |
Flag that tells this module if the glue code wants to linearize.
[-]