GOFT

GOFT (optional) introduces a list of sinks/sources for which time-dependent data are to be written out for plotting during the simulation. A separate file is generated for each sink/source in CSV format. The name of each file starts with GOFT, and includes the sink/source name.

Record GOFT.1

Free format for 3 parameters, or Format (A5,A5,5X,I5)

EGOFT, SLNS, IGOFTF

ECOFT the name of an element in which a sink/source is defined.

SLNS name of the sink/source (optional, It is necessary only when multiple source/sink in the same element). It will be part of the output file name.

IGOFTF a flag to control the amount of printout.

0: default printout of mass flow rate and flowing enthalpy.

>0: print out fractional mass flow rate of the specified phase in addition to the default. printout.

<0: print out fractional mass flow rate of each of all the flowing phases in addition to the default printout.

Record GOFT.2

A blank record closes the GOFT data block. Repeat records GOFT.l for as many sinks/sources as desired.

If the input keyword is in lower case “goft” or “goft_”, an alternative input for this record is provided. A list of as many as 20 ECOFT in each line in free format will be read, and IGOFTF is set to 0. Multiple lines are allowed.

Used in: All EOS modules

Example:

GOFT

AAA01,inj1, 1 //write out time series of gas rate for the well at "AAA01".

Last updated