Skip to content

Commit 1485d62

Browse files
authored
Update README.rst
another try to resolve the issue with releasing to pypi
1 parent 1b153ad commit 1485d62

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

README.rst

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ Supported methods in the frequency-domain
5151

5252
Rainflow (time-domain) is supported using the `fatpack` (four-points algorithm) and `rainflow` (three-points algorithm) packages.
5353

54-
5554
Simple example
5655
---------------
5756

@@ -200,7 +199,7 @@ SpectralData instance is prerequisite for spectral method instantiation. For mul
200199
jm1 = FLife.JiaoMoan(sd)
201200
jm2 = FLife.JiaoMoan(sd, PSD_splitting=('equalAreaBands', 2)) # same as jm1, PSD is divided in 2 bands with equal area
202201
jm3 = FLife.JiaoMoan(sd, PSD_splitting=('userDefinedBands', [80,150])) #80 and 150 are bands upper limits [Hz]
203-
202+
204203
PDF
205204
***
206205
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):
230229
Rainflow
231230
--------
232231
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-
234232

235233
.. code-block:: python
236234
@@ -247,7 +245,6 @@ Vibration-fatigue life can be compared to rainflow method. When Rainflow class i
247245
error_dirlik = FLife.tools.relative_error(life_dirlik, rf_life_3pt)
248246
error_tb = FLife.tools.relative_error(life_tb, rf_life_3pt)
249247
250-
251248
Multiaxial vibration fatigue
252249
-----------------------------
253250

@@ -357,21 +354,6 @@ amplitude spectrum:
357354
fatigue_life = rf.get_life(C=C, k=k)
358355
print(f'Fatigue life: {fatigue_life:.2f} s')
359356
360-
361-
362-
363-
364-
365-
366-
367-
368-
369-
370-
371-
372-
373-
374-
375357
References:
376358
1. Janko Slavič, Matjaž Mršnik, Martin Česnik, Jaka Javh, Miha Boltežar.
377359
Vibration Fatigue by Spectral Methods, From Structural Dynamics to Fatigue Damage – Theory and Experiments,

0 commit comments

Comments
 (0)