This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LM117HVQML: 5962R9951705VXA

Part Number: LM117HVQML
Other Parts Discussed in Thread: LM117

Tool/software:

Hello,

I would appreciate some help to better model the thermal analysis for the LM117 voltage regulator. I am particularly interested in transient analysis rather than steady-state analysis. Here is an example of my MATLAB script for evaluating the junction temperature.

% Simulation loop
for i = 2:length(time)
if time(i) <= t1
P = P1;
else
P = P2;
end
% Calculate temperature change using thermal RC model
dT = (P * dt) / C_th - (Tj - T_amb) * dt / (theta_JA * C_th);
Tj = Tj + dT;
temperature(i) = Tj;
end.
Where:
P1 is the peak power portion
P2 is the steady state power dissipation into the regulator
t1 is the time period where the surge/peak power is present
C_th is the thermal capacity of the TO-39 case + thermal adhesive + PCB
Theta_JA, the thermal resistance junction to ambiant
Here is a preliminary simulation result:
Thank you for your help
Best Regards
Bruno
  • Hi Bruno,

    Sorry, I didn't understand your question.

    Are you asking if the MATLAB code is correct, or if the simulation result is correct?

    Also, what values did you use for theta_JA, C_th, t1, and T_amb? Also, are P1 and P2 constants or a variable?

    I know you are looking for transient analysis, but to verify it, can I have the exact test conditions that you are looking at (Vin, Vout and load)? Also, what do you mean by "Voltage drop to 12V" in the diagram?

    Regards,

    Bobby

  • Here are some additionnal details for this evaluation:

    1-Input voltage variation with time and power dissipated into the LM117:

    2- Typical values used  for:

    a) Theta_JA: 60degC/W (assumed utilization of thermal adhesive between VG and PCB)

    b) t1= 4 sec

    c) Tamb=22degC

    d) P1~3.5W

    e) V_P1=35V

    f) V_P2=12V

    g) iload VG=~150mA

    Finally that I am looking for a generic equation to be used for any dynamic condiction for any thermal evaluation

    Thank you

    Regards

    Bruno

  • Hi Bruno,

    I need a little bit more time. I will get back to you once I have more information.

    Regards,

    Bobby

  • Hello Bobby,

    Do you have any advancement on this topic?

    Thank you 

    Regards

    Bruno

  • Hi Bruno,

    I haven't had any advancements. I did also consult with some other people, and unfortunately, we primarily deal with steady state conditions for thermals, and our knowledge regarding transient conditions for thermals is limited.

    I have reached out to a few more people to see if I can get any information, and I will update you if I get any.

    Regards,

    Bobby

  • Hello Bobby

    Thank you for the update

    I cross my fingers that some body could help.

    Regards

    Bruno