Commit b1aad2f
feat!: new methods in class Conductor
News privates methods to deal with the inductance evaluation.
*__constant_inductance: private method that assigns a constant value
to the mutual inductance as defined by the user in variable
MUTUAL_INDUCTANCE, in sheet CONDUCTOR_operation of the input file
conductor_definition.xlsx.
*__constant_self_inductance_evaluation: private method that assigns
a constant value to the self inductance that is defined by the user
in variable SELF_INDUCTANCE, in sheet CONDICTOR_operation in the
input file conductor_definition.xlsx
Class: Conductor
modified: conductor.py
BREAKING CHANGES
These methods are called respectively with the new values of flags
INDUCTANCE_MODE, SELF_INDUCTANCE_MODE, as follows:
INDUCTANCE_MODE = 0 -> __constant_inductance
SELF_INDUCTANCE_MODE = 0 -> __constant_self_inductance_evaluation1 parent c01a0d1 commit b1aad2f
1 file changed
Lines changed: 71 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3688 | 3688 | | |
3689 | 3689 | | |
3690 | 3690 | | |
| 3691 | + | |
| 3692 | + | |
| 3693 | + | |
| 3694 | + | |
| 3695 | + | |
| 3696 | + | |
| 3697 | + | |
| 3698 | + | |
| 3699 | + | |
| 3700 | + | |
| 3701 | + | |
| 3702 | + | |
| 3703 | + | |
| 3704 | + | |
| 3705 | + | |
| 3706 | + | |
| 3707 | + | |
| 3708 | + | |
| 3709 | + | |
| 3710 | + | |
| 3711 | + | |
| 3712 | + | |
| 3713 | + | |
| 3714 | + | |
| 3715 | + | |
| 3716 | + | |
| 3717 | + | |
| 3718 | + | |
| 3719 | + | |
| 3720 | + | |
| 3721 | + | |
| 3722 | + | |
| 3723 | + | |
| 3724 | + | |
| 3725 | + | |
| 3726 | + | |
| 3727 | + | |
| 3728 | + | |
| 3729 | + | |
| 3730 | + | |
| 3731 | + | |
| 3732 | + | |
| 3733 | + | |
| 3734 | + | |
| 3735 | + | |
| 3736 | + | |
| 3737 | + | |
| 3738 | + | |
| 3739 | + | |
| 3740 | + | |
| 3741 | + | |
| 3742 | + | |
| 3743 | + | |
| 3744 | + | |
| 3745 | + | |
| 3746 | + | |
3691 | 3747 | | |
3692 | 3748 | | |
3693 | 3749 | | |
| |||
3908 | 3964 | | |
3909 | 3965 | | |
3910 | 3966 | | |
| 3967 | + | |
| 3968 | + | |
| 3969 | + | |
| 3970 | + | |
| 3971 | + | |
| 3972 | + | |
| 3973 | + | |
| 3974 | + | |
| 3975 | + | |
| 3976 | + | |
| 3977 | + | |
| 3978 | + | |
| 3979 | + | |
| 3980 | + | |
| 3981 | + | |
3911 | 3982 | | |
3912 | 3983 | | |
3913 | 3984 | | |
| |||
0 commit comments