OpenSpirit v2.9.0 Build 27 - Generic Model

EpiWell_WellVelocity


Derived From:
EpEntity_Entity
Capabilties:
read
The WellVelocity table defines sets of time/depth values used to convert time-to-depth or depth-to-time. For data increasing downward, if a given depth (time) value does not match an exact data point in the time-depth table, linear interpolation will be used to acquire the proper time (depth) value. If a given depth (time) value is deeper than the deepest depth (time) in the time-depth table, a constant interval velocity computed from the last two points in the time-depth table will be used to extrapolate the time (depth) value. If a given depth (time) value is shallower than the shallowest depth (time) in the time-depth table, a constant interval velocity computed from the first two points in the time-depth table will be used to extrapolate the time (depth) value.

Column Summary
Type Name and Description
String

ro

Unique identifier for each table entry.
String

ro req db key

Data key string representing the bore that contains this well velocity.
Boolean

db

Indicates if a checkshot is measured.
String

db

Any user comments about the velocity.
String

db

The person, company or vendor that created the velocity.
Float

db

The depth at which time is 0 in the well velocity.
String

ro db

The Datum unit.
String

ro db

The unit of the depth values.
Float

db

The static shift value to apply to the time depth curve in display.
String

ro db

The Display Shift unit.
Boolean

ro db

Indicates if this well velocity is the default well velocity.
ULong

ro db

The number of time and depth values.
FloatSeq

db

The measured depth values in the well velocity.
FloatSeq

db

The true vertical depth values in the well velocity.
FloatSeq

req db

The time values in the well velocity.
String

ro db

The unit of the time values.
String

db key

The name of the well velocity.
 
Columns inherited from EpEntity_Entity
LastModifiedDate, Name, Project, ProjectName, StoreInstallationName, StoreType
 

Column Detail

KeyString

Data Type: String
Read only: true
Unique identifier for each table entry.

Comment

Data Type:String
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:false
Any user comments about the velocity.

TimeDepthTWT

Data Type:FloatSeq
Read only:false
Required for Insert:true
Stored in db:true
Part of natural key:false
Unit Measure:Time
The time values in the well velocity. The time values are referenced from the WellVelocity table's Datum column.

IsBoreDefault

Data Type:Boolean
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Indicates if this well velocity is the default well velocity.

WellVelocityName

Data Type:String
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:true
The name of the well velocity.

DatumUnit

Data Type:String
Content Type:UnitAcronym
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Unit Measure:VerticalDistance
The Datum unit.

TimeUnit

Data Type:String
Content Type:UnitAcronym
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Unit Measure:Time
The unit of the time values.

Datum

Data Type:Float
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:false
Unit Measure:VerticalDistance
The depth at which time is 0 in the well velocity. Both the depths and times are relative to this value.

TimeDepthMD

Data Type:FloatSeq
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:false
Unit Measure:VerticalDistance
The measured depth values in the well velocity. The measured depth values are referenced from the WellVelocity table's Datum column.

TimeDepthTVD

Data Type:FloatSeq
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:false
Unit Measure:VerticalDistance
The true vertical depth values in the well velocity. The true vertical depth values are referenced from the WellVelocity table's Datum column.

DepthUnit

Data Type:String
Content Type:UnitAcronym
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Unit Measure:VerticalDistance
The unit of the depth values.

DataSource

Data Type:String
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:false
The person, company or vendor that created the velocity.

DisplayShiftUnit

Data Type:String
Content Type:UnitAcronym
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Unit Measure:Time
The Display Shift unit.

NumSamples

Data Type:ULong
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The number of time and depth values.

CheckShot

Data Type:Boolean
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:false
Indicates if a checkshot is measured.

DisplayShift

Data Type:Float
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:false
Unit Measure:Time
The static shift value to apply to the time depth curve in display.

Bore

Data Type:String
Content Type:Key
Read only:true
Required for Insert:true
Stored in db:true
Part of natural key:true
Referenced Table:EpiWell_WellBore
Data key string representing the bore that contains this well velocity.


OpenSpirit v2.9.0 Build 27 - Generic Model