![]() |
OpenFAST
Wind turbine multiphysics simulator
|
Public Attributes | |
| real(dbki), dimension(:), allocatable | lintimes |
| List of times at which to linearize [s]. | |
| integer(intki) | copyop_ctrlcode |
| mesh control code for copy type (new on first call; update otherwise) [-] | |
| real(dbki), dimension(:), allocatable | azimtarget |
| target azimuth positions in CalcSteady algorithm [rad] | |
| logical | isconverged |
| whether the error calculation in the CalcSteady algorithm is converged [-] | |
| logical | foundsteady |
| whether the CalcSteady algorithm found a steady-state solution [-] | |
| logical | forcelin |
| whether the CalcSteady algorithm found a steady-state solution [-] | |
| integer(intki) | n_rot |
| number of rotations completed in CalcSteady algorithm [-] | |
| integer(intki) | azimindx |
| index into target azimuth array in CalcSteady algorithm [-] | |
| integer(intki) | nextlintimeindx |
| index for next time in LinTimes where linearization should occur [-] | |
| real(dbki), dimension(:), allocatable | psi |
| Azimuth angle at the current and previous time steps (uses LinInterpOrder); DbKi so that we can use registry-generated extrap/interp routines [-]. | |
| real(reki), dimension(:), allocatable | y_interp |
| Interpolated outputs packed into an array [-]. | |
| real(reki), dimension(:), allocatable | y_ref |
| Reference output range for CalcSteady error calculation [-]. | |
| real(reki), dimension(:,:), allocatable | y_prevrot |
| Linearization outputs from previous rotor revolution at each target azimuth [-]. | |
1.8.13