diode: no need for vte recalculation, rhs not changed

This commit is contained in:
dwarning 2024-05-13 12:30:32 +02:00
parent be56394222
commit 6f6ee47767
1 changed files with 0 additions and 2 deletions

View File

@ -210,8 +210,6 @@ void DIOtempUpdate(DIOmodel *inModel, DIOinstance *here, double Temp, CKTcircuit
here->DIOtDepSWCap=model->DIOdepletionSWcapCoeff*
here->DIOtJctSWPot;
/* and Vcrit */
vte=model->DIOemissionCoeff*vt;
here->DIOtVcrit = vte * log(vte/(CONSTroot2*here->DIOtSatCur));
/* limit junction potential to max of 1/FC */