Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • CIMverter CIMverter
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ACS
  • Public
  • CIM
  • CIMverterCIMverter
  • Issues
  • #50

Closed
Open
Created Sep 03, 2020 by Zhang, Junjie@ju.zhangDeveloper

Handle Basevoltage for ACLineSegment

Many models in ModPowerSystem take nominal voltage as start value of their terminal voltage (if not specified), thus highly deviated nominal voltages can cause convergence problem during the initialization. Therefore, it would be better to also have a conversion from the BaseVoltage attribute of ACLineSegment into PiLine's (ModPowerSystem) Vnom attribute.

  <cim:BaseVoltage rdf:ID="_9c5bc444-47e2-8abe-fad4-22efc221de38">
    <cim:BaseVoltage.nominalVoltage>400.</cim:BaseVoltage.nominalVoltage>
    <cim:IdentifiedObject.description>BaseVoltage 400.00 kV</cim:IdentifiedObject.description>
    <cim:IdentifiedObject.name>400.00 kV</cim:IdentifiedObject.name>
    <entsoe:IdentifiedObject.shortName>400.00 kV</entsoe:IdentifiedObject.shortName>
  </cim:BaseVoltage>
   <cim:ACLineSegment rdf:ID="_877e4bc7-caf6-44d6-8ab6-91620bb892f1">
    ...
    <cim:ConductingEquipment.BaseVoltage rdf:resource="#_9c5bc444-47e2-8abe-fad4-22efc221de38" />
    ...
  </cim:ACLineSegment>
Assignee
Assign to
Time tracking