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

Public Attributes

type(meshtype) u_distrload_at_y
 input loads at output node locations [-]
 
type(meshtype) y_bldmotion_at_u
 output motions at input node locations (displacements necessary for mapping loads) [-]
 
type(meshmaptype) map_u_distrload_to_y
 mapping of input loads to output node locations [-]
 
type(meshmaptype) map_y_bldmotion_to_u
 mapping of output motions to input node locations (for load transfer) [-]
 
integer(intki) un_sum
 unit number of summary file [-]
 
type(eqmotionqpqp
 Quadrature point calculation info [-].
 
real(r8ki), dimension(:,:), allocatable lin_a
 A (dXdx) matrix used in linearization (before RotState is applied) [-].
 
real(r8ki), dimension(:,:), allocatable lin_c
 C (dYdx) matrix used in linearization (before RotState is applied) [-].
 
real(r8ki), dimension(:,:,:), allocatable nrrr
 Rotation parameters relative to root node, from Nuuu (at GLL points) [-].
 
real(r8ki), dimension(:,:), allocatable elf
 [-]
 
real(r8ki), dimension(:,:,:), allocatable efint
 Elastic forces internal to blade. More...
 
real(r8ki), dimension(:,:,:,:), allocatable elk
 [-]
 
real(r8ki), dimension(:,:,:,:), allocatable elg
 [-]
 
real(r8ki), dimension(:,:,:,:), allocatable elm
 [-]
 
real(r8ki), dimension(:,:,:), allocatable distrload_qp
 Copy of the distributed load, in the BD reference frame [-].
 
real(r8ki), dimension(:,:), allocatable pointloadlcl
 Copy of the point loads, in the BD reference frame [-].
 
real(r8ki), dimension(:,:,:,:), allocatable stifk
 Stiffness Matrix [-].
 
real(r8ki), dimension(:,:,:,:), allocatable massm
 Mass Matrix [-].
 
real(r8ki), dimension(:,:,:,:), allocatable dampg
 Damping Matrix [-].
 
real(r8ki), dimension(:,:,:,:), allocatable stifk_fd
 Finite differenced Stiffness Matrix [-].
 
real(r8ki), dimension(:,:,:,:), allocatable massm_fd
 Finite differenced Mass Matrix [-].
 
real(r8ki), dimension(:,:,:,:), allocatable dampg_fd
 Finite differenced Damping Matrix [-].
 
real(r8ki), dimension(:,:), allocatable rhs
 Right-hand-side vector [-].
 
real(r8ki), dimension(:,:), allocatable rhs_p
 Positive fd perturbation of RHS [-].
 
real(r8ki), dimension(:,:), allocatable rhs_m
 Negative fd perturbation of RHS [-].
 
real(r8ki), dimension(:,:), allocatable bldinternalforcefe
 Force/Moment array for internal force calculations at FE [-].
 
real(r8ki), dimension(:,:), allocatable bldinternalforceqp
 Force/Moment array for internal force calculations at QP [-].
 
real(r8ki), dimension(:), allocatable firstnodereactionlclforcemoment
 Force/Moment array for first node reaction. More...
 
real(r8ki), dimension(:,:), allocatable solution
 Result from LAPACK solve (X from A*X = B solve) [-].
 
real(r8ki), dimension(:,:), allocatable lp_stifk
 Stiffness Matrix [-].
 
real(r8ki), dimension(:,:), allocatable lp_massm
 Mass Matrix [-].
 
real(r8ki), dimension(:,:), allocatable lp_massm_lu
 Mass Matrix for LU [-].
 
real(r8ki), dimension(:), allocatable lp_rhs
 Right-hand-side vector [-].
 
real(r8ki), dimension(:,:), allocatable lp_stifk_lu
 Stiffness Matrix for LU [-].
 
real(r8ki), dimension(:), allocatable lp_rhs_lu
 Right-hand-side vector for LU [-].
 
integer(intki), dimension(:), allocatable lp_indx
 Index vector for LU [-].
 
type(bd_inputtypeu
 Inputs converted to the internal BD coordinate system [-].
 
type(bd_inputtypeu2
 Inputs in the FAST coordinate system, possibly modified by pitch actuator [-].
 

Member Data Documentation

◆ efint

real(r8ki), dimension(:,:,:), allocatable beamdyn_types::bd_miscvartype::efint

Elastic forces internal to blade.

For output calculations only. [-]

◆ firstnodereactionlclforcemoment

real(r8ki), dimension(:), allocatable beamdyn_types::bd_miscvartype::firstnodereactionlclforcemoment

Force/Moment array for first node reaction.

Needed in InternalForce calculations. [-]


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