|
| real(reki), dimension(:,:), allocatable | loadseries |
| |
|
real(reki) | icevel |
| | ice floe velocity [m/s]
|
| |
|
real(reki) | icedirection |
| | ice floe direction [degrees]
|
| |
|
real(reki) | minstrength |
| | minimum dynamic ice strength [Pa]
|
| |
|
real(reki) | minstrengthnegvel |
| | minimum dynamic ice strength for negative velocity [Pa]
|
| |
|
real(reki) | defaultarea |
| | structure width to use in cpld crushin [m]
|
| |
|
real(reki) | crusharea |
| | cross sectional area of ice against tower [m^2]
|
| |
|
real(reki) | coeffstressrate |
| | coefficient to calc stress rate from relative vellocity [Pa/m]
|
| |
|
real(reki), dimension(4) | c |
| | coefficient of cubic transition curve for negative stress rates [-]
|
| |
|
real(reki) | dt |
| | time step [sec]
|
| |
|
real(reki) | ramptime |
| | load ramp up time [sec]
|
| |
| real(reki), dimension(:), allocatable | legx |
| |
| real(reki), dimension(:), allocatable | legy |
| |
| real(reki), dimension(:), allocatable | ks |
| |
|
integer(intki) | numlegs |
| | Number of tower legs (=1 for monopile) [-].
|
| |
| integer(intki) | icetype |
| | Type of ice Floe: flex, crush, etc. More...
|
| |
|
integer(intki) | logunitnum |
| | Unit number for log file [-].
|
| |
|
logical | singleload |
| | Flag for load application at single point vs multiple legs [-].
|
| |
|
logical | initflag |
| | Flag for successful initialization [-].
|
| |
◆ icetype
| integer(intki) icefloe_types::icefloe_parametertype::icetype |
Type of ice Floe: flex, crush, etc.
[-]
◆ ks
| real(reki), dimension(:), allocatable icefloe_types::icefloe_parametertype::ks |
- [shelter factor due to upstream leg]
◆ legx
| real(reki), dimension(:), allocatable icefloe_types::icefloe_parametertype::legx |
- [x position of each leg relative to structure center]
◆ legy
| real(reki), dimension(:), allocatable icefloe_types::icefloe_parametertype::legy |
- [y position of each leg relative to structure center]
◆ loadseries
| real(reki), dimension(:,:), allocatable icefloe_types::icefloe_parametertype::loadseries |
- [precalculated time series of ice loads for each leg]
The documentation for this type was generated from the following files:
- IceFloe_Types.f90
- IceFloe_Types_notFAST.f90