Multi-Physics Simulation • Electromagnetic • Thermal • Aerodynamic • Control Systems
All outputs are derived from first-principles physics equations — no machine learning. Each parameter is a deterministic solution computed every simulation step.
5 specialized agents each solve their physics domain and communicate via message bus:
| Rated Power | 2.0 MW |
| Generator | Direct-Drive PMSG |
| Blade Radius | 63 m |
| Hub Height | 80 m |
| Pole Pairs | 40 |
| Thermal Nodes | 9 (LPTN) |
| EM Update Rate | 100 Hz |
All values, diagrams, and charts update continuously in sync with the simulation timeline — representing 300 seconds of turbine operation.
Five physics-domain agents communicate through a publish-subscribe message bus. Each agent independently solves its equations and publishes results that downstream agents consume. The diagram below shows real-time message flow — arrows pulse as data passes between agents.
| From | To | Message | Rate |
|---|---|---|---|
| Wind Profile | Aerodynamic | wind_speed, air_density, direction | 1 Hz |
| Aerodynamic | Control | aero_torque, Cp, tip_speed_ratio | 10 Hz |
| Control | Electromagnetic | torque_ref, rotor_speed, pitch | 100 Hz |
| Electromagnetic | Thermal | copper_loss, iron_loss, magnet_loss | 100 Hz |
| Thermal | Control | winding_temp (derating trigger) | 1 Hz |
| Thermal | Electromagnetic | winding_temp (Rs adjustment) | 1 Hz |
| Agent | Status | Last Output |
|---|
Temperatures update as simulation plays. C_i × dT_i/dt = Q_i + Σ(T_j - T_i)/R_ij
| Component | Temp | Limit | Margin |
|---|
| Parameter | Value |
|---|
| Parameter | Value |
|---|
Region 2 (v < 11.4 m/s): MPPT, T_ref = K_opt × ω²
Region 3 (v > 11.4 m/s): PI pitch control to limit power
Derating: Reduce torque if T_winding > 130°C
Values update dynamically as simulation plays. Each row shows the physics equation that produces the value.
Kaimal turbulence spectrum (IEC 61400-1), AR(1) temporal correlation, 1 Hz update
| Output | Value | Physics |
|---|
Cp(λ,β) parametric surface, P = ½ρAv³Cp, 10 Hz update
| Output | Value | Physics |
|---|
MPPT + PI Pitch + Thermal Derating, 100 Hz update
| Output | Value | Physics |
|---|
dq-frame PMSG + Steinmetz iron loss + thermal coupling, 100 Hz update
| Output | Value | Physics |
|---|
9-node LPTN, Forward Euler, 1 Hz update
| Output | Value | Physics |
|---|