WRFTPLT

Recognised by the OPM Flow parserSCHEDULE

This keyword activates reporting of a well’s depth pressure and fluid rates profile to the RFT file for the requested wells at the time the keyword is activated. Data written out by the simulator is used to match the field measured data collected from both the Repeat Formation Tester (“RFT”) tool and various Production Logging Tools (“PLT”).

See the WRFT keyword in the SCHEDULE section for a brief description of the RFT data set. This keyword also activates the writing out of each well connection’s fluid rates, connection factors and KH data, etc., as the PLT data. The PLT data is used to compare with measured data from wire line production logging tools.

Notes:

The keyword is followed by any number of records terminated by a “/” and the keyword should be terminated by a “/”.

See also the WRFT keyword in the SCHEDULE section that has less flexible reporting options.

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

Parameters

No.NameDescriptionTypeDefault
1WELL
manual: WELNAME
A columnar vector of character strings of up to eight characters in length for each item, that defines the well name for which the RFT data should be written to the RFT file. Note that the WELNAME must have been declared previously using the WELSPECS keyword in the SCHEDULE section, otherwise an error may occur. If the WELNAME is left blank then the data is written out for all wells at the time they are first opened to flow. If the WELNAME is given, then the RFT data for the well at the time step the keyword is invoked is written out.STRINGNone
2OUTPUT_RFT
manual: RFT
A defined character string that sets the RFT data set output options and should be set to one of the following character strings. NO: do not write RFT data for the well. YES: write out the RFT data at the current reporting time step. REPT: write out the RFT data at the current reporting time step and all subsequent reporting time steps. TIMESTEP: write out the RFT data at the current reporting time step and all subsequent time steps. FOPN: write out the RFT data at the current reporting time step for the well if it is opened, otherwise write the RFT data out the first time the named well is opened.
NOYESREPTTIMESTEPFOPN
STRINGNO
3OUTPUT_PLT
manual: PLT
A defined character string that sets the PLT data set output options and should be set to one of the following character strings. NO: do not write PLT data for the well. YES: write out the PLT data at the current reporting time step. REPT: write out the PLT data at the current reporting time step and all subsequent reporting time steps. TIMESTEP: write out the PLT data at the current reporting time step and all subsequent time steps.
NOYESREPTTIMESTEP
STRINGNO
4OUTPUT_SEGMENT
manual: MULTISEG
A defined character string that sets the output options for multi-segment wells, that is the flow rates and pressures through each well segment, and should be set to one of the following character strings. NO: do not write multi-segment well data for the well. YES: write out the multi-segment well data at the current reporting time step. REPT: write out the multi-segment well data at the current reporting time step and all subsequent reporting time steps. TIMESTEP: write out the multi-segment well data at the current reporting time step and all subsequent time steps. Note the commercial simulator also uses MULTISEG to control the output of “rivers” for when the RIVERS Model has been enabled via the RIVRDIMS keyword in the RUNSPEC section. OPM Flow does not support the RIVERS Model.
NOYESREPTTIMESTEP
STRINGNO

Example

The first example activates RFT output at the current reporting time step for all the wells that are opened to flow, otherwise the RFT data is written out the first time a well is opened.
--
-- WELL RFT, PLT AND SEGMENT DATA
--
-- WELL RFT PLT SEGMENT
-- NAME DATA DATA DATA
WRFTPLT
'*' FOPN /
/
The next example writes out the RFT and PLT data for two wells at the current reporting time step.
--
-- WELL RFT, PLT AND SEGMENT DATA
--
-- WELL RFT PLT SEGMENT
-- NAME DATA DATA DATA
WRFTPLT
OP01 YES YES /
OP02 YES YES /
/
The final example is shown below:
--
-- WELL RFT, PLT AND SEGMENT DATA
--
-- WELL RFT PLT SEGMENT
-- NAME DATA DATA DATA
WRFTPLT
OP01 REPT NO /
OP02 NO YES /
/
In this case the RFT data for well OP01 is written out at the current reporting time step and all subsequent reporting time steps. For well OP02, no RFT is written out but the PLT data is written out for the current report time step only.

Manual source: parts/chapters/subsections/12.3/WRFTPLT.fodt