Electronic – LTSpice capacitor network simulation question

capacitorcircuit analysis

Below is a circuit build in LTSpice. It is capacitor network simulation.

What is of interest to me is the voltage at node N005. A voltage controlled switch rises the voltage of node N003 to 29.42 Volt as expected from voltage source V1.

LTSpice Circuit Siumlation capacitor network

In a series capacitor network the voltage is highest at the least capacitance value according to formular:

Vc1 = Q / C1
Vc4 = Q / C4

Vtotal = Vc1 + Vc4.

However, node N005 stays at zero (2 mV) all the time. I would expect a higher voltage at N0005. Even using non ideal capacitors does not change this behaviour. Can you give me a hint why this occurs? Measuring at a real lab experiment shows 26.5 volt at N0005.

Best Answer

The net N005 is a floating net, that means it does not have a connection to the rest of the circuit. Imagine that a charge was present on that net, it would be trapped and cannot leave!

In a simulator capacitors can be ideal meaning that the have an infinitely good isolation. For the circuit simulator it will then be a challenge to determine which capacitor is charged, C1, C4 or both have a charge?

To prevent this the circuit simulator can (temporarily) add a very high value resistor (like 1000 Mohm) to the circuit to help it find a solution. That can explain why you see the 2 mV, net N005 is pulled down by this resistor which the simulator added.

On your bench things are very different. Capacitors are not ideal and have leakage. Obviously the 100 uF capacitor leaks a lot more than the 10 uF one and that pulls the voltage at N005 up and you measure 26.5 V.

If you measure with a normal voltmeter, realize that it has a 10 Mohm input impedance, that can cause a current to flow in the same order of magnitude as the leakage currents of the capacitors. That means your meter influences the voltages you're trying to measure.

Related Topic