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

Public Attributes | |
| type(ed_coordsys) | coordsys |
| Coordinate systems in the FAST framework [-]. | |
| type(ed_rthndside) | rths |
| Values used in calculating the right-hand-side RtHS (and outputs) [-]. | |
| real(reki), dimension(:), allocatable | allouts |
| An array holding the value of all of the calculated (not only selected) output channels [see OutListParameters.xlsx spreadsheet]. | |
| real(r8ki), dimension(:,:), allocatable | augmat |
| The augmented matrix used for the solution of the QD2T()s [-]. | |
| real(r8ki), dimension(:,:), allocatable | augmat_factor |
| factored version of AugMat matrix [-] | |
| real(r8ki), dimension(:), allocatable | solnvec |
| b in the equation Ax=b (last column of AugMat) [-] | |
| integer(intki), dimension(:), allocatable | augmat_pivot |
| Pivot column for AugMat in LAPACK factorization [-]. | |
| real(reki), dimension(:), allocatable | ognlgeazro |
| Original DOF_GeAz row in AugMat [-]. | |
| real(r8ki), dimension(:), allocatable | qd2t |
| Solution (acceleration) vector; the first time derivative of QDT [-]. | |
| logical | ignoremod |
| whether to ignore the modulo in ED outputs (necessary for linearization perturbations) [-] | |
1.8.13