TRACR
TRACR introduces tracer parameters.
Record TRACR.1
Free format for 3 integer parameters.
NumTracer, TracerInPhase, useRockDistrC
NumTracer Number of tracers to be simulated, the maximum is 5.
TracerInPhase These tracers will be in which phase: 1-Gas, 2-Aqueous, 3-Oil/Liquid (Effect for EOS1, EOS2, EOS3, EOS4, EOS6, ECO2 only).
useRockDistC How to handle the tracer distribution coefficient in different rocks,
=0, tracer distribution coefficient is the same in different rocks (input through following parameter XKD).
>0, tracer distribution coefficient is different in different rocks (input through Record ROCKS.1.1).
In the TOUGH4, the tracers are only allowed in specified phases, except EOS7 which allows tracers in any phases, EOS9 and TMVOC in aqueous only, and EWASG in aqueous and solid phase only. The default is in aqueous phase.
Record TRACR.2
Free format for as many as 11 parameters
TracerName, AMWTM, XHALF, XKD, InvHC, Parent1, mFrac1, Parent2, mFrac2, Parent3, mFrac3
TracerName Name of the tracer
AMWTM Tracer’s molecular weight, g/mole, for EOS7 and for any module involved calculation of product amount of decay/biodegradation processes only.
XHALF Half-life of this tracer, in seconds, default is 1.0e50.
XKD Distribution coefficient for this tracer in the aqueous phase, .
InvHC Inverse Henry's constant , . (The inverse Henry’s constant can be thought of as an aqueous phase solubility.), for EOS7 only.
Parent1 This tracer’s parent of the decay chain/biodegradation, input the tracer number of its parent, default is 0-no parent.
mFrac1 Molar fraction of parent1 decay into current tracer, (default=1.0). The sum of mass fractions to all daughters from the same parent must be 1.0.
(Repeat for parent2 and parent3, the maximum 3 parents are allowed)
Repeat the record TRACR.2 for NumTracer times.
Used in: All EOS modules
Example
TRACR
2, 2 //number of tracer: 2, in aqueous (1:gas, 2: aqueous)
tr1, ,1.0e9, , , // 1st tracer name: tr1, half-life=1.0e9s, other parameters use the default values.
tr2, ,1.0e50, 0.001, , 1 // 2nd: tr2, half-life=1.0e50 (no decay), XKD=0.001, its parent is tracer 1.