OpenFAST
Wind turbine multiphysics simulator
Public Attributes | List of all members
hydrodyn_types::hydrodyn_initinputtype Type Reference

Public Attributes

character(1024) inputfile
 Supplied by Driver: full path and filename for the HydroDyn module [-].
 
logical useinputfile = .TRUE.
 Supplied by Driver: .TRUE. More...
 
type(fileinfotype) passedfiledata
 If we don't use the input file, pass everything through this [-].
 
character(1024) outrootname
 Supplied by Driver: The name of the root file (without extension) including the full path [-].
 
logical linearize = .FALSE.
 Flag that tells this module if the glue code wants to linearize. More...
 
real(reki) gravity
 Supplied by Driver: Gravitational acceleration [(m/s^2)].
 
real(reki) defwtrdens
 Default water density from the driver; may be overwritten [(kg/m^3)].
 
real(reki) defwtrdpth
 Default water depth from the driver; may be overwritten [m].
 
real(reki) defmsl2swl
 Default mean sea level to still water level from the driver; may be overwritten [m].
 
real(dbki) tmax
 Supplied by Driver: The total simulation time [(sec)].
 
logical hasice
 Supplied by Driver: Whether this simulation has ice loading (flag) [-].
 
real(siki), dimension(:,:), allocatable waveelevxy
 Supplied by Driver: X-Y locations for WaveElevation output (for visualization). More...
 
real(reki) ptfmlocationx
 Supplied by Driver: X coordinate of platform location in the wave field [m].
 
real(reki) ptfmlocationy
 Supplied by Driver: Y coordinate of platform location in the wave field [m].
 

Member Data Documentation

◆ linearize

logical hydrodyn_types::hydrodyn_initinputtype::linearize = .FALSE.

Flag that tells this module if the glue code wants to linearize.

[-]

◆ useinputfile

logical hydrodyn_types::hydrodyn_initinputtype::useinputfile = .TRUE.

Supplied by Driver: .TRUE.

if using a input file, .FALSE. if all inputs are being passed in by the caller [-]

◆ waveelevxy

real(siki), dimension(:,:), allocatable hydrodyn_types::hydrodyn_initinputtype::waveelevxy

Supplied by Driver: X-Y locations for WaveElevation output (for visualization).

First dimension is the X (1) and Y (2) coordinate. Second dimension is the point number. [m,-]


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