Skip to content

Commit f2bdbf2

Browse files
committed
add reference section
1 parent 80d3e46 commit f2bdbf2

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/content/docs/theory/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ date: 2024-05-14T19:27:37+10:00
44
weight: 10
55
---
66

7+
This page describes the Campbell diagram generation workflow and its theoretical background.
8+
79
## Overview
810

911
A Campbell diagram is a powerful visualization tool used in wind turbine analysis to understand how natural frequencies and damping ratios vary with rotor and wind speeds. It helps identify potential resonance conditions and instabilities where structural modes may be excited by harmonic frequencies, which is critical for avoiding fatigue damage and ensuring safe operation.
@@ -168,3 +170,14 @@ This iterative approach with validation ensures that the final clusters represen
168170

169171
![](cluster1.png)
170172
![](cluster2.png)
173+
174+
## Reference
175+
176+
These are the links to sources to get more details:
177+
178+
- MBC: https://docs.nrel.gov/docs/fy10osti/44327.pdf
179+
- Similarity metrics: https://past.isma-isaac.be/downloads/isma2010/papers/isma2010_0103.pdf
180+
- Assignment problem: https://en.wikipedia.org/wiki/Assignment_problem
181+
- Hungarian algorithm: https://en.wikipedia.org/wiki/Hungarian_algorithm
182+
- Spectral clustering: https://arxiv.org/abs/0711.0189 and https://en.wikipedia.org/wiki/Spectral_clustering
183+
- K-means clustering: https://en.wikipedia.org/wiki/K-means_clustering

0 commit comments

Comments
 (0)