modelica / ModelicaStandardLibrary

Free (standard conforming) library to model mechanical (1D/3D), electrical (analog, digital, machines), magnetic, thermal, fluid, control systems and hierarchical state machines. Also numerical functions and functions for strings, files and streams are included.
https://doc.modelica.org
BSD 3-Clause "New" or "Revised" License
470 stars 167 forks source link

Typo in comment-strings of HeatingNMOS and HeatingPMOS kk2 parameter #1240

Closed modelica-trac-importer closed 7 years ago

modelica-trac-importer commented 7 years ago

Reported by jriel on 9 Aug 2013 19:01 UTC In the Modelica.Electrical.Analog.Semiconductors.HeatingNMOS and HeatingPMOS devices, the declarations of the kk2 parameter are, respectively,

parameter Real kk2=6.0e-4 "fitting parameter for K22";

parameter Real kk2=6.2e-4 "fitting parameter for Kk2";

Each has a typo in the comment-string. They should both be changed to "fitting parameter for K2";


Migrated-From: https://trac.modelica.org/Modelica/ticket/1240

modelica-trac-importer commented 7 years ago

Comment by dietmarw on 20 Aug 2013 16:45 UTC Actually it should be changed to "Fitting parameter for K2";

modelica-trac-importer commented 7 years ago

Comment by beutlich on 19 May 2014 06:56 UTC Resolved by 18c21335dd0cc0fac3bcf20a41ab76f6fb9228a7 and c993ea5200c1c8bb7da79cc1bc64d8d4883a4e2e.