Commit 51cfa7e
chore: new flags for inductances evaluation
Two new flags were added:
* SELF_INDUCTANCE_MODE_0 = 0 is used to assign a constant value for
the self inductance readed from input file conductor_definition.xlsx
* CONSTANT_INDUCTANCE = 0 is used to assign a constant value for the
mutual inductance readed from input file conductor_definition.xlsx
The flags related to mutual inductance were redefined as:
* ANALYTICAL_INDUCTANCE = 1 Flag to evaluate inductance analytically
* APPROXIMATE_INDUCTANCE = 2 Flag to evaluate inductance using an approximation
modified: conductor_flags.py1 parent fbad580 commit 51cfa7e
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | | - | |
| 29 | + | |
26 | 30 | | |
27 | | - | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
0 commit comments