You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: doc/contact.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
Contact
2
2
=======
3
-
For help using the `WDRT`, please use the GitHub Issue Tracker forum: https://github.com/WEC-Sim/WDRT/issues. By posting your questions and comments here, you can receive feedback/solutions from the `WDRT` development team as well as the general user community.
3
+
For help using the `WDRT`, please use the GitHub Issue Tracker forum: https://github.com/WEC-Sim/WDRT/issues.
4
+
By posting your questions and comments here, you can receive feedback/solutions from the `WDRT` development team as well as the general user community.
A short term extreme distribution is the answer to “If a device is in sea-state X for Y amount of time, what will be the largest Z observed?", where X is the environmental condition, Y the short-term period, and Z the response parameter of interest (e.g. the mooring load, bending moment).
30
30
The short-term extreme response module provides five different methods for obtaining this distribution based on observations of the quantity of interest "Z" at the desired sea-state "X".
31
-
These methods are described in detail in :ref:`Michelen and Coe 2015 <pubs>`
31
+
These methods are described in detail in :ref:`Michelen and Coe 2015 <pubs>`.
32
32
33
33
In this example the Weibull tail-fit method is used.
34
34
The proccess of obtaiing the sort-term extreme distribution using the Weibull tail-fit method is as follows:
@@ -42,7 +42,7 @@ The proccess of obtaiing the sort-term extreme distribution using the Weibull ta
42
42
43
43
F^{\prime}(x_i) = \frac{i}{N+1}
44
44
45
-
where :math:`x_i` is the :math:`i^{\textrm{th}}`-ordered peak
45
+
where :math:`x_i` is the :math:`i^{\textrm{th}}`-ordered peak.
46
46
47
47
3. Fit Weibull distributions to seven subsets of the points (:math:`x_i`, :math:`F^{\prime}(x_i)`) corresponding to :math:`F^{\prime}(x_i) > \left(0.95, 0.90, 0.85, 0.80, 0.75, 0.70, 0.65\right)`.
48
48
@@ -130,7 +130,9 @@ For this example, we will simply load data that was previously produced with a s
130
130
131
131
3. Short term extreme statistics
132
132
''''''''''''''''''''''''''''''''
133
-
The extreme response for each sea state can be defined as a percentile, :math:`\alpha`, in the extreme response distributions. The percentile chosen here should ideally be based on some experience with similar systems. Typical values for :math:`\alpha` used for marine structures range from 75 to 99\%. This approach has less variability than simply picking the maximum QOI observed in each sea state.
133
+
The extreme response for each sea state can be defined as a percentile, :math:`\alpha`, in the extreme response distributions.
134
+
The percentile chosen here should ideally be based on some experience with similar systems.
135
+
Typical values for :math:`\alpha` used for marine structures range from 75 to 99\%. This approach has less variability than simply picking the maximum QOI observed in each sea state.
@@ -139,7 +141,9 @@ The extreme response for each sea state can be defined as a percentile, :math:`\
139
141
140
142
5. Determine design load condition(s)
141
143
'''''''''''''''''''''''''''''''''''''
142
-
For the quantity of interest (QOI), find the sea state that represents the design load condition; this will be the design load condition (DLC) for that (QOI). The DLC is defined as the scenario that gives the largest response. To define the DLC by statistically-supported process, it is best to use a short-term extreme response analysis process to examine the QOI in each of the considered sea states.
144
+
For the quantity of interest (QOI), find the sea state that represents the design load condition; this will be the design load condition (DLC) for that (QOI).
145
+
The DLC is defined as the scenario that gives the largest response.
146
+
To define the DLC by statistically-supported process, it is best to use a short-term extreme response analysis process to examine the QOI in each of the considered sea states.
@@ -252,43 +256,11 @@ The required inputs to the module are:
252
256
253
257
3. And, :math:`N`, the number of cycles expected in the WEC’s design life, which is up to the user to ascertain given a specified design life and environmental characterization.
254
258
255
-
This example is shown below and can found in ``$WDRT_SOURCE/examples/example_fatigue.py``::
256
-
257
-
# This example loads pre-calculated PTO force histories for a reduced size joint
258
-
# probability distribution. Then uses the WDRT fatigue function to calculate
259
-
# equivalent fatigue loads for a 1 hour timeframe and a 1 year timeframe.
260
-
261
-
import numpy as np
262
-
import WDRT.fatigue as fatigue
263
-
264
-
# Reduced size joint probability distribution
265
-
Te = [[6.0,10.0,14.0],[6.0,10.0,14.0],[6.0,10.0,14.0]] # Wave energy periods
In this example, 1 hour PTO force histories (for the `RM3 WEC <http://wec-sim.github.io/WEC-Sim/tutorials.html#two-body-point-absorber-rm3>`_) have been numerically obtained (using `WEC-Sim <http://wec-sim.github.io/WEC-Sim/index.html>`_) for each sea state in the hypothetical joint probability distribution shown below.
294
266
The average number of cycles expected in 1 hour, :math:`N_{\textrm{1-hr}}`, and 1 year, :math:`N_{\textrm{1-yr}}`, timeframes are estimated from the joint probability distribution.
@@ -300,22 +272,27 @@ And finally, the annual damage equivalent load is calculated by reapplying the P
300
272
:align:center
301
273
:width:400pt
302
274
303
-
304
-
305
275
Most-likely extreme response (MLER)
306
276
-----------------------------------
307
277
308
-
The extreme load is often a matter of chance created by the instantaneous position of the device and a series of random waves. The occurrence of an extreme load should be studied as a stochastic event because of the nature of the irregular sea states. The MLER toolbox were developed to generate a focused wave profile that gives the largest response with the consideration of wave statistics based on spectral analysis and the response amplitude operators (RAOs) of the device.
278
+
The extreme load is often a matter of chance created by the instantaneous position of the device and a series of random waves.
279
+
The occurrence of an extreme load should be studied as a stochastic event because of the nature of the irregular sea states.
280
+
The MLER toolbox were developed to generate a focused wave profile that gives the largest response with the consideration of wave statistics based on spectral analysis and the response amplitude operators (RAOs) of the device.
309
281
310
282
An example can be found in ``$WDRT_SOURCE/WDRT/MLER_toolbox/example/testrun.py``.
In this example, the MLER method was applied to model a floating ellipsoid (Quon et al. OMAE 2016). The waves were generated from the extreme wave statistics data and the linear RAOs were obtained from a simple radiation-and-diffraction-method-based numerical model known as the `Wave Energy Converter Simulator, or WEC- Sim <https://wec-sim.github.io/WEC-Sim/>`_.
288
+
In this example, the MLER method was applied to model a floating ellipsoid (Quon et al. OMAE 2016).
289
+
The waves were generated from the extreme wave statistics data and the linear RAOs were obtained from a simple radiation-and-diffraction-method-based numerical model known as the `Wave Energy Converter Simulator, or WEC- Sim <https://wec-sim.github.io/WEC-Sim/>`_.
317
290
318
-
The figure below explains how the MLER waves were generated and used. For this particular example, the target sea state has a significant wave height of 9 m and energy period of 15.1 sec and was represented using Brettschneider spectrum. A specific wave profile is required for different responses of interest (e.g., motion, mooring load, shear stress and bending moment). For example, the MLER wave profile targeting maximum pitch motion is different from the profile for heave, as seen below in the "heave conditioned" and "pitch conditioned" curves. This is expected because the maximum heave and pitch are most likely to occur at different times.
291
+
The figure below explains how the MLER waves were generated and used.
292
+
For this particular example, the target sea state has a significant wave height of 9 m and energy period of 15.1 sec and was represented using Brettschneider spectrum.
293
+
A specific wave profile is required for different responses of interest (e.g., motion, mooring load, shear stress and bending moment).
294
+
For example, the MLER wave profile targeting maximum pitch motion is different from the profile for heave, as seen below in the "heave conditioned" and "pitch conditioned" curves.
295
+
This is expected because the maximum heave and pitch are most likely to occur at different times.
Copy file name to clipboardExpand all lines: doc/installation.rst
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
Installation
2
-
==========================
2
+
============
3
3
4
4
Downloading `WDRT`
5
-
------------------------
6
-
`WDRT` is distributed through the `WDRT GitHub repository <https://github.com/WEC-Sim/WDRT/>`_. The toolbox can either be downloaded via ``git`` or simply by visiting the the `WDRT GitHub repository <https://github.com/WEC-Sim/WDRT/>`_ and downloading it directly.
5
+
------------------
6
+
`WDRT` is distributed through the `WDRT GitHub repository <https://github.com/WEC-Sim/WDRT/>`_.
7
+
The toolbox can either be downloaded via ``git`` or simply by visiting the the `WDRT GitHub repository <https://github.com/WEC-Sim/WDRT/>`_ and downloading it directly.
7
8
8
9
.. note::
9
10
@@ -38,6 +39,12 @@ The following installation procedure allows for easier updating of the code with
38
39
39
40
**Step 2:** Add the ``$WDRT_SOURCE`` directory to your `PYTHONPATH <https://docs.python.org/2/using/cmdline.html#environment-variables>`_ environment variable (`Windows <https://docs.python.org/2/using/windows.html#excursus-setting-environment-variables>`_, `Mac OSX <https://docs.python.org/2/using/mac.html?highlight=pythonpath#configuration>`_, `Linux <https://wiki.archlinux.org/index.php/Environment_variables>`_).
40
41
41
-
**Step 3:** Verify the installation's functionality::
42
+
**Step 3:** Verify the installation's functionality by running the examples located in``$WDRT_SOURCE/examples``
Copy file name to clipboardExpand all lines: doc/modules.rst
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
Toolbox Modules
2
2
===============
3
-
The following sections contain the documentation for `WDRT`. Note that this documentation is also contained in the python source code. As such, documentation for any `WDRT` function or classs can also be accessed in iPython via by calling
3
+
The following sections contain the documentation for `WDRT`.
4
+
Note that this documentation is also contained in the python source code.
5
+
As such, documentation for any `WDRT` function or classs can also be accessed in iPython via by calling
Copy file name to clipboardExpand all lines: doc/publications.rst
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ If you desire to cite `WDRT` in a publication, please use
8
8
9
9
R.G. Coe, C. Michelen, A. Eckert-Gallup, Y. Yu and J. van Rij, “WDRT: A toolbox for design-response analysis of wave energy converters,” Proceedings of the 4th Marine Energy Technology Symposium (METS), Washington, DC, 2016.
10
10
11
-
BibTex key::
11
+
BibTex key
12
+
13
+
.. code-block:: none
12
14
13
15
@InProceedings{,
14
16
author = {Ryan G. Coe and Carlos Michelen and Aubrey C. Eckert-Gallup and Yi-Hsiang Yu and Jennifer van Rij},
@@ -23,18 +25,22 @@ BibTex key::
23
25
Related publications
24
26
--------------------
25
27
26
-
[1] R.G. Coe, C. Michelen, A. Eckert-Gallup, Y. Yu and J. van Rij, WDRT: A toolbox for design-response analysis of wave energy converters, Proceedings of the 4th Marine Energy Technology Symposium (METS), Washington, DC, 2016.
28
+
-- A. Eckert-Gallup, and N. Martin, `Kernel density estimation (KDE) with adaptive bandwidth selection for environmental contours of extreme sea states <http://ieeexplore.ieee.org/abstract/document/7761150/>`_, in: OCEANS 2016 MTS/IEEE Monterey. IEEE, 2016.
29
+
30
+
-- L. Manuel, J. Canning, R. G. Coe, C. Michelen, On the short-term uncertainty in performance of a point absorber wave energy converter, in: Proceedings of the 4th Marine Energy Technology Symposium (METS), Washington, DC, 2016.
31
+
32
+
-- R. G. Coe, C. Michelen, A. Eckert-Gallup, Y. Yu and J. van Rij, `WDRT: A toolbox for design-response analysis of wave energy converters <https://www.researchgate.net/publication/308794966_WDRT_A_Toolbox_for_design-response_analysis_of_wave_energy_converters>`_, in: Proceedings of the 4th Marine Energy Technology Symposium (METS), Washington, DC, 2016.
27
33
28
-
[2] E. Quon, A. Platt, Y.-H. Yu, M. Lawson, Application of the Most Likely Extreme Response Method for Wave Energy Converters, in: Proceedings of the 35th International Conference on Ocean, Offshore and Arctic Engineering, ASME, Busan, South Korea, 2016.
34
+
-- E. Quon, A. Platt, Y.-H. Yu, M. Lawson, `Application of the Most Likely Extreme Response Method for Wave Energy Converters<http://www.nrel.gov/docs/fy16osti/65926.pdf>`_, in: Proceedings of the 35th International Conference on Ocean, Offshore and Arctic Engineering, ASME, Busan, South Korea, 2016.
29
35
30
-
[3] A. C. Eckert-Gallup, C. J. Sallaberry, A. R. Dallman, V. S. Neary, `Application of principal component analysis (PCA) and improved joint probability distributions to the inverse first-order reliability method (I-FORM) for predicting extreme sea states <http://www.sciencedirect.com/science/article/pii/S0029801815006721>`_, Ocean Engineering 112 (2016) 307 – 319. doi:http://dx.doi.org/10.1016/j.oceaneng.2015.12.018.
36
+
-- A. C. Eckert-Gallup, C. J. Sallaberry, A. R. Dallman, V. S. Neary, `Application of principal component analysis (PCA) and improved joint probability distributions to the inverse first-order reliability method (I-FORM) for predicting extreme sea states <http://www.sciencedirect.com/science/article/pii/S0029801815006721>`_, Ocean Engineering 112 (2016) 307 – 319. doi:http://dx.doi.org/10.1016/j.oceaneng.2015.12.018.
31
37
32
-
[4] C. Michelen, R. Coe, `Comparison of methods for estimating short-term extreme response of wave energy converters <http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=7401878&tag=1>`_, in: OCEANS 2015 - MTS/IEEE Washington, IEEE, Washington, D.C., 2015.
38
+
-- C. Michelen, R. Coe, `Comparison of methods for estimating short-term extreme response of wave energy converters <http://ieeexplore.ieee.org/document/7401878/>`_, in: OCEANS 2015 - MTS/IEEE Washington, IEEE, Washington, D.C., 2015.
33
39
34
-
[5] Y.-H. Yu, J. Van Rij, R. G. Coe, M. Lawson, `Development and application of a methodology for predicting wave energy converters design load <http://proceedings.asmedigitalcollection.asme.org/proceeding.aspx?articleID=2465994>`_, in: Proceedings of the 34th International Conference on Ocean, Offshore and Arctic Engineering, ASME, St. Johns, Canada, 2015.
40
+
-- Y.-H. Yu, J. Van Rij, R. G. Coe, M. Lawson, `Development and application of a methodology for predicting wave energy converters design load <http://proceedings.asmedigitalcollection.asme.org/proceeding.aspx?articleID=2465994>`_, in: Proceedings of the 34th International Conference on Ocean, Offshore and Arctic Engineering, ASME, St. Johns, Canada, 2015.
35
41
36
-
[6] A. C. Eckert-Gallup, C. J. Sallaberry, A. R. Dallman, V. S. Neary, `Modified inverse first order reliability method (I-FORM) for predicting extreme sea states <https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CCMQFjAAahUKEwiShYidmcLIAhVIlIgKHe6tAsw&url=http%3A%2F%2Fprod.sandia.gov%2Ftechlib%2Faccess-control.cgi%2F2014%2F1417550.pdf&usg=AFQjCNGaXmRbm0SvIS3zrIxd0z14q3BVYg&sig2=cLHjej-znRIW3fIIGlh5_Q>`_, Tech. Rep. SAND2014-17550, Sandia National Laboratories, Albuquerque, NM (United States) 2014.
42
+
-- A. C. Eckert-Gallup, C. J. Sallaberry, A. R. Dallman, V. S. Neary, `Modified inverse first order reliability method (I-FORM) for predicting extreme sea states <https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CCMQFjAAahUKEwiShYidmcLIAhVIlIgKHe6tAsw&url=http%3A%2F%2Fprod.sandia.gov%2Ftechlib%2Faccess-control.cgi%2F2014%2F1417550.pdf&usg=AFQjCNGaXmRbm0SvIS3zrIxd0z14q3BVYg&sig2=cLHjej-znRIW3fIIGlh5_Q>`_, Tech. Rep. SAND2014-17550, Sandia National Laboratories, Albuquerque, NM (United States) 2014.
37
43
38
-
[7] R. Coe, V. Neary, M. Lawson, Y.-H. Yu, J. Weber, `Extreme conditions modeling workshop report <http://prod-http-80-800498448.us-east-1.elb.amazonaws.com/w/images/8/81/WEC_Extreme_Conditions_Modeling_Workshop_Report.pdf>`_, Tech. Rep. NREL/ TP-5000-62305 SNL/ SAND2014-16384R, Sandia National Laboratories, Albuquerque, New Mexico (2014).
44
+
-- R. Coe, V. Neary, M. Lawson, Y.-H. Yu, J. Weber, `Extreme conditions modeling workshop report <http://prod-http-80-800498448.us-east-1.elb.amazonaws.com/w/images/8/81/WEC_Extreme_Conditions_Modeling_Workshop_Report.pdf>`_, Tech. Rep. NREL/ TP-5000-62305 SNL/ SAND2014-16384R, Sandia National Laboratories, Albuquerque, New Mexico (2014).
39
45
40
-
[8] R. G. Coe, V. S. Neary, `Review of methods for modeling wave energy converter survival in extreme sea states <http://vtechworks.lib.vt.edu/bitstream/handle/10919/49221/101-Coe.pdf?sequence=1&isAllowed=y>`_, in: Proceedings of the 2nd Marine Energy Technology Symposium, Seattle, WA, USA, 2014.
46
+
-- R. G. Coe, V. S. Neary, `Review of methods for modeling wave energy converter survival in extreme sea states <http://vtechworks.lib.vt.edu/bitstream/handle/10919/49221/101-Coe.pdf?sequence=1&isAllowed=y>`_, in: Proceedings of the 2nd Marine Energy Technology Symposium, Seattle, WA, USA, 2014.
0 commit comments