Вывод информации о токе катушки

This commit is contained in:
2025-12-01 14:44:18 +03:00
parent 8567ba171d
commit 951265d312
3 changed files with 52 additions and 74 deletions

1
.gitignore vendored
View File

@@ -363,3 +363,4 @@ MigrationBackup/
FodyWeavers.xsd
test*.cpp
*.dat

View File

@@ -160,7 +160,8 @@ int main() {
<< Phi(phi_2) << ' '
<< Phi(phi_3) << ' '
<< Phi(phi_4) << ' '
<< Phi(phi_5) << std::endl;
<< Phi(phi_5) << ' '
<< Phi(I_L) << std::endl;
// Шаг по времени
t_cur += dt;
counter++;

File diff suppressed because one or more lines are too long