vbic: have to load Vrxf/Itxf with value
This commit is contained in:
parent
bf020ca173
commit
aa9a0a637e
|
|
@ -497,6 +497,7 @@ VBICload(GENmodel *inModel, CKTcircuit *ckt)
|
||||||
if (here->VBIC_selfheat)
|
if (here->VBIC_selfheat)
|
||||||
Vrth = *(ckt->CKTrhsOld + here->VBICtempNode);
|
Vrth = *(ckt->CKTrhsOld + here->VBICtempNode);
|
||||||
if (here->VBIC_excessPhase) {
|
if (here->VBIC_excessPhase) {
|
||||||
|
Vrxf = *(ckt->CKTrhsOld + here->VBICxf2Node);
|
||||||
if (ckt->CKTmode & MODEINITTRAN) {
|
if (ckt->CKTmode & MODEINITTRAN) {
|
||||||
*(ckt->CKTstate1 + here->VBICindFlux) =
|
*(ckt->CKTstate1 + here->VBICindFlux) =
|
||||||
*(ckt->CKTstate0 + here->VBICindFlux);
|
*(ckt->CKTstate0 + here->VBICindFlux);
|
||||||
|
|
@ -535,6 +536,8 @@ VBICload(GENmodel *inModel, CKTcircuit *ckt)
|
||||||
*(ckt->CKTrhsOld+here->VBICsubsSINode));
|
*(ckt->CKTrhsOld+here->VBICsubsSINode));
|
||||||
if (here->VBIC_selfheat)
|
if (here->VBIC_selfheat)
|
||||||
Vrth = *(ckt->CKTrhsOld + here->VBICtempNode);
|
Vrth = *(ckt->CKTrhsOld + here->VBICtempNode);
|
||||||
|
if (here->VBIC_excessPhase)
|
||||||
|
Vrxf = *(ckt->CKTrhsOld + here->VBICxf2Node);
|
||||||
|
|
||||||
ibehat = *(ckt->CKTstate0 + here->VBICibe) +
|
ibehat = *(ckt->CKTstate0 + here->VBICibe) +
|
||||||
*(ckt->CKTstate0 + here->VBICibe_Vbei)*delvbei;
|
*(ckt->CKTstate0 + here->VBICibe_Vbei)*delvbei;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue