Multisim and Ultiboard

cancel
Showing results for 
Search instead for 
Did you mean: 

is there a photo voltaic power source component for multisim 11?

i am looking for a component for a photovoltaic cell source.does multisim 11 have anything like this.

0 Kudos
Message 1 of 10
(9,841 Views)

Multisim doesn't have a photovoltaic cell, there are only generic power sources. Are you trying to model a specific behavior of a photo cell?

Tien P.

National Instruments
0 Kudos
Message 2 of 10
(9,822 Views)

yes i am trying to simulate 6 photo cells on series with a LED and resistor.

0 Kudos
Message 3 of 10
(9,789 Views)

I am not familiar with the characteristic of a photo cells so these are just general info that I think you may find useful. 

 

There is a "Piecewise linear voltage"  source in the "Source" database, this component allows you to enter time vs. voltage in table and you can sure this in a voltage source to driver a circuit.

 

You can generate a non-linear source by using the Anolog Bahavoir model (ABM) by inserting math equations.  I can give you more information about this if you tell me the math equation.

 

A photo cell is just a voltage generator and you should be able to emulate the cell behavior with a voltage source.

Tien P.

National Instruments
0 Kudos
Message 4 of 10
(9,767 Views)

the best explination of the curcuit equivalent of a photo(solar cell) seems to be found in wiki

 

solar cell perameters to out put current and voltage

 

I = I_{L} - I_{0} \left\{\exp\left[\frac{q(V +
 I R_{S})}{nkT}\right] - 1\right\} - \frac{V + I R_{S}}{R_{SH}}.

 

I = output current (amperes)

IL = photogenerated current (amperes)

 

V = voltage across the output terminals (volts)

RS = series resistance (Ω).

I0 = reverse saturation current (amperes)

n = diode ideality factor (1 for an ideal diode)

q = elementary charge

k = Boltzmann's constant

T = absolute temperature

RSH = shunt resistance (Ω)

 

 

then the edffected based on physical size of the cell

 

J = J_{L} - J_{0} \left\{\exp\left[\frac{q(V +
 J r_{S})}{nkT}\right] - 1\right\} - \frac{V + J r_{S}}{r_{SH}}

J = current density (amperes/cm2) 

JL = photogenerated current density (amperes/cm2) 

J0 = reverse saturation current density (amperes/cm2) 

rS = specific series resistance (Ω-cm2) 

rSH = specific shunt resistance (Ω-cm2).

 

 

not sure if this helps i will check with my professor on this matter as well.

Message 5 of 10
(9,764 Views)

How can I implement a voltage source with the following (I=current dependent) behaviour?
U = ( 100 * LN ( ( 1600 - I + 0.18177723) / 0.18177723 ) ) - ( I * 0.00000043)
Thank you.

0 Kudos
Message 6 of 10
(8,895 Views)

Hi MrPV,

 

Please have a look at the attached example.  I used a Current Controlled Voltage Source(CCVS) to convert current to voltage to make it easier to work with, next use an ABM source to read the voltage from the CCVS node 2. 

 

You can have a look at this knowledge base to learn more about the ABM source.

http://www.ni.com/white-paper/5632/en

Tien P.

National Instruments
0 Kudos
Message 7 of 10
(8,872 Views)

Will that attached model of ABM source emulates solar cell equation given in above equation??? 

0 Kudos
Message 8 of 10
(8,196 Views)

Hi 123Abhu,

 

I am not familiar with the expression from the ealier post, but the ABM source is a component that can read a voltage somewhere in your circuit and apply that value to an expression to give you a new voltage.

Tien P.

National Instruments
0 Kudos
Message 9 of 10
(8,178 Views)

Yes, but the problem was the calculation accuracy due to the "LN" - function. So sometimes the UI-"operating-area" of the PV generator was not met.
Recently I saw an example from NI with LV & MS - Co-Simulation where the PV source in LabViev is implemented - I think this is the better way 😉

0 Kudos
Message 10 of 10
(8,167 Views)