Ready code for defence

This commit is contained in:
2025-11-13 11:11:42 +03:00
parent 2951d247ac
commit 3625d35398
9 changed files with 361 additions and 170 deletions

25
include/Header.hpp Normal file
View File

@@ -0,0 +1,25 @@
#include <iostream>
#include <vector>
#include <cmath>
#include <fstream>
#include <iomanip>
#define M_PI 3.14159265358979323846
enum Variables {
dU_C1 = 0,
dU_Cb,
dI_L,
U_C1,
U_Cb,
I_L,
phi_1,
phi_2,
phi_3,
phi_4,
phi_5,
I_E1,
I_E2
};
constexpr char RESULT[] = "result.dat";