OpenFAST
Wind turbine multiphysics simulator
Public Attributes | List of all members
supercontroller_types::sc_parametertype Type Reference
Collaboration diagram for supercontroller_types::sc_parametertype:
Collaboration graph
[legend]

Public Attributes

type(sc_parametertype_cc_obj
 
real(dbki) dt
 Time step for continuous state integration & discrete state update [secondstypedef].
 
integer(intki) nturbines
 Number of turbines in the simulation [-].
 
integer(intki) numctrl2sc
 Number of turbine controller outputs [to supercontroller] [-].
 
integer(intki) ninpglobal
 Number of global inputs [-].
 
integer(intki) numsc2ctrl
 Number of turbine specific controller inputs [from supercontroller] [-].
 
integer(intki) numsc2ctrlglob
 Number of global controller inputs [from supercontroller] [-].
 
integer(intki) numstatesglobal
 Number of global states [-].
 
integer(intki) numstatesturbine
 Number of states per turbine [-].
 
integer(intki) numparamglobal
 Number of global parameters [-].
 
integer(intki) numparamturbine
 Number of parameters per turbine [-].
 
real(kind=c_float), dimension(:), pointer paramglobal => NULL()
 Global parameters [-].
 
real(kind=c_float), dimension(:), pointer paramturbine => NULL()
 Parameters per turbine [-].
 
type(dll_type) dll_trgt
 The addresses and names of the super controller shared library and its procedures [-].
 

The documentation for this type was generated from the following file: