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. This is used for example to define different set of data function in ParaGeo multiphase flow modelling (phase relative permeabilities, saturation functions, etc).
|
![]() | Type Table Type |
Usage |
||||
|
||||
Description |
||||
The table type must be specified and identifies the data input in the table. Valid types are: • "Formation_volume_curve" - "Formation volume curve (Fluid_properties)" • "Liquid_gas_ratio_curve" - "Liquid to gas ratio curve (Fluid_properties)" • "Phase1_phase2_relative_perm" - "Phase1 to phase2 relative permeability (Saturation_properties)" • "Phase2_phase1_relative_perm" - "Phase2 to phase1 relative permeability (Saturation_properties)" • "Phase1_phase2_cap_press" - "Phase1 to phase2 capillary pressure (Saturation_properties)" • "Water_oil_relative_perm" - "Water to oil relative permeability (Saturation_properties)" • "Oil_water_cap_press" - "Oil to water capillary pressure (Saturation_properties)" • "Oil_gas_relative_perm" - "Oil to gas relative permeability (Saturation_properties)" • "Oil_water_relative_perm" - "Oil to water relative permeability (Saturation_properties)" • "Gas_relative_perm" - "Gas relative permeability (Saturation_properties)" • "Gas_oil_relative_perm" - "Gas to oil relative permeability (Saturation_properties)" • "Oil_gas_cap_press" - "Oil to gas capillary pressure (Saturation_properties)"
|
![]() | Name Name of table |
Usage |
||||
|
||||
Description |
||||
Defines the name of table (maximum 32 characters).
|
![]() | Input_format ID of vector |
Usage |
||||
|
||||
Description |
||||
Format of the table definition: • "Standard" - Standard format where the dimensions are: number of values, number of columns • "Transposed" - Transposed format where the dimensions are: number of columns, number of values
|
![]() | Dataset_ids ID's of data columns |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Defines the 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 |