-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
If a voltage generator is located in a non-terminal position, MTLN solver is ignoring it without any warning or error message. The following behavior is proposed:
For wire or unshieldedMultiwire cables:
currentgenerators:
- Can be located on terminal or interior wire coordinates. If it is an interior coordinate the
currentsource we should think where to locate it: put a current source on both nodes? just in one? - Generators on interior coordinates need a resistance in parallel: for increasingly large R values the source behaves increasingly as a hard source. R = 0 makes no sense. Generators on interior coordinates represent the following configuration
voltagegenerators:
- Can be located only on terminal wire coordinates. An error is reported if it is located in an interior point.
For shieldedMultiwire:
currentgenerators:
- Current generators can be defined only on terminal coordinates. On interior coordinates the behavior is not well defined. Without additional specifications it is clear which of the following configurations the genrerator should have:
voltagegenerators:
- We could support voltage generators also in interior coordinates. In this case, a series resistance is mandatory. The generator represents this configuration

Reactions are currently unavailable