Browse Source

diode: no need for vte recalculation, rhs not changed

pre-master-46
dwarning 2 years ago
committed by Holger Vogt
parent
commit
ac5470568c
  1. 2
      src/spicelib/devices/dio/diotemp.c

2
src/spicelib/devices/dio/diotemp.c

@ -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 */

Loading…
Cancel
Save