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

Public Attributes

type(wamit_initoutputtype), dimension(:), allocatable wamit
 Initialization output from the WAMIT module [-].
 
type(wamit2_initoutputtype), dimension(:), allocatable wamit2
 Initialization output from the WAMIT2 module [-].
 
type(waves2_initoutputtype) waves2
 Initialization output from the Waves2 module [-].
 
type(morison_initoutputtype) morison
 Initialization output from the Morison module [-].
 
character(chanlen), dimension(:), allocatable writeoutputhdr
 The is the list of all HD-related output channel header strings (includes all sub-module channels) [-].
 
character(chanlen), dimension(:), allocatable writeoutputunt
 The is the list of all HD-related output channel unit strings (includes all sub-module channels) [-].
 
real(siki), dimension(:,:), allocatable waveelevseries
 Wave elevation time-series at each of the points given by WaveElevXY. More...
 
type(progdesc) ver
 Version of HydroDyn [-].
 
real(reki) wtrdens
 Water density [(kg/m^3)].
 
real(reki) wtrdpth
 Water depth [(m)].
 
real(reki) msl2swl
 Offset between still-water level and mean sea level [(m)].
 
character(linchanlen), dimension(:), allocatable linnames_y
 Names of the outputs used in linearization [-].
 
character(linchanlen), dimension(:), allocatable linnames_x
 Names of the continuous states used in linearization [-].
 
character(linchanlen), dimension(:), allocatable linnames_u
 Names of the inputs used in linearization [-].
 
integer(intki), dimension(:), allocatable derivorder_x
 Integer that tells FAST/MBC3 the maximum derivative order of continuous states used in linearization [-].
 
logical, dimension(:), allocatable isload_u
 Flag that tells FAST if the inputs used in linearization are loads (for preconditioning matrix) [-].
 

Member Data Documentation

◆ waveelevseries

real(siki), dimension(:,:), allocatable hydrodyn_types::hydrodyn_initoutputtype::waveelevseries

Wave elevation time-series at each of the points given by WaveElevXY.

First dimension is the timestep. Second dimension is XY point number corresponding to second dimension of WaveElevXY. [(m)]


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