Fatigue due to multiaxial stress states is commonly observed in various welded structures, including offshore and civil structures. However, existing commercial software still adopts uniaxial fatigue analysis, leading to inaccurate fatigue damage predictions.
Therefore, to accurately predict the fatigue life of designed offshore wind structures, a multi-axial fatigue analysis program with principal stress and critical plane approaches is developed according to the DNVGL-RP-C203 standard
This program is written in MATLAB.
In the principal stress approach, stresses are separated into two directions (parallel and normal).
The algorithm starts by calculating the first and the second principal stress directions.
The next step is to group principal stresses by principal directions. The DNV standard allows 10° of principal stress variation. Therefore, time series larger than this should be grouped before analysis.
The fatigue damage is then calculated for each group. The average principal stress direction for each group can be used as the representative principal direction of each group.
The unidirectional cracks in the angle range ±60° relative to the perpendicular to the weld direction are added to the damage and all unidirectional cracks outside the angle range ±45° are added to the damage
Then the larger of the two will be the final damage.
Critical plane approach refers to the calculation of damage parameters on specific planes, which are prone to cause failure. In this module, an in-plane critical plane approach is adopted.
The algorithm starts by generating stress states corresponding to different in-plane angles. The stress states are calculated using Mohr's circle.
Cycle counting is first performed on a normal stress channel using a simple uniaxial rainflow counting algorithm.
As normal stress cycles are identified, the algorithm extracts the maximum and minimum shear stress values for each cycle.
The effective stress range is computed using the multi-axial fatigue criterion
Fatigue damages is calculated for each planes with the effective stress ranges by Palmgren-Miner rule.
The largest of the damages will be the final damage.
This program is implemented into the X-WIND program, which specializes in offshore wind substructure analysis. The X-WIND program will be commercialized in coming months.