![]() |
OpenFAST
Wind turbine multiphysics simulator
|
Public Attributes | |
| type(iced_continuousstatetype), dimension(:,:), allocatable | x |
| Continuous states [-]. | |
| type(iced_discretestatetype), dimension(:,:), allocatable | xd |
| Discrete states [-]. | |
| type(iced_constraintstatetype), dimension(:,:), allocatable | z |
| Constraint states [-]. | |
| type(iced_otherstatetype), dimension(:,:), allocatable | otherst |
| Other states [-]. | |
| type(iced_parametertype), dimension(:), allocatable | p |
| Parameters [-]. | |
| type(iced_inputtype), dimension(:), allocatable | u |
| System inputs [-]. | |
| type(iced_outputtype), dimension(:), allocatable | y |
| System outputs [-]. | |
| type(iced_miscvartype), dimension(:), allocatable | m |
| Misc/optimization variables [-]. | |
| type(iced_inputtype), dimension(:,:), allocatable | input |
| Array of inputs associated with InputTimes [-]. | |
| real(dbki), dimension(:,:), allocatable | inputtimes |
| Array of times associated with Input Array [-]. | |
1.8.13