@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/0722a865-678e-4539-99a3-460e42d87b39> a cim:PowerFlowSettings,
        skos:Concept ;
    cim:IdentifiedObject.description "CGM Process - Relaxed settings with controls on transformers and shunts disabled. To be used when creating a CGM and CGM creation fails with Default settings" ;
    cim:IdentifiedObject.mRID "0722a865-678e-4539-99a3-460e42d87b39" ;
    cim:IdentifiedObject.name "CGM Creation Relaxed 1" ;
    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 "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:0722a865-678e-4539-99a3-460e42d87b39" ;
    skos:definition "CGM Process - Relaxed settings with controls on transformers and shunts disabled. To be used when creating a CGM and CGM creation fails with Default settings"@en ;
    skos:inScheme <http://energy.referencedata.eu/PowerFlowSettings> ;
    skos:prefLabel "CGM Creation Relaxed 1" ;
    skos:topConceptOf <http://energy.referencedata.eu/PowerFlowSettings> .

