[SCAL] - Electrical Properties Updates - adding reference lists
Feedback: Electrical Properties: Like Cap Pressure we need to define fluid system (G-W, O-W), Desaturation Experiment Method (Porous Plate, Centrifuge, Coreflood), Saturation Direction (Pri DRN, 2nd DRN, 3rd DRN), Displacing & Displaced fluid type.
-
Add fluid system type reference list attribute to electrical properties schema
"FluidSystem": { "type": "string", "pattern": "^[\\w\\-\\.]+:reference-data--FluidSystemType:[\\w\\-\\.\\:\\%]+:[0-9]*$" }
-
Add displacing fluid type to electrical properties schema:
"DisplacingFluid": { "type": "string", "description": "Fluid introduced to a sample during capillary pressure testing, e.g. Mercury", "pattern": "^[\\w-.]:reference-data--DisplacingFluidType:[\\w\\-\\.\\:\\%]+:[0-9]*$" }
-
Add displaced fluid type to electrical properties schema
"DisplacedFluid": { "type": "string", "description": "Fluid produced or displaced from a sample during capillary pressure testing, e.g. Brine, Hexane, or LiveCrudeOil", "pattern": "^[\\w-.]:reference-data--DisplacedFluidType:[\\w\\-\\.\\:\\%]+:[0-9]*$" }
-
Add SaturationProcessMethod reference list to electrical properties schema
"SaturationProcessMethod": {
"type": "string",,
"pattern": "^[\\w-.]:reference-data--SaturationProcessMethod:[\\w\\-\\.\\:\\%]+:[0-9]*$"
}
List of reference values for SaturationProcessMethod
-
Primary Draineage,
-
Secondary Draineage
-
Third Draineage
-
Add DesaturationMethod reference list to electrical properties schema
"DesaturationMethod": {
"type": "string",
"pattern": "^[\\w-.]:reference-data--DesaturationMethod:[\\w\\-\\.\\:\\%]+:[0-9]*$"
}
List of reference values for DesaturationMethod
- Centrifuge Gas/Water
- Centrifuge Gas/Water/Oil
- Centrifuge Oil/Water
- Centrifuge Unspecified
- Flood Oil/Water
- Flood Gas
- Flood Oil
- Not Specified
- Other
- Porous Plate gas/water
- Porous Plate gas/water/oil
- Porous Plate oil/water
- Porous Plate unspecified
Edited by Mykhailo Buriak