Additional properties and adjustment needed in mss content schema
Rename the attribute "FormationVolumeFactorBofb" within MultiStageSeparatorTestData to "OilFormationVolumeFactor"
Add the following attributes:
Click to expand
{ "GasFormationVolumeFactor": {
"title": "Gas Formation Volume Factor at Standard Conditions",
"type": "number",
"description": "The ratio of the volume of gas at reservoir conditions to the volume of oil at standard conditions.",
"x-osdu-frame-of-reference": "UOM:cf/scf"
},
"SaturationPressureCumulativeGasOilRatio": {
"title": "Saturation Pressure Cumulative GOR",
"type": "number",
"description": "Need Description",
"x-osdu-frame-of-reference": "UOM:scf/STB"
},
"IndicatedPressureCumulativeGasOilRatio": {
"title": "Indicated Pressure Cumulative GOR",
"type": "number",
"description": "Need Description.",
"x-osdu-frame-of-reference": "UOM:scf/STB"
},
"GasZFactor": {
"title": "Gas Z Factor",
"type": "number",
"description": "Need Description.",
"x-osdu-frame-of-reference": "UOM:unitless"
},
}
Add the following attributes to the example schema within MultiStageSeparatorTestData
Click to expand
"GasFormationVolumeFactor": {
"Value": 12.5,
"UnitOfMeasure": "cf/scf"
},
"SaturationPressureCumulativeGasOilRatio": {
"Value": 1.34,
"UnitOfMeasure": "scf/stb"
},
"IndicatedPressureCumulativeGasOilRatio": {
"Value": 1.42,
"UnitOfMeasure": "scf/stb"
},
"GasZFactor": {
"Value": 1.0,
"UnitOfMeasure": "none"
},
Edited by Michael Jones