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

Public Attributes

real(dbki) sddeltat
 Time step (for integration of continuous states) [seconds].
 
logical sttcsolve
 Solve dynamics about static equilibrium point (flag) [-].
 
real(reki), dimension(:), allocatable nomegam2
 Coefficient of x in X (negative omegaM squared) [-].
 
real(reki), dimension(:), allocatable n2omegamjdamp
 Coefficient of x in X (negative 2 omegaM * JDamping) [-].
 
real(reki), dimension(:,:), allocatable mmb
 Matrix after C-B reduction (transpose of MBM [-].
 
real(reki), dimension(:), allocatable fx
 Load components in X [-].
 
real(reki), dimension(:,:), allocatable c1_11
 Coefficient of x in Y1 [-].
 
real(reki), dimension(:,:), allocatable c1_12
 Coefficient of x in Y1 [-].
 
real(reki), dimension(:,:), allocatable d1_13
 Coefficient of u in Y1 [-].
 
real(reki), dimension(:,:), allocatable d1_14
 Coefficient of u in Y1 [-].
 
real(reki), dimension(:), allocatable fy
 Load Components in Y1 [-].
 
real(reki), dimension(:,:), allocatable phim
 Coefficient of x in Y2 [-].
 
real(reki), dimension(:,:), allocatable c2_61
 Coefficient of x in Y2 (URdotdot ULdotdot) [-].
 
real(reki), dimension(:,:), allocatable c2_62
 Coefficient of x in Y2 (URdotdot ULdotdot) [-].
 
real(reki), dimension(:,:), allocatable phirb_ti
 Coefficient of u in Y2 (Phi_R bar * TI) [-].
 
real(reki), dimension(:,:), allocatable d2_63
 Coefficient of u in Y2 (URdotdot ULdotdot) [-].
 
real(reki), dimension(:,:), allocatable d2_64
 Coefficient of u in Y2 (URdotdot ULdotdot) [-].
 
real(reki), dimension(:), allocatable f2_61
 Load Component in Y2 [-].
 
real(reki), dimension(:,:), allocatable mbb
 Matrix after C-B reduction [-].
 
real(reki), dimension(:,:), allocatable kbb
 Matrix after C-B reduction [-].
 
real(reki), dimension(:,:), allocatable mbm
 Matrix after C-B reduction [-].
 
real(reki), dimension(:,:), allocatable phil_t
 Transpose of Matrix of C-B modes [-].
 
real(reki), dimension(:,:), allocatable philinvomgl2
 Matrix of C-B modes times the inverse of OmegaL**2 (Phi_L*(Omg**2)^-1) [-].
 
real(reki), dimension(:), allocatable fgl
 Internal node DOFL, gravity loads [-].
 
real(reki), dimension(:,:), allocatable am2jac
 Jacobian (factored) for Adams-Boulton 2nd order Integration [-].
 
integer(intki), dimension(:), allocatable am2jacpiv
 Pivot array for Jacobian factorization (for Adams-Boulton 2nd order Integration) [-].
 
real(reki), dimension(:,:), allocatable ti
 Matrix to calculate TP reference point reaction at top of structure [-].
 
real(reki), dimension(:,:), allocatable tireact
 Matrix to calculate single point reaction at base of structure [-].
 
integer(intki) nmodes
 Number of modes to retain in C-B method [-].
 
integer(intki), dimension(:,:), allocatable elems
 Element nodes connections [-].
 
integer(intki) qml
 Length of state array [-].
 
integer(intki) dofl
 Internal nodes of DOFs [-].
 
integer(intki) nnodes_i
 Number of Interface nodes [-].
 
integer(intki) nnodes_l
 Number of Internal nodes [-].
 
integer(intki) nnodes_rbarl
 Number of Interface + Internal nodes [-].
 
integer(intki) dofi
 Interface nodes of DOFs [-].
 
integer(intki) dofr
 Interface and restrained nodes of DOFs [-].
 
integer(intki) dofc
 Contrained nodes of DOFs [-].
 
integer(intki) nreact
 Number of joints with reactions [-].
 
integer(intki), dimension(:,:), allocatable reacts
 React degree of freedoms [-].
 
integer(intki) nmembers
 Number of members of the sub structure [-].
 
integer(intki) urbarl
 Length of URbar, subarray of y2 array (DOFRb) [-].
 
integer(intki) intmethod
 INtegration Method (1/2/3)Length of y2 array [-].
 
integer(intki) navgels = 2
 Max number of elements that should be averaged when calculating outputs at nodes [-].
 
integer(intki), dimension(:), allocatable idi
 Index array of the interface(nodes connect to TP) dofs [-].
 
integer(intki), dimension(:), allocatable idr
 Index array of the interface and restraint dofs [-].
 
integer(intki), dimension(:), allocatable idl
 Index array of the internal dofs [-].
 
integer(intki), dimension(:), allocatable idc
 Index array of the contraint dofs [-].
 
integer(intki), dimension(:), allocatable idy
 Index array of the all dofs in Y2 [-].
 
integer(intki) nmoutputs
 Number of members whose output is written [-].
 
integer(intki) numouts
 Number of output channels read from input file [-].
 
integer(intki) outswtch
 Output Requested Channels to local or global output file [1/2/3] [-].
 
integer(intki) unjckf
 Unit of SD ouput file [-].
 
character(1) delim
 Column delimiter for output text files [-].
 
character(20) outfmt
 Format for Output [-].
 
character(20) outsfmt
 Format for Output Headers [-].
 
type(meshauxdatatype), dimension(:), allocatable moutlst
 List of user requested members and nodes [-].
 
type(meshauxdatatype), dimension(:), allocatable moutlst2
 List of all member joint nodes and elements for output [-].
 
type(meshauxdatatype), dimension(:), allocatable moutlst3
 List of all member joint nodes and elements for output [-].
 
type(elemproptype), dimension(:), allocatable elemprops
 List of element properties [-].
 
type(outparmtype), dimension(:), allocatable outparam
 An array holding names, units, and indices of all of the selected output channels. More...
 
logical outall
 Flag to output or not all joint forces [-].
 
logical outreact
 Flag to check whether reactions are requested [-].
 
integer(intki) outallint
 Integer version of OutAll [-].
 
integer(intki) outalldims
 Integer version of OutAll [-].
 
integer(intki) outdec
 Output Decimation for Requested Channels [-].
 

Member Data Documentation

◆ outparam

type(outparmtype), dimension(:), allocatable subdyn_types::sd_parametertype::outparam

An array holding names, units, and indices of all of the selected output channels.

logical [-]


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