Electronic – Why is this capacitive circuit not working in both multisim and LTspice

capacitorfloatingltspicemultisim

The voltage at the top most node of this circuit should be the average of the input voltages.

Vtop*CT = C1*V1 +C2*V2 +C3*V3 where CT = C1+C2+C3

I get 0V instead.

enter image description here


UPDATE


Thanks for the help. I managed to make it work by adding resistances in parallel with the capacitors.
enter image description here

CT = (20uF+10uF+10uF) = 40uF

4Vtot = 15V*2 +3V + 4V

Vtot=9.25V as seen in the graph

Here's what i was trying to simulate:
http://sci-hub.tw/https://www.sciencedirect.com/science/article/pii/S1434841116308524

Best Answer

The RC timeconstant is \$ \tau = R C\$

which is going to be 10uF*1GΩ= 10e-6*1e9=10000s

which means that the two seconds of time will not be near enough to see the changes in the voltage with such a large time constant.

The other problem is you have no starting condition, If you specify a voltage the simulator solves the operating point for those values, all the voltages will be settled. You need a step input so it starts the inital conditions at zero and then step the voltages.

To fix this, increase the simulation time and use a step input as shown below (shown for one source) notice the time axis is in kiloseconds.

enter image description here