[UP]
[TOP]
[HOME]
TransGen Instruction file (<Project>.TGDATA file)
Data defining the input model and instructions for calculating the output data in TransGen are supplied to the calculation and graphics module
ViewGen in a text file (<Project>.TGDATA) created via the
WizGen module using
Eclipse format
Keywords.
HINT:- The WizGen interactive wizard provides an easy and reliable method for creating and editing the TGDATA file. Do NOT be tempted to edit the TGDATA run file manually.
Unlike
Eclipse, the TransGen instruction file is not split into sections. Large datasets will automatically use the
INCLUDE keyword to merge input from several files into one dataset, whilst retaining an instruction file of manageable size.TransGen uses a small subset of all the available Eclipse keywords and defines several new keywords used to enter information specific to the calculations performed by TransGen.
All new TransGen Keywords start with TG.
Keywords and their associated data can be input in any order, with the following exceptions (
DIMENS,
COORD,
ZCORN,
END).
It is essential to specify the units that are used in the model (using one of the following keywords:
METRIC,
FIELD,
LAB ).
TransGen will generate an error message if the program encounters an unrecognised keyword.
Example <Project>.TGDATA file
An example of the
<project_name>.TGDATA runfile as generated using
WizGen in "
Basic project" mode (see
Using WizGen to create a TransGen runfile for further details) is shown below.
The keywords are highlighted in blue. These are predominantly
Eclipse keywords allowing the import and export of data from/to the parent flow simulation model. Some keywords,
i.e. those prefixed by TG such as TGVS, TGFSP
etc, are TransGen specific and are used solely to define data or processes within TransGen. Click on any of them to follow link to details on the format of data associated with that keyword.
--<TITLE+>
--Project Type: LIGHT
TITLE
FAULT 64_Basic - TransGen test model from PUNQ
--<TITLE->
--<COORDINATE+>
DIMENS
--NX NY NZ
2 10 20 /
METRIC
TGAXES
1 0 /
--<COORDINATE->
--<INCLUDES+>
--co-ordinate line data
INCLUDE
'fault64_input/
COORD.data' /
--corner-point depths
INCLUDE
'fault64_input/
ZCORN.data' /
--permeability in X direction
INCLUDE
'fault64_input/
PERMX.data' /
--permeability in Y direction
INCLUDE
'fault64_input/
PERMY.data' /
--net to gross property
INCLUDE
'fault64_input/
NTG.SECT' /
--<INCLUDES->
--vshale content
INCLUDE
'fault64_input/
TGVS.data' /
--<OPTIONS+>
--lower limits
TGMETRIC
TGMINTR
1.0e-06 /
TGVOLERR
1.0e-06 /
MINPV
1.0e-06 /
TGDISC
1 /
--<OPTIONS->
--<LIGHT+>
TGFSP
--calculation of fault seal potential measures
'csp' 0 2 -1 0 1 '8-13,26-29,34,38,45-47' 1 1 1 '' 1 /
'sgr' -1 1 0 1 4 '' 1 6 1 '' 1 /
/
--automatically generated plugins to calculate fault rock thickness and fault permeability
TGPLUGIN
'THICK=fault64_input/.plugins/_AUTO_THICK_PLUGIN.cpp'
'PERM=fault64_input/.plugins/_AUTO_PERM_PLUGIN.cpp'
/
--<LIGHT->
--<OUTPUTS+>
--specify outputs
TGRPT
'
EDITNNC=fault64_output/editnnc.out'
'
TRANX=fault64_output/tranx.out'
'
TRANY=fault64_output/trany.out'
'GRAPHICS'
/
--OUTPUTS->
END
[UP]
[TOP]
[HOME]