Monday 25 May 2015

inductance - LTSpice: simulate transient voltage and current in RL-circuit


My goal is to calculate transient current and voltage in a following circuit:


enter image description here


Also, immediately after the switch is closed, initial current is 0 and then it exponentially increases until the value reaches the value defined by the steady state. Mesh analysis gives 5mA for the mesh which contains an inductor and 1.75 mA for the other mesh. LTSpice transient analysis confirms these values.


Next step is to define the voltage and the time constant. For the simple circuit (voltage source - resistance - inductance in series) the voltage (immediately after closing the switch) is equal to the source voltage. Since this is the complex circuit, the Thévenin equivalent must be found. Here is the resulting circuit: enter image description here Now the voltage across the inductor immediately after closing the switch is equal to 90 V. Time constant


tau = L/R = 0.36/18k (s).


However, LTSpice shows that the voltage across the inductor is something below 60 V:


enter image description here


What is wrong with my assumptions and calculations?



Answer



You should not use the startup option.
Do measure the voltage source V1 with this "startup" option and plot/see what happens to the voltage of the voltage source.


Use initial conditions instead, like .ic i(L1)=0.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...