Data Structure: Parameter_data |
|
Description |
Input/output files |
Usage |
Parameter_data NUM=ival where ival is the data structure number |
Description |
Overview The Parameter_data data structure defines the parameters (variables) and parameter ranges to be considered in the the inversion analysis.
The inversion parameters may be identified in the data files by either: •Direct specification of the associated ParaGeo material or fluid data structure - The data structure type and number must be specified for each parameter using Variable_structure_name and Variable_structure_number. •Replacing the parameter value with Parameter_name in the template data file, where ParameterName is an arbitrary name assigned to the parameter for inversion.
|
![]() | Name Parameter names |
Usage |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
List of parameter names to be considered in the inversion analysis. If the parameters are identified in the template data file via Parameter_name then ParameterName can be arbitrarily defined here. For inversion using ParaGeo material parameters the lists of valid names are:
Elasticity
Porosity
Permeability
Tortuosity
For inversion of fluid properties valid parameters are:
Viscosity
Knudsen Diffusion
For inversion of fracture properties valid parameters are:
Fracture Normal stiffness
Fracture Shear Stiffness
Fracture Hydraulic fracture
Fracture Shear Strength
Fracture Reference Values
|
![]() | Type List of flags (free/prescribed) for inversion parameters |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Type defines a list of flags (free/prescribed) for all the inversion parameters specified in the Name keyword. Valid options are: •0 - Free (to be evaluated in the inversion with valid range defined using the Minimum_value and Maximum_value keywords) •1 - Prescribed (fixed value using the Value keyword)
Notes •By default all inversion parameters are considered to be 'free' ( Type = 0). If all parameters are 'free', Type does not need to be defined.
|
![]() | Value List of prescribed parameter values |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Value is used to define the values for the prescribed parameters (i.e. those assigned Type = 1). If the Value keyword is defined, a value must be input for each of the parameters listed in Name, however, with the values for the 'free' parameters being ignored.
Notes •If all parameters are 'free' then Value does not need to be defined.
|
![]() | Minimum_value List of minimum values for the 'free' parameters |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Minimum_value is used to define the minimum values allowed for the 'free' parameters (i.e. those defined with Type = 0) in the models generated during the inversion analysis. Minimum_value keyword must always be defined and a value must be input for each parameter listed in Name, however, with the values for the fixed/prescribed parameters being ignored.
|
![]() | Maximum_value List of maximum values for the 'free' parameters |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Maximum_value is used to define the maximum values allowed for the 'free' parameters (i.e. those defined with Type = 0) in the models generated during the inversion analysis. Maximum_value keyword must always be defined and a value must be input for each parameter listed in Name, however, with the values for the fixed/prescribed parameters being ignored.
|
![]() | Variable_structure_name Data structure name associated with each parameter |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Variable_structure_name is used to identify the ParaGeo data structure name containing each of the parameters listed in the Name keyword or alternatively, via usage of Parameter_name in the template data file, where ParameterName is the input in the Name keyword. Valid names are: •"Material_data" - ParaGeo Material_data data structure (see list of valid parameter names in Name) •"Fluid_properties" - ParaGeo Fluid_properties data structure (see list of valid parameter names in Name) •"Fracture_data" - ParaGeo Fracture_data data structure (see list of valid parameter names in Name) •"Tag_name" - defined when Parameter_name is used in the template data file with associated user-defined ParameterName input in Name
Notes •By default all variable structure names are assumed to be of type "Tag_name" and defined by Parameter_name in the template data file. •If all variables are defined via "Tag_name", then Variable_structure_name need not be defined.
|
![]() | Variable_structure_number Data structure number associated with each parameter |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Variable_structure_number is used to identify the ParaGeo data structure number for the Variable_structure_name containing the inversion parameter. If the inversion parameters are defined via Parameter_name in the template data file, then the Variable_structure_number for those parameters should be set to 0.
Notes •Variable_structure_number must be defined for Variable_structure_name defined via ParaGeo data structure names. •If all parameters are defined via Parameter_name in the template data file, then neither Variable_structure_name nor Variable_structure_number are required to be defined.
|