LoadDistributionFactor
Class Description
This class models the load distribution factors. This class should be used in one of two ways:
Use it along with the AggregatedPnode and the IndividualPnode to show the distriubtion of each individual party
OR
Use it with Mkt_EnergyConsumer to represent the current MW/Mvar distribution within it's parnet load group.
Attributes
Name | Type | Description |
---|---|---|
pDistFactor | Float | Real power (MW) load distribution factor |
qDistFactor | Float | Reactive power (MVAr) load distribution factor |
Relationships
Ancestors
No ancestor classes
Descendents
No descendent classes
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
LoadDistributionFactor | 0..* | DistributionFactorSet | 0..* | LoadDistributionFactor | DistributionFactorSet | ||
LoadDistributionFactor | 0..1 | IndividualPnode | 0..1 | LoadDistributionFactor | IndividualPnode | ||
LoadDistributionFactor | 1..* | AggregatedPnode | 0..1 | LoadDistributionFactor | AggregatedPnode |