SimPowerSystems    
Parallel RLC Branch

Implement a parallel RLC branch

Library

Elements

Description

The Parallel RLC Branch block implements a single resistor, inductor, and capacitor or a parallel combination of these. To eliminate either the resistance, inductance, or capacitance of the branch, the R, L, and C values must be set respectively to infinity (inf), infinity (inf), and 0. Only existing elements are displayed in the block icon.

Negative values are allowed for resistance, inductance, and capacitance.

Dialog Box and Parameters

Resistance R
The branch resistance, in ohms ().
Inductance L
The branch inductance, in henries (H).
Capacitance C
The branch capacitance, in farads (F).
Measurements
Select Branch voltage to measure the voltage across the Parallel RLC Branch block terminals.
Select Branch current to measure the total current (sum of R, L, C currents) flowing through the Parallel RLC Branch block.
Select Branch voltage and current to measure the voltage and the current of the Parallel RLC Branch block.
Place a Multimeter block in your model to display the selected measurements during the simulation. In the Available Measurements list box of the Multimeter block, the measurement is identified by a label followed by the block name.

Measurement
Label

Branch voltage

Ub:

Branch current

Ib:

Example

The psbparalbranch.mdl demo is used to obtain the frequency response of an eleventh-harmonic filter turned at 660 Hz connected on the 60 Hz power system

The network impedance in the Laplace domain is

To obtain the frequency response of the impedance you have to get the state-space model (A B C D matrices) of the system.

This system is a one input (Is) and one output (Vs) system. If you own the Control System Toolbox, you can get the transfer function Z(s) from the state-space matrices and the bode function.

You can also use the Impedance Measurement block and the Powergui block to plot the impedance as a function of frequency.

See Also
Parallel RLC Load, Series RLC Branch, Series RLC Load


  Neutral Parallel RLC Load