Class: StartupModel
_Unit start up characteristics depending on how long the unit has been off line. _
__
URI: cim:StartupModel
classDiagram
class StartupModel
IdentifiedObject <|-- StartupModel
StartupModel : alias_name
StartupModel : description
StartupModel : diagram_objects
StartupModel --> DiagramObject : diagram_objects
StartupModel : fixed_maint_cost
StartupModel --> CostRate : fixed_maint_cost
StartupModel : hot_standby_heat
StartupModel --> HeatRate : hot_standby_heat
StartupModel : incremental_maint_cost
StartupModel --> CostPerEnergyUnit : incremental_maint_cost
StartupModel : instance_set
StartupModel --> InstanceSet : instance_set
StartupModel : m_rid
StartupModel : minimum_down_time
StartupModel --> Hours : minimum_down_time
StartupModel : minimum_run_time
StartupModel --> Hours : minimum_run_time
StartupModel : names
StartupModel --> Name : names
StartupModel : properties_cimdata_object
StartupModel --> ChangeSetMember : properties_cimdata_object
StartupModel : risk_factor_cost
StartupModel --> Money : risk_factor_cost
StartupModel : start_ign_fuel_curve
StartupModel --> StartIgnFuelCurve : start_ign_fuel_curve
StartupModel : start_main_fuel_curve
StartupModel --> StartMainFuelCurve : start_main_fuel_curve
StartupModel : start_ramp_curve
StartupModel --> StartRampCurve : start_ramp_curve
StartupModel : startup_cost
StartupModel --> Money : startup_cost
StartupModel : startup_date
StartupModel : startup_priority
StartupModel : stby_aux_p
StartupModel --> ActivePower : stby_aux_p
StartupModel : targeting_cimdata_object
StartupModel --> ChangeSetMember : targeting_cimdata_object
StartupModel : thermal_generating_unit
StartupModel --> ThermalGeneratingUnit : thermal_generating_unit
Inheritance
- IdentifiedObject
- StartupModel
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| fixed_maint_cost | 0..1 CostRate |
Fixed maintenance cost | direct |
| hot_standby_heat | 0..1 HeatRate |
The amount of heat input per time unit required for hot standby operation | direct |
| incremental_maint_cost | 0..1 CostPerEnergyUnit |
Incremental maintenance cost | direct |
| minimum_down_time | 0..1 Hours |
The minimum number of hours the unit must be down before restart | direct |
| minimum_run_time | 0..1 Hours |
The minimum number of hours the unit must be operating before being allowed t... | direct |
| risk_factor_cost | 0..1 Money |
The opportunity cost associated with the return in monetary unit | direct |
| startup_cost | 0..1 Money |
Total miscellaneous start up costs | direct |
| startup_date | 0..1 date |
The date and time of the most recent generating unit startup | direct |
| startup_priority | 0..1 Integer |
Startup priority within control area where lower numbers indicate higher prio... | direct |
| stby_aux_p | 0..1 ActivePower |
The unit's auxiliary active power consumption to maintain standby mode | direct |
| thermal_generating_unit | 1..1 ThermalGeneratingUnit |
A thermal generating unit may have a startup model | direct |
| start_ramp_curve | 0..1 StartRampCurve |
The unit's startup model may have a startup ramp curve | direct |
| start_ign_fuel_curve | 0..1 StartIgnFuelCurve |
The unit's startup model may have a startup ignition fuel curve | direct |
| start_main_fuel_curve | 0..1 StartMainFuelCurve |
The unit's startup model may have a startup main fuel curve | direct |
| alias_name | 0..1 String |
The aliasName is free text human readable name of the object alternative to I... | IdentifiedObject |
| description | 0..1 String |
The description is a free human readable text describing or naming the object | IdentifiedObject |
| m_rid | 0..1 String |
Master resource identifier issued by a model authority | IdentifiedObject |
| diagram_objects | 0..* DiagramObject |
The diagram objects that are associated with the domain object | IdentifiedObject |
| instance_set | 1..1 InstanceSet |
Dataset containing the data objects | IdentifiedObject |
| names | 0..* Name |
All names of this identified object | IdentifiedObject |
| properties_cimdata_object | 0..1 ChangeSetMember |
The single CIM data object in the appropriate dataset context | IdentifiedObject |
| targeting_cimdata_object | 0..* ChangeSetMember |
Data objects registered | IdentifiedObject |
Usages
| used by | used in | type | used |
|---|---|---|---|
| ThermalGeneratingUnit | startup_model | range | StartupModel |
| StartRampCurve | startup_model | range | StartupModel |
| StartIgnFuelCurve | startup_model | range | StartupModel |
| StartMainFuelCurve | startup_model | range | StartupModel |
| MktThermalGeneratingUnit | startup_model | range | StartupModel |
Identifier and Mapping Information
Schema Source
- from schema: https://cim.ucaiug.io/ns#TC57CIM
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cim:StartupModel |
| native | cim:StartupModel |
LinkML Source
Direct
name: StartupModel
description: "Unit start up characteristics depending on how long the unit has been\
\ off line.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
fixed_maint_cost:
name: fixed_maint_cost
description: "Fixed maintenance cost.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.fixedMaintCost
multivalued: false
domain_of:
- StartupModel
range: CostRate
required: false
hot_standby_heat:
name: hot_standby_heat
description: The amount of heat input per time unit required for hot standby operation.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.hotStandbyHeat
multivalued: false
domain_of:
- StartupModel
range: HeatRate
required: false
incremental_maint_cost:
name: incremental_maint_cost
description: "Incremental maintenance cost.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.incrementalMaintCost
multivalued: false
domain_of:
- StartupModel
range: CostPerEnergyUnit
required: false
minimum_down_time:
name: minimum_down_time
description: "The minimum number of hours the unit must be down before restart.\r\
\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.minimumDownTime
multivalued: false
domain_of:
- StartupModel
range: Hours
required: false
minimum_run_time:
name: minimum_run_time
description: "The minimum number of hours the unit must be operating before being\
\ allowed to shut down.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.minimumRunTime
multivalued: false
domain_of:
- StartupModel
range: Hours
required: false
risk_factor_cost:
name: risk_factor_cost
description: The opportunity cost associated with the return in monetary unit.
This represents the restart's "share" of the unit depreciation and risk of an
event which would damage the unit.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.riskFactorCost
multivalued: false
domain_of:
- StartupModel
range: Money
required: false
startup_cost:
name: startup_cost
description: "Total miscellaneous start up costs.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:StartupModel.startupCost
multivalued: false
domain_of:
- GeneratingBid
- GeneratingUnit
- StartupModel
range: Money
required: false
startup_date:
name: startup_date
description: "The date and time of the most recent generating unit startup.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.startupDate
multivalued: false
domain_of:
- StartupModel
range: date
required: false
startup_priority:
name: startup_priority
description: Startup priority within control area where lower numbers indicate
higher priorities. More than one unit in an area may be assigned the same priority.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.startupPriority
multivalued: false
domain_of:
- StartupModel
range: integer
required: false
stby_aux_p:
name: stby_aux_p
description: "The unit's auxiliary active power consumption to maintain standby\
\ mode.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.stbyAuxP
multivalued: false
domain_of:
- StartupModel
range: ActivePower
required: false
thermal_generating_unit:
name: thermal_generating_unit
description: A thermal generating unit may have a startup model.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:StartupModel.ThermalGeneratingUnit
multivalued: false
domain_of:
- HeatRateCurve
- FuelAllocationSchedule
- FossilFuel
- StartupModel
- EmissionCurve
- ShutdownCurve
- IncrementalHeatRateCurve
- CAESPlant
- EmissionAccount
- HeatInputCurve
range: ThermalGeneratingUnit
required: true
start_ramp_curve:
name: start_ramp_curve
description: The unit's startup model may have a startup ramp curve.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.StartRampCurve
multivalued: false
domain_of:
- StartupModel
range: StartRampCurve
required: false
start_ign_fuel_curve:
name: start_ign_fuel_curve
description: The unit's startup model may have a startup ignition fuel curve.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.StartIgnFuelCurve
multivalued: false
domain_of:
- StartupModel
range: StartIgnFuelCurve
required: false
start_main_fuel_curve:
name: start_main_fuel_curve
description: The unit's startup model may have a startup main fuel curve.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.StartMainFuelCurve
multivalued: false
domain_of:
- StartupModel
range: StartMainFuelCurve
required: false
class_uri: cim:StartupModel
Induced
name: StartupModel
description: "Unit start up characteristics depending on how long the unit has been\
\ off line.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
fixed_maint_cost:
name: fixed_maint_cost
description: "Fixed maintenance cost.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.fixedMaintCost
multivalued: false
alias: fixed_maint_cost
owner: StartupModel
domain_of:
- StartupModel
range: CostRate
required: false
hot_standby_heat:
name: hot_standby_heat
description: The amount of heat input per time unit required for hot standby operation.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.hotStandbyHeat
multivalued: false
alias: hot_standby_heat
owner: StartupModel
domain_of:
- StartupModel
range: HeatRate
required: false
incremental_maint_cost:
name: incremental_maint_cost
description: "Incremental maintenance cost.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.incrementalMaintCost
multivalued: false
alias: incremental_maint_cost
owner: StartupModel
domain_of:
- StartupModel
range: CostPerEnergyUnit
required: false
minimum_down_time:
name: minimum_down_time
description: "The minimum number of hours the unit must be down before restart.\r\
\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.minimumDownTime
multivalued: false
alias: minimum_down_time
owner: StartupModel
domain_of:
- StartupModel
range: Hours
required: false
minimum_run_time:
name: minimum_run_time
description: "The minimum number of hours the unit must be operating before being\
\ allowed to shut down.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.minimumRunTime
multivalued: false
alias: minimum_run_time
owner: StartupModel
domain_of:
- StartupModel
range: Hours
required: false
risk_factor_cost:
name: risk_factor_cost
description: The opportunity cost associated with the return in monetary unit.
This represents the restart's "share" of the unit depreciation and risk of an
event which would damage the unit.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.riskFactorCost
multivalued: false
alias: risk_factor_cost
owner: StartupModel
domain_of:
- StartupModel
range: Money
required: false
startup_cost:
name: startup_cost
description: "Total miscellaneous start up costs.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:StartupModel.startupCost
multivalued: false
alias: startup_cost
owner: StartupModel
domain_of:
- GeneratingBid
- GeneratingUnit
- StartupModel
range: Money
required: false
startup_date:
name: startup_date
description: "The date and time of the most recent generating unit startup.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.startupDate
multivalued: false
alias: startup_date
owner: StartupModel
domain_of:
- StartupModel
range: date
required: false
startup_priority:
name: startup_priority
description: Startup priority within control area where lower numbers indicate
higher priorities. More than one unit in an area may be assigned the same priority.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.startupPriority
multivalued: false
alias: startup_priority
owner: StartupModel
domain_of:
- StartupModel
range: integer
required: false
stby_aux_p:
name: stby_aux_p
description: "The unit's auxiliary active power consumption to maintain standby\
\ mode.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.stbyAuxP
multivalued: false
alias: stby_aux_p
owner: StartupModel
domain_of:
- StartupModel
range: ActivePower
required: false
thermal_generating_unit:
name: thermal_generating_unit
description: A thermal generating unit may have a startup model.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:StartupModel.ThermalGeneratingUnit
multivalued: false
alias: thermal_generating_unit
owner: StartupModel
domain_of:
- HeatRateCurve
- FuelAllocationSchedule
- FossilFuel
- StartupModel
- EmissionCurve
- ShutdownCurve
- IncrementalHeatRateCurve
- CAESPlant
- EmissionAccount
- HeatInputCurve
range: ThermalGeneratingUnit
required: true
start_ramp_curve:
name: start_ramp_curve
description: The unit's startup model may have a startup ramp curve.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.StartRampCurve
multivalued: false
alias: start_ramp_curve
owner: StartupModel
domain_of:
- StartupModel
range: StartRampCurve
required: false
start_ign_fuel_curve:
name: start_ign_fuel_curve
description: The unit's startup model may have a startup ignition fuel curve.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.StartIgnFuelCurve
multivalued: false
alias: start_ign_fuel_curve
owner: StartupModel
domain_of:
- StartupModel
range: StartIgnFuelCurve
required: false
start_main_fuel_curve:
name: start_main_fuel_curve
description: The unit's startup model may have a startup main fuel curve.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:StartupModel.StartMainFuelCurve
multivalued: false
alias: start_main_fuel_curve
owner: StartupModel
domain_of:
- StartupModel
range: StartMainFuelCurve
required: false
alias_name:
name: alias_name
description: "The aliasName is free text human readable name of the object alternative\
\ to IdentifiedObject.name. It may be non unique and may not correlate to a\
\ naming hierarchy.\r\nThe attribute aliasName is retained because of backwards\
\ compatibility between CIM relases. It is however recommended to replace aliasName\
\ with the Name class as aliasName is planned for retirement at a future time.\r\
\n\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.aliasName
multivalued: false
alias: alias_name
owner: StartupModel
domain_of:
- IdentifiedObject
range: string
required: false
description:
name: description
description: The description is a free human readable text describing or naming
the object. It may be non unique and may not correlate to a naming hierarchy.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.description
multivalued: false
alias: description
owner: StartupModel
domain_of:
- IdentifiedObject
- NameType
- NameTypeAuthority
- DataSet
- SwitchingStepGroup
- AreaReserveSpec
range: string
required: false
m_rid:
name: m_rid
description: "Master resource identifier issued by a model authority. The mRID\
\ is unique within an exchange context. Global uniqueness is easily achieved\
\ by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is\
\ strongly recommended.\r\nFor CIMXML data files in RDF syntax conforming to\
\ IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify\
\ CIM object elements."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.mRID
multivalued: false
alias: m_rid
owner: StartupModel
domain_of:
- IdentifiedObject
- DataSet
range: string
required: false
diagram_objects:
name: diagram_objects
description: The diagram objects that are associated with the domain object.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.DiagramObjects
multivalued: true
alias: diagram_objects
owner: StartupModel
domain_of:
- IdentifiedObject
range: DiagramObject
required: false
instance_set:
name: instance_set
description: Dataset containing the data objects.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.InstanceSet
multivalued: false
alias: instance_set
owner: StartupModel
domain_of:
- IdentifiedObject
range: InstanceSet
required: true
names:
name: names
description: All names of this identified object.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.Names
multivalued: true
alias: names
owner: StartupModel
domain_of:
- IdentifiedObject
- NameType
range: Name
required: false
properties_cimdata_object:
name: properties_cimdata_object
description: The single CIM data object in the appropriate dataset context.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.PropertiesCIMDataObject
multivalued: false
alias: properties_cimdata_object
owner: StartupModel
domain_of:
- IdentifiedObject
range: ChangeSetMember
required: false
targeting_cimdata_object:
name: targeting_cimdata_object
description: Data objects registered.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.TargetingCIMDataObject
multivalued: true
alias: targeting_cimdata_object
owner: StartupModel
domain_of:
- IdentifiedObject
range: ChangeSetMember
required: false
class_uri: cim:StartupModel