FuelAllocationSchedule
Class Description
The amount of fuel of a given type which is allocated for consumption over a specified period of time.
Attributes
Name | Type | Description |
---|---|---|
fuelAllocationEndDate | DateTime | The end time and date of the fuel allocation schedule. |
fuelAllocationStartDate | DateTime | The start time and date of the fuel allocation schedule. |
fuelType | FuelType | The type of fuel, which also indicates the corresponding measurement unit. |
maxFuelAllocation | Float | The maximum amount of fuel that is allocated for consumption for the scheduled time period. |
minFuelAllocation | Float | The minimum amount of fuel that is allocated for consumption for the scheduled time period, e.g., based on a "take-or-pay" contract. |
Relationships
Ancestors
Descendents
No descendent classes
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
FuelAllocationSchedule | 0..* | ThermalGeneratingUnit | 1 | FuelAllocationSchedules | A thermal generating unit may have one or more fuel allocation schedules. | ThermalGeneratingUnit | A thermal generating unit may have one or more fuel allocation schedules. |
FuelAllocationSchedule | 0..* | FossilFuel | 1 | FuelAllocationSchedules | A fuel allocation schedule shall have a fossil fuel. | FossilFuel | A fuel allocation schedule shall have a fossil fuel. |