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
Copy file name to clipboardExpand all lines: README.rst
+1-19Lines changed: 1 addition & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,6 @@ Supported methods in the frequency-domain
51
51
52
52
Rainflow (time-domain) is supported using the `fatpack` (four-points algorithm) and `rainflow` (three-points algorithm) packages.
53
53
54
-
55
54
Simple example
56
55
---------------
57
56
@@ -200,7 +199,7 @@ SpectralData instance is prerequisite for spectral method instantiation. For mul
200
199
jm1 = FLife.JiaoMoan(sd)
201
200
jm2 = FLife.JiaoMoan(sd, PSD_splitting=('equalAreaBands', 2)) # same as jm1, PSD is divided in 2 bands with equal area
202
201
jm3 = FLife.JiaoMoan(sd, PSD_splitting=('userDefinedBands', [80,150])) #80 and 150 are bands upper limits [Hz]
203
-
202
+
204
203
PDF
205
204
***
206
205
Some spectral methods supports PDF stress cycle amplitude via get_PDF(s, \**kwargs) function:
@@ -230,7 +229,6 @@ Vibration-fatigue life is returned by function get_life(C,k,\**kwargs):
230
229
Rainflow
231
230
--------
232
231
Vibration-fatigue life can be compared to rainflow method. When Rainflow class is instantiated, time-history is generated and assigned to SpectralData instance, if not already exist. By providing optional parameter `rg` (numpy.random._generator.Generator instance) phase of stationary Gaussian time history is controlled.
233
-
234
232
235
233
.. code-block:: python
236
234
@@ -247,7 +245,6 @@ Vibration-fatigue life can be compared to rainflow method. When Rainflow class i
0 commit comments