@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/af5ae620-edb8-46b3-a69f-a2d29b9610eb> a cim:PowerFlowSettings,
        skos:Concept ;
    cim:IdentifiedObject.description "CGM Process - Relaxed settings with controls on transformers and shunts disabled and reactive power limits disabled. To be used when creating a CGM and CGM creation fails with CGM Creation Relaxed 1" ;
    cim:IdentifiedObject.mRID "af5ae620-edb8-46b3-a69f-a2d29b9610eb" ;
    cim:IdentifiedObject.name "CGM Creation Relaxed 2" ;
    cim:PowerFlowSettings.activePowerTolerance "0.5" ;
    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.5" ;
    cim:PowerFlowSettings.respectActivePowerLimits "true" ;
    cim:PowerFlowSettings.respectReactivePowerLimits "false" ;
    cim:PowerFlowSettings.slackDistributionKind cim:SlackDistributionKind.generationDistributionActivePowerAndVoltageNodesOnly ;
    cim:PowerFlowSettings.staticVarCompensatorControlPriority "0" ;
    cim:PowerFlowSettings.switchedShuntControlPriority "0" ;
    cim:PowerFlowSettings.transformerPhaseTapControlPriority "0" ;
    cim:PowerFlowSettings.transformerRatioTapControlPriority "0" ;
    cim:PowerFlowSettings.voltageAngleLimit "10" ;
    cim:PowerFlowSettings.voltageTolerance "0.0001" ;
    dcterms:identifier "urn:uuid:af5ae620-edb8-46b3-a69f-a2d29b9610eb" ;
    skos:definition "CGM Process - Relaxed settings with controls on transformers and shunts disabled and reactive power limits disabled. To be used when creating a CGM and CGM creation fails with CGM Creation Relaxed 1"@en ;
    skos:inScheme <http://energy.referencedata.eu/PowerFlowSettings> ;
    skos:prefLabel "CGM Creation Relaxed 2" ;
    skos:topConceptOf <http://energy.referencedata.eu/PowerFlowSettings> .

