limit deltemp maximum stepsize

This commit is contained in:
dwarning 2020-06-18 19:37:23 +02:00 committed by Holger Vogt
parent 3f4b24be89
commit 04a1a74c2e
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ VDMOSload(GENmodel *inModel, CKTcircuit *ckt)
}
if (selfheat)
delTemp = DEVlimitlog(delTemp,
*(ckt->CKTstate0 + here->VDMOSdelTemp),100,&Check_th);
*(ckt->CKTstate0 + here->VDMOSdelTemp),20,&Check_th);
else
delTemp = 0.0;
#endif /*NODELIMITING*/