[SCAL] - Electrical Properties Updates - enhancing formation resistivity index attributes
Feedback from SME: [Typically done at one brine salinity] - Need to add brine resistivity along with F,m,n. Need to add an array (Water Saturation Sw vs Resistivity Index Ri).
- Add BrineResistivity obect to electrical properties schema
"BrineResistivity": {
"type": "object",
"properties": {
"Value": {
"type": "number"
},
"UnitOfMeasure": {
"type": "string",
"pattern": "^[\\w-.]:reference-data--UnitOfMeasure:[\\w\\-\\.\\:\\%]+:[0-9]*$"
}
- Add array of objects that will store Sw/Ri
- Ri = Rt/Ro
"WaterSaturationOverResistivityIndex": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Value": {
"type": "number"
}
}
}
}
Edited by Michael Jones