]> gerrit.simantics Code Review - simantics/district.git/blobdiff - org.simantics.district.network.ontology/graph/DistrictNetwork.pgraph
Add conductance to edge properties
[simantics/district.git] / org.simantics.district.network.ontology / graph / DistrictNetwork.pgraph
index 7c205df8cd9b2b2392874f49fe82f14b2dcda37e..8a32414ccc9895c2629ea764c2d76c5faab3dcd9 100644 (file)
@@ -167,6 +167,8 @@ DN.Edge <T DN.Element
         @defProperty "Structure" L0.String
     >-- DN.Edge.HasInsulationClass
         @defProperty "Insulation Class" L0.String
+    >-- DN.Edge.HasConductance
+        @defProperty "Conductance" L0.Double
     @L0.assert DN.Edge.HasDiameter 100.0
     @L0.assert DN.Edge.HasOuterDiameter 125.0
 
@@ -546,6 +548,8 @@ DN.Mapping.EdgeMapping <T DN.Mapping.Base
         DN.Mapping.HasPropertyRelation DN.Edge.HasStructure
     >-- DN.Mapping.EdgeMapping.InsulationClassAttribute --> L0.String <R L0.HasProperty
         DN.Mapping.HasPropertyRelation DN.Edge.HasInsulationClass
+    >-- DN.Mapping.EdgeMapping.ConductanceAttribute --> L0.String <R L0.HasProperty
+        DN.Mapping.HasPropertyRelation DN.Edge.HasConductance
 
 // Allowed connection types
 DN.SupplyConnectionType <T STR.ConnectionType