Validation
Last updated
Last updated
This validation is a service where through the below link, is possible to check if all dependencies (static inputs) are correct to run the models.
Example 1: Case with an error
Example 2: All inputs are correct
Link:
Example:
https://{env}.intelie.com/services/plugin-og-model-core/well/ +
validate/wellId/{wellId}
validate/wellId/{wellId}/timestamp/{timestamp}
validate/wellId/{wellId}/interventionId/{interventionId}/drillingSectionPosIndex/{drillingSectionPosIndex}/runPosIndex/{runPosIndex}
These messages are showed when the validation finds an error.
Well ID { Number } not found.
Well ID { Number } contains no drilling sections.";
Well ID { Number } attributes part is null."
Well ID { Number } trajectory is null.."
Well ID { Number } fluid not found
Missing ID of drill string section {List of components without ID(Names)}
Missing ID of BHA section {List of components without ID(Names)}
Missing TFA of BHA section {List of components (DrillBit or Underreamers) without ID(Names)}
Drill string Length {Number m} is longer than the wellbore (" + wellboreLength + "m).
Wellbore section(s) with start depth(s): " + startDepthsWithMinWellboreDiameter + " collides with the following component(s): " + componentsWithCollision (InsideDiameter Wellbore< Outside Diameter DrillString/BHA component)
A hole depth (" + holeDepth + ") smaller than drill bit depth (" + drillBitDepth + ") is not allowed.
Missing field \"powerLawExponent\" value at \"fluid\
Missing field \"flowConsistencyIndex\" value at \"fluid\
Missing field \"density\" value at \"fluid\
Missing field \"isCompressible\" value at \"fluid\
Missing field \"saltType\" at at \"fluid\
Missing field \"brineConcentration\" at \"brine\" at \"fluid\
Field \"concentration\" is negative at \"brine\" at \"fluid\
Field \"concentration\" is greater than 1 at \"brine\" at \"fluid\
Missing field \"oilConcentration\" value at \"fluid\
Field \"oil\" is negative at \"fluid\
Field \"oil\" is greater than 1 at \"fluid\
Missing field \"brineConcentration\" value at \"fluid\
Field \"brineConcentration\" is negative at \"fluid\
Missing field \"solidsConcentration\" value at \"fluid\
Field \"solidsConcentration\" is negative at \"fluid\
Field \"solidsConcentration\" is greater than 1 at \"fluid\
Concentrations do not sum to 100% at field at \"fluid\
Trajectory \"points\" must start at depth 0
Trajectory \"points\" have repeated depths at
Missing \"azimuth\" field value at trajectory points:
Missing \"inclination\" field value at trajectory points:
Wellbore sections have the following repeated starting depths:
Wellbore sections have the following repeated ending depths:
Wellbore sections does not have positive length
Wellbore sections are not chained. There are gaps between depths
Missing field \"innerDiameter\" value at wellbore section
Missing field \"outerDiameter\" value at wellbore section
Missing field \"isCasing\" value at wellbore sections
A hole depth (" + holeDepth + ") smaller than last section's (open hole) start depth (" + openHoleStartDepth + ") is not allowed.
Drill string components have the repeated following ids
Missing \"innerDiameter\" field value at drill string components: " + nullInnerDiamComponents
Missing \"outerDiameter\" field value at drill string components: " + nullOuterDiamComponents
Missing \"length\" field value at drill string components: " + nullLengthComponents
Missing \"linearDensity\" field value at drill string components:
Missing \"totalNozzleArea\" field value at drill bit components:
Drill string must start at depth 0
Drill string sections have the following repeated starting depths:
Drill string sections have the following repeated ending depths:
Drill string sections does not have positive length:
Drill string sections are not chained. There are gaps between depths
Drill string sections missing component:missingComponentSections
Drill string last component must be a drill bit
Drill bit depth of " + drillBitDepth + " not allowed. It must be a non-negative number.
Pore pressure points must start at depth 0"
Operational window \"porePressurePoints\" field has repeated depths at " + ppRepeatedDepths
Missing operational window \"porePressurePoints\" field values at points: " + ppMissingValuePoints
Fracture pressure points must start at depth 0
Operational window \"fracturePressurePoints\" field has repeated depths at " + fpRepeatedDepths
Missing operational window \"fracturePressurePoints\" field values at points: " + fpMissingValuePoints