OpenSpirit v2.9.0 Build 27 - Generic Model

EpiReservoir_TimeStep


Derived From:
Capabilties:
read
EpiReservoir_TimeStep table contains information about the timesteps defined in a simulation run.

Column Summary
Type Name and Description
String

ro

Unique identifier for each table entry.
StringSeq

ro req db

List of properties defined for this timestep
StringSeq

ro req db

The list of property types in the timestep
String

ro req db

Name of the simulation run that this timestep belongs to
String

ro req db

Parent model
String

ro req db

The time step
 

Column Detail

KeyString

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

SimulationRunName

Data Type:String
Read only:true
Required for Insert:true
Stored in db:true
Part of natural key:false
Name of the simulation run that this timestep belongs to

TimeStep

Data Type:String
Read only:true
Required for Insert:true
Stored in db:true
Part of natural key:false
The time step

StratigraphicGrid

Data Type:String
Content Type:Key
Read only:true
Required for Insert:true
Stored in db:true
Part of natural key:false
Referenced Table:EpiReservoir_StratigraphicGrid
Parent model

PropertyKeys

Data Type:StringSeq
Content Type:KeySeq
Read only:true
Required for Insert:true
Stored in db:true
Part of natural key:false
List of properties defined for this timestep

PropertyTypes

Data Type:StringSeq
Read only:true
Required for Insert:true
Stored in db:true
Part of natural key:false
RVS Set:ShapePropertyType
The list of property types in the timestep


OpenSpirit v2.9.0 Build 27 - Generic Model