compliance/assets/doc/extracted_schemas/rock-mecha-param-inter.1.0.0.json
2025-05-16 15:18:02 +08:00

208 lines
5.4 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/well-logging/rock-mecha-param-inter.1.0.0.json",
"type": "object",
"title": "岩石力学参数解释信息",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"rockMechaParamInterId",
"wellId",
"wellboreId"
],
"identityId": [
"rockMechaParamInterId"
],
"properties": {
"wellId": {
"type": "string",
"title": "井id"
},
"layerNo": {
"type": "string",
"title": "解释层号"
},
"spRatio": {
"type": "number",
"title": "横纵比"
},
"gapPress": {
"type": "number",
"title": "孔隙压力"
},
"interpNo": {
"type": "number",
"title": "解释次序"
},
"mudPress": {
"type": "number",
"title": "泥浆压力"
},
"topDepth": {
"type": "number",
"title": "层段顶深"
},
"baseDepth": {
"type": "number",
"title": "层段底深"
},
"layerName": {
"type": "string",
"title": "层位名称"
},
"logResult": {
"type": "string",
"title": "解释结论"
},
"thickness": {
"type": "number",
"title": "厚度"
},
"crackIndex": {
"type": "number",
"title": "裂缝指数"
},
"interpType": {
"type": "string",
"title": "解释大类"
},
"wellboreId": {
"type": "string",
"title": "井筒id"
},
"circumStress": {
"type": "number",
"title": "周向应力"
},
"crackModulus": {
"type": "number",
"title": "剪切模量"
},
"poissonRatio": {
"type": "number",
"title": "泊松比"
},
"radialStress": {
"type": "number",
"title": "径向应力"
},
"shearModulus": {
"type": "number",
"title": "切变模量"
},
"yangsModulus": {
"type": "number",
"title": "杨氏模量"
},
"collapsePress": {
"type": "number",
"title": "坍塌压力"
},
"fracturePress": {
"type": "number",
"title": "破裂压力"
},
"mainStressMax": {
"type": "number",
"title": "最大水平主应力"
},
"mainStressMin": {
"type": "number",
"title": "最小水平主应力"
},
"maxMudDensity": {
"type": "number",
"title": "最大泥浆密度"
},
"minMudDensity": {
"type": "number",
"title": "最小泥浆密度"
},
"shearStrength": {
"type": "number",
"title": "抗剪强度"
},
"volumeModulus": {
"type": "number",
"title": "体积模量"
},
"testSuggestion": {
"type": "string",
"title": "试油意见"
},
"verticalStress": {
"type": "number",
"title": "垂向应力"
},
"wellCommonName": {
"type": "string",
"title": "井名"
},
"interpClassType": {
"type": "string",
"title": "解释亚类"
},
"tensileStrength": {
"type": "number",
"title": "抗压强度"
},
"expandingAzimuth": {
"type": "number",
"title": "扩径方位"
},
"schlumbergerRatio": {
"type": "number",
"title": "斯伦贝谢比"
},
"stoneWaveTimeDiff": {
"type": "number",
"title": "斯通利波时差"
},
"interpIllustration": {
"type": "string",
"title": "解释说明"
},
"wellBoreCommonName": {
"type": "string",
"title": "井筒名"
},
"compressiveStrength": {
"type": "number",
"title": "抗拉强度"
},
"frictionAngleInRock": {
"type": "number",
"title": "岩石内摩擦角"
},
"mainStressMaxDirect": {
"type": "number",
"title": "最大水平主应力方位"
},
"mainStressMinDirect": {
"type": "number",
"title": "最小水平主应力方位"
},
"pwaveTimeDifference": {
"type": "number",
"title": "纵波时差"
},
"swaveTimeDifference": {
"type": "number",
"title": "横波时差"
},
"meanMainStressDirect": {
"type": "number",
"title": "平均水平主应力方向"
},
"isQuickInterpretation": {
"type": "string",
"title": "是否现场快速解释"
},
"rockMechaParamInterId": {
"type": "string",
"title": "岩石力学参数解释信息ID"
},
"overlyingStratPressGrads": {
"type": "number",
"title": "上覆地层压力"
}
}
}