compliance/assets/doc/extracted_schemas/pvtbom-model.1.0.0.json
2025-05-16 15:18:02 +08:00

274 lines
7.5 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/pipeline/pvtbom-model.1.0.0.json",
"type": "object",
"title": "流体黑油模型",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"bomBaseId",
"bomName"
],
"identityId": [
"bomBaseId"
],
"properties": {
"n2": {
"type": "number",
"title": "N2摩尔分数"
},
"ph": {
"type": "number",
"title": "PH值"
},
"co2": {
"type": "number",
"title": "CO2摩尔分数"
},
"glr": {
"type": "number",
"title": "气液比"
},
"h2s": {
"type": "number",
"title": "H2S摩尔分数"
},
"sgor": {
"type": "string",
"title": "溶解气油比"
},
"orgId": {
"type": "string",
"title": "机构ID"
},
"wellId": {
"type": "string",
"title": "井ID"
},
"bomName": {
"type": "string",
"title": "模型名称"
},
"gasDens": {
"type": "number",
"title": "气密度"
},
"gasVisc": {
"type": "string",
"title": "气粘度"
},
"oilDens": {
"type": "number",
"title": "油密度"
},
"oilVisc": {
"type": "string",
"title": "油粘度"
},
"comments": {
"type": "string",
"title": "备注"
},
"compFact": {
"type": "string",
"title": "气体压缩因子"
},
"operator": {
"type": "string",
"title": "操作者"
},
"pressure": {
"type": "number",
"title": "压力"
},
"testDate": {
"type": "string",
"title": "测试日期"
},
"voluFact": {
"type": "string",
"title": "原油体积系数"
},
"waterCut": {
"type": "number",
"title": "含水率"
},
"bomBaseId": {
"type": "string",
"title": "黑油模型ID"
},
"fluidData": {
"type": "array",
"items": {
"type": "object",
"required": [
"sequenceNumber",
"fluidType",
"pressure",
"sgor",
"volumeFact",
"viscosityOil",
"viscosityGas",
"compFact"
],
"properties": {
"sgor": {
"type": "number",
"title": "溶解气油比"
},
"comments": {
"type": "string",
"title": "备注"
},
"compFact": {
"type": "number",
"title": "气体压缩因子"
},
"pressure": {
"type": "number",
"title": "压力"
},
"fluidType": {
"type": "integer",
"title": "流体类型"
},
"createDate": {
"type": "string",
"title": "创建日期"
},
"createUser": {
"type": "string",
"title": "创建用户"
},
"updateDate": {
"type": "string",
"title": "更新日期"
},
"updateUser": {
"type": "string",
"title": "更新用户"
},
"volumeFact": {
"type": "number",
"title": "原油体积系数"
},
"viscosityGas": {
"type": "number",
"title": "气体粘度"
},
"viscosityOil": {
"type": "number",
"title": "原油粘度"
},
"sequenceNumber": {
"type": "integer",
"title": "序号"
}
}
},
"title": "物性校准数据"
},
"sgorCoef1": {
"type": "number",
"title": "溶解气油比修正系数1"
},
"sgorCoef2": {
"type": "number",
"title": "溶解气油比修正系数2"
},
"waterDens": {
"type": "number",
"title": "水密度"
},
"createDate": {
"type": "string",
"title": "创建日期"
},
"createUser": {
"type": "string",
"title": "创建用户"
},
"updateDate": {
"type": "string",
"title": "更新日期"
},
"updateUser": {
"type": "string",
"title": "更新用户"
},
"waxDensity": {
"type": "number",
"title": "蜡密度"
},
"pressureMax": {
"type": "number",
"title": "压力最大值"
},
"pressureMin": {
"type": "number",
"title": "压力最小值"
},
"temperature": {
"type": "number",
"title": "温度"
},
"gasViscCoef1": {
"type": "number",
"title": "气粘度修正系数1"
},
"gasViscCoef2": {
"type": "number",
"title": "气粘度修正系数2"
},
"oilViscCoef1": {
"type": "number",
"title": "油粘度修正系数1"
},
"oilViscCoef2": {
"type": "number",
"title": "油粘度修正系数2"
},
"compFactCoef1": {
"type": "number",
"title": "气体压缩因子修正系数1"
},
"compFactCoef2": {
"type": "number",
"title": "气体压缩因子修正系数2"
},
"pressureCount": {
"type": "number",
"title": "压力点数"
},
"voluFactCoef1": {
"type": "number",
"title": "原油体积系数修正系数1"
},
"voluFactCoef2": {
"type": "number",
"title": "地层体积系数修正系数2"
},
"gasHeatCapacity": {
"type": "number",
"title": "气热容"
},
"oilHeatCapacity": {
"type": "number",
"title": "油热容"
},
"watHeatCapacity": {
"type": "number",
"title": "水热容"
},
"gasHeatConduction": {
"type": "number",
"title": "气热传导"
},
"oilHeatConduction": {
"type": "number",
"title": "油热传导"
},
"watHeatConduction": {
"type": "number",
"title": "水热传导"
}
}
}