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

Public Attributes

integer(intki) n
 tracks time step for which OtherState was updated [-]
 
type(ed_continuousstatetype), dimension(ed_nmx) xdot
 previous state deriv for multi-step [-]
 
integer(intki), dimension(:), allocatable ic
 Array which stores pointers to predictor-corrector results [-].
 
real(reki) hssbrtrq
 HSSBrTrq from update states; a hack to get this working with a single integrator [-].
 
real(reki) hssbrtrqc
 Commanded HSS brake torque (adjusted for sign) [N-m].
 
integer(intki) sgnprvlstq
 The sign of the low-speed shaft torque from the previous call to RtHS(). More...
 
integer(intki), dimension(ed_nmx) sgnlstq
 history of sign of LSTQ [-]
 

Member Data Documentation

◆ sgnprvlstq

integer(intki) elastodyn_types::ed_otherstatetype::sgnprvlstq

The sign of the low-speed shaft torque from the previous call to RtHS().

This is calculated at the end of RtHS(). NOTE: The low-speed shaft torque is assumed to be positive at the beginning of the run! [-]


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