OpenSpirit v2.9.0 Build 27 - Generic Model

EpiPillarGrid_CellStackCollection


Derived From:
Capabilties:
read
EpiPillarGrid_CellStackCollection contains information about the cell stack collections in the model. A cell stack is a vertical column of cells that go from the top of the model to the bottom layer of the model. A cell stack collection is a collection of possibly non-contiguous cell stacks.

Column Summary
Type Name and Description
String

ro

Unique identifier for each table entry.
String

ro db

Name of the cell stack collection
String

ro db

Parent reservoir model
ULongSeq

ro db

List of I indices used to identify the cell stacks in the collection
ULongSeq

ro db

List of J indices used to identify the cell stacks in the collection
 

Column Detail

KeyString

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

Name

Data Type:String
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Name of the cell stack collection

stackIIndices

Data Type:ULongSeq
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
List of I indices used to identify the cell stacks in the collection

stackJIndices

Data Type:ULongSeq
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
List of J indices used to identify the cell stacks in the collection

PillarGrid

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


OpenSpirit v2.9.0 Build 27 - Generic Model