functions.3phase: Three-phase generator

Description Usage Arguments Details Value Note Author(s) References See Also Examples

Description

Calculates three-phase generator

Usage

1

Arguments

x

parameters for generator: list(S3p, Vl.rms, pf, lead.lag, Zs.r) where: S3p rated three-phase apparent power, V1.rms line voltage as rms, pf load power factor, lead.lag is -1 or +1, and Zs.r armature impedance in rectangular form

Details

Function generator produces E, Vp, and Il in polar form and a phasor diagram.

Value

E.p

electromotive force in polar form

Vp.p

Phase voltage generated in polar form

Il.p

Line current generated in polar form

ys

Source results

Note

Functions used in Chapter 10 of Acevedo (2018)

Author(s)

Miguel F. Acevedo acevedo@unt.edu

References

Acevedo, M.F. 2018. Introduction to Renewable Electric Power Systems and the Environment with R. Boca Raton, FL: CRC Press. (ISBN 9781138197343)

See Also

AC functions ac.plot, phasor.plot, waves

Examples

1
2
3
4
5
x <- list(S3p = 15*10^6, Vl.rms = 13.8*10^3, pf=0.85, lead.lag=-1, Zs.r = c(0.1,2))
generator(x)

x <- list(S3p = 15*10^6, Vl.rms = 13.8*10^3, pf=0.85, lead.lag=1, Zs.r = c(0.1,2))
generator(x)

renpow documentation built on May 1, 2019, 6:49 p.m.