OpenFAST
Wind turbine multiphysics simulator
Public Attributes | List of all members
moordyn_types::md_line Type Reference

Public Attributes

integer(intki) idnum
 integer identifier of this Line [-]
 
character(10) type
 type of line. More...
 
integer(intki), dimension(1:20) outflaglist
 array specifying what line quantities should be output (1 vs 0) [-]
 
integer(intki) ctrlchan
 index of control channel that will drive line active tensioning (0 for none) [-]
 
integer(intki) fairconnect
 IdNum of Connection at fairlead [-].
 
integer(intki) anchconnect
 IdNum of Connection at anchor [-].
 
integer(intki) propsidnum
 the IdNum of the associated line properties [-]
 
integer(intki) n
 The number of elements in the line [-].
 
real(dbki) unstrlen
 unstretched length of the line [-]
 
real(dbki) ba
 internal damping coefficient times area for this line only [[N-s]]
 
real(dbki), dimension(:,:), allocatable r
 node positions [-]
 
real(dbki), dimension(:,:), allocatable rd
 node velocities [-]
 
real(dbki), dimension(:,:), allocatable q
 node tangent vectors [-]
 
real(dbki), dimension(:), allocatable l
 segment unstretched length [[m]]
 
real(dbki), dimension(:), allocatable ld
 segment unstretched length rate of change (used in active tensioning) [[m]]
 
real(dbki), dimension(:), allocatable lstr
 segment stretched length [[m]]
 
real(dbki), dimension(:), allocatable lstrd
 segment change in stretched length [[m/s]]
 
real(dbki), dimension(:), allocatable v
 segment volume [[m^3]]
 
real(dbki), dimension(:,:), allocatable t
 segment tension vectors [[N]]
 
real(dbki), dimension(:,:), allocatable td
 segment internal damping force vectors [[N]]
 
real(dbki), dimension(:,:), allocatable w
 weight/buoyancy vectors [[N]]
 
real(dbki), dimension(:,:), allocatable dp
 node drag (transverse) [[N]]
 
real(dbki), dimension(:,:), allocatable dq
 node drag (axial) [[N]]
 
real(dbki), dimension(:,:), allocatable ap
 node added mass forcing (transverse) [[N]]
 
real(dbki), dimension(:,:), allocatable aq
 node added mass forcing (axial) [[N]]
 
real(dbki), dimension(:,:), allocatable b
 node bottom contact force [[N]]
 
real(dbki), dimension(:,:), allocatable f
 total force on node [[N]]
 
real(dbki), dimension(:,:,:), allocatable s
 node inverse mass matrix [[kg]]
 
real(dbki), dimension(:,:,:), allocatable m
 node mass matrix [[kg]]
 
integer(intki) lineunout
 unit number of line output file [-]
 
real(reki), dimension(:), allocatable linewroutput
 one row of output data for this line [-]
 

Member Data Documentation

◆ type

character(10) moordyn_types::md_line::type

type of line.

should match one of LineProp names [-]


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