![]() |
OpenFAST
Wind turbine multiphysics simulator
|
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... | |
| integer(intki) | wavefieldmod |
| Wave field handling (-) (switch) 0: use individual HydroDyn inputs without adjustment, 1: adjust wave phases based on turbine offsets from farm origin [-]. | |
| 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]. | |
| logical hydrodyn_types::hydrodyn_initinputtype::linearize = .FALSE. |
Flag that tells this module if the glue code wants to linearize.
[-]
| 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 [-]
| 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,-]
1.8.13