TRACER

Recognised by the OPM Flow parserPROPS

The TRACER keyword defines a series of passive tracers that are associated with a phase (oil, water, or gas) in the model. The maximum number of tracers for each phase are declared on the TRACERS keyword in the RUNSPEC section.

Notes:

Each record (or row) should be terminated by a “/” and the keyword is terminated by a “/”.

See also the TNUM keyword in the REGIONS section that defines tracer regions, and the TVDP keyword in the SOLUTION section that sets the initial tracer saturation for all the cells as a function of depth.

Records
One or more records, each terminated by /
Items per record
6

Parameters

No.NameDescriptionTypeFieldMetricLabDefault
1NAMEA three letter character string defining the tracer’s name. NAME is used by the TNUM keyword in the REGIONS section, and unlike other keywords, the TNUM keyword itself must be concatenated with the phase and the name of the tracer defined by NAME. Similarly for the TVDP keyword in the SOLUTION section, where the TVDP keyword itself must be concatenated with the either letter F (for free) or S (for solution), followed by the name of the tracer defined by NAME. Note it is best to avoid names beginning with the letters F, S, and T as these names may create naming issues in post-processing software.STRINGNone
2FLUID
manual: PHASE
A three letter character string that defines the tracer given by NAME to a particular fluid phase. The character should be set to OIL, WAT or GAS.STRINGNone
3UNIT
manual: UNITS
The units for the tracer. This can be any unit but should be consistent with values entered via the TBLK and TVDP keywords in the SOLUTION section. The default values are the same as the PHASE in the model.STRINGLiquid: stb Gas: MscfLiquid: sm3 Gas: sm3Liquid: scc Gas: sccSame as the phases in the model
4SOLUTION_PHASE
manual: SOLPHASE
A three or four letter character string defining the partitioned tracer’s solution phase. The character string should be set to OIL, WAT, GAS or MULT. Note that SOLPHASE only needs to be defined if the partitioned tracer option has been activate with the PARTTRAC keyword in the RUNSPEC section.STRINGNone
5NUM_PART_TABLE
manual: KPNUM
The table number to be used with the partitioned tracers defined by the PARTTRAC, TRACERKP and TRACERKM keywords. Note that KPNUM only needs to be defined if the partitioned tracer option has been activate with the PARTTRAC keyword in the RUNSPEC section.INTNone
6ADSORB_PHASE
manual: ADSPHASE
A three letter character string defining the phase used for the adsorption calculation for when the MULT option has been for SOLPHASE. The character string should be set to OIL, WAT, GAS or ALL. Note that ADSPHASE only needs to be defined if the partitioned tracer option has been activate with the PARTTRAC keyword in the RUNSPEC section.STRINGNone

Example

--
-- DEFINE TRACER NAMES
--
-- TRACER TRACER
-- NAME PHASE
-- ------ ------
TRACER
'IGS' 'GAS' / GAS INJECTOR
'DGS' 'GAS' / DISOLVED GAS
'IW1' 'WAT' / WAT INJECTOR 1
'Iw2' 'WAT' / WAT INJECTOR 2
/
The above example defines four passive tracers one for a gas injection well, one for tracking the dissolved gas, and two to track the injected water from two water injection wells.

Manual source: parts/chapters/subsections/8.3/TRACER.fodt