@prefix cim: <http://cim.ucaiug.io/ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://energy.referencedata.eu/PowerFlowSettings/9fe9b47b-468f-488a-bf35-0cf998b5ed2b> a cim:PowerFlowSettings,
        skos:Concept ;
    cim:IdentifiedObject.description "CGM Process - IGM Convergence check before merging to CGM" ;
    cim:IdentifiedObject.mRID "9fe9b47b-468f-488a-bf35-0cf998b5ed2b" ;
    cim:IdentifiedObject.name "IGM Convergence" ;
    cim:PowerFlowSettings.activePowerTolerance "0.1" ;
    cim:PowerFlowSettings.algorithmKind cim:PowerFlowAlgorithmKind.fullNewtonRaphson ;
    cim:PowerFlowSettings.flatStart "true" ;
    cim:PowerFlowSettings.impedanceThreshold "1e-05" ;
    cim:PowerFlowSettings.interchangeControlEnabled "false" ;
    cim:PowerFlowSettings.loadVoltageDependency "false" ;
    cim:PowerFlowSettings.maxIterationsInnerLoop "20" ;
    cim:PowerFlowSettings.reactivePowerTolerance "0.1" ;
    cim:PowerFlowSettings.respectActivePowerLimits "true" ;
    cim:PowerFlowSettings.respectReactivePowerLimits "true" ;
    cim:PowerFlowSettings.slackDistributionKind cim:SlackDistributionKind.generationDistributionParticipationFactor ;
    cim:PowerFlowSettings.staticVarCompensatorControlPriority "2" ;
    cim:PowerFlowSettings.switchedShuntControlPriority "2" ;
    cim:PowerFlowSettings.transformerPhaseTapControlPriority "1" ;
    cim:PowerFlowSettings.transformerRatioTapControlPriority "1" ;
    cim:PowerFlowSettings.voltageAngleLimit "10" ;
    cim:PowerFlowSettings.voltageTolerance "0.0001" ;
    dcterms:identifier "urn:uuid:9fe9b47b-468f-488a-bf35-0cf998b5ed2b" ;
    skos:definition "CGM Process - IGM Convergence check before merging to CGM"@en ;
    skos:inScheme <http://energy.referencedata.eu/PowerFlowSettings> ;
    skos:prefLabel "IGM Convergence" ;
    skos:topConceptOf <http://energy.referencedata.eu/PowerFlowSettings> .

