|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsnl.ccss.jpowersystem.generic.GenericInductor
public class GenericInductor
Generic inductor object that holds all the variables that need to be known about an inductor. Note: an inductor can represent both a reactor and a capacitor. A capacitor is represented by a positive susceptance value, where as a reactor is represented by a negative susceptance value.
| Field Summary | |
|---|---|
double |
conductance
Conductance value for this inductor. |
double |
susceptance
Susceptance value for this inductor. |
| Constructor Summary | |
|---|---|
GenericInductor()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double conductance
public double susceptance
| Constructor Detail |
|---|
public GenericInductor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||