Opened 6 years ago
Closed 6 years ago
#5088 closed defect (fixed)
Issue with redeclare in the NF
Reported by: | Francesco Casella | Owned by: | Per Östlund |
---|---|---|---|
Priority: | high | Milestone: | 2.0.0 |
Component: | New Instantiation | Version: | |
Keywords: | Cc: | Rüdiger Franke |
Description
Please check PowerSystems.Examples.AC1ph_DC.Inverters.Chopper. The NF reports the following error:
[PowerSystems 0.6.0/Semiconductors/Ideal.mo:13:3-14:30:writable] Error: Failed to deduce dimension 1 of cT_loss due to missing binding equation.
From what I understand, the binding equation should come from here via redeclare.
Change History (5)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Cc: | added |
---|
comment:3 by , 6 years ago
comment:5 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The model now simulates correctly after the last commits to the NF.
Note:
See TracTickets
for help on using tickets.
A related issue is present in PowerSystems.Examples.AC3ph.Drives.ASM and many other models in the library:
From what I understand, the value of
asm.motor.c.n_r
should come from here via redeclare.