Data Structure: Table_general |
|
Description |
A general table of data |
Usage |
Table_general NUM=ival where ival is the data structure number |
Description |
Overview The Table_general data structure allows for the definition of a general table of data. |
![]() | Type Table Type |
Usage |
||||
|
||||
Description |
||||
Table type must be specified. Valid types are: •"Formation_volume_curve (Fluid_properties)" •"Liquid_gas_ratio_curve (Fluid_properties)" •"Phase1_phase2_relative_perm (Saturation_properties)" •"Phase2_phase1_relative_perm (Saturation_properties)" •"Phase1_phase2_cap_press (Saturation_properties)" •"Oil_water_relative_perm (Saturation_properties)" •"Water_oil_relative_perm (Saturation_properties)" •"Oil_water_cap_press (Saturation_properties)" •"Oil_gas_relative_perm (Saturation_properties)" •"Oil_water_relative_perm (Saturation_properties)" •"Gas_relative_perm (Saturation_properties)" •"Gas_oil_relative_perm (Saturation_properties)" •"Oil_gas_cap_press (Saturation_properties)"
|
![]() | Name Name of table |
Usage |
||||
|
||||
Description |
||||
Name of table (maximum 32 characters).
|
![]() | Input_format ID of vector |
Usage |
||||
|
||||
Description |
||||
Format of the table definition: •"Standard" - dimensioned: number of values, number of columns •"Transposed" - dimensioned: number of columns, number of values
|
![]() | Dataset_ids ID's of data columns |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
ID's of data columns (16 characters maximum).
|
![]() | Values Table values |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Table data defined as: •Input_format "Standard" The values for each data set are provided in row form; e.g. if the table has two columns of data it would be defined as 0.0 0.1 0.2 0.3 0.4 - data set 1 0.0 1.0 2.0 4.1 4.0 - data set 2
•Input_format "Transposed" The values for each data set are provided in column form; e.g. if the table has two columns of data it would be defined as 0.0 0.0 0.1 1.0 0.2 2.0 0.3 4.1 0.4 4.0 |