David Leal

Minor bug fixes to the flow balance set (and a minor update to a DDR example).

...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
20 20
21 <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> 21 <http://www.reportinghub.no/ep/mpr/spin/1.1/lib>
22 rdf:type owl:Ontology ; 22 rdf:type owl:Ontology ;
23 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://spinrdf.org/spin> ; 23 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> ;
24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
25 25
26 ep-mpr-spin-lib:Function 26 ep-mpr-spin-lib:Function
...@@ -6723,9 +6723,15 @@ ep-mpr-spin-lib:selectVolumePerVolumeScale ...@@ -6723,9 +6723,15 @@ ep-mpr-spin-lib:selectVolumePerVolumeScale
6723 [ rdf:type sp:if ; 6723 [ rdf:type sp:if ;
6724 sp:arg1 [ rdf:type sp:eq ; 6724 sp:arg1 [ rdf:type sp:eq ;
6725 sp:arg1 spin:_arg1 ; 6725 sp:arg1 spin:_arg1 ;
6726 + sp:arg2 <http://www.epim.no/schemas/mprml/1#PU_>
6727 + ] ;
6728 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#percent> ;
6729 + sp:arg3 [ rdf:type sp:if ;
6730 + sp:arg1 [ rdf:type sp:eq ;
6731 + sp:arg1 spin:_arg1 ;
6726 sp:arg2 <http://www.epim.no/schemas/mprml/1#VPVU_> 6732 sp:arg2 <http://www.epim.no/schemas/mprml/1#VPVU_>
6727 ] ; 6733 ] ;
6728 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ; 6734 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#percent> ;
6729 sp:arg3 [ rdf:type sp:if ; 6735 sp:arg3 [ rdf:type sp:if ;
6730 sp:arg1 [ rdf:type sp:eq ; 6736 sp:arg1 [ rdf:type sp:eq ;
6731 sp:arg1 spin:_arg1 ; 6737 sp:arg1 spin:_arg1 ;
...@@ -7063,6 +7069,7 @@ ep-mpr-spin-lib:selectVolumePerVolumeScale ...@@ -7063,6 +7069,7 @@ ep-mpr-spin-lib:selectVolumePerVolumeScale
7063 ] 7069 ]
7064 ] 7070 ]
7065 ] 7071 ]
7072 + ]
7066 ] ; 7073 ] ;
7067 sp:variable 7074 sp:variable
7068 [ sp:varName "myVar"^^xsd:string 7075 [ sp:varName "myVar"^^xsd:string
......
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
283 <presBopRating uom="bar">689.476</presBopRating> 283 <presBopRating uom="bar">689.476</presBopRating>
284 <mudClass>oil based</mudClass> 284 <mudClass>oil based</mudClass>
285 <density uom="g/cm3">1.438</density> 285 <density uom="g/cm3">1.438</density>
286 - <pv uom="Pa.s">0.025</pv> 286 + <pv uom="mPa.s">25</pv>
287 <yp uom="Pa">7.182</yp> 287 <yp uom="Pa">7.182</yp>
288 </fluid> 288 </fluid>
289 <porePressure uid="x"> 289 <porePressure uid="x">
......