@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/e4068581-713b-4d37-88e7-bca1fd78a8f7> a cim:PowerFlowSettings,
        skos:Concept ;
    cim:IdentifiedObject.description "CGM Process - Default settings to use when creating a CGM" ;
    cim:IdentifiedObject.mRID "e4068581-713b-4d37-88e7-bca1fd78a8f7" ;
    cim:IdentifiedObject.name "CGM Creation Default" ;
    cim:PowerFlowSettings.activePowerTolerance "0.1" ;
    cim:PowerFlowSettings.algorithmKind cim:PowerFlowAlgorithmKind.fullNewtonRaphson ;
    cim:PowerFlowSettings.flatStart "true" ;
    cim:PowerFlowSettings.impedanceThreshold "1e-05" ;
    cim:PowerFlowSettings.interchangeControlEnabled "true" ;
    cim:PowerFlowSettings.loadVoltageDependency "false" ;
    cim:PowerFlowSettings.maxIterationsInnerLoop "30" ;
    cim:PowerFlowSettings.maxIterationsOuterLoop "15" ;
    cim:PowerFlowSettings.reactivePowerTolerance "0.1" ;
    cim:PowerFlowSettings.respectActivePowerLimits "true" ;
    cim:PowerFlowSettings.respectReactivePowerLimits "true" ;
    cim:PowerFlowSettings.slackDistributionKind cim:SlackDistributionKind.generationDistributionActivePowerAndVoltageNodesOnly ;
    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:e4068581-713b-4d37-88e7-bca1fd78a8f7" ;
    skos:definition "CGM Process - Default settings to use when creating a CGM"@en ;
    skos:inScheme <http://energy.referencedata.eu/PowerFlowSettings> ;
    skos:prefLabel "CGM Creation Default" ;
    skos:topConceptOf <http://energy.referencedata.eu/PowerFlowSettings> .

