GRAVITY

Recognised by the OPM Flow parserPROPS

GRAVITY defines the oil API gravity and water and gas surface specific gravities for the fluids for various regions in the model. The number of GRAVITY vector data sets is defined by the NTPVT parameter on the TABDIMS keyword in the RUNSPEC section and the allocation of the GRAVITY data sets to different grid blocks in the model is done via the PVTNUM keyword in the REGIONS section. One data set consists of one record or line which is terminated by a “/”.

This surface density or gravity must be entered using either the DENSITY or GRAVITY keywords irrespective of which phases are active in the model.

Notes:

The keyword is followed by NTPVT tables as declared on the TABDIMS keyword in the RUNSPEC section.

Each data set is by terminated by a “/” at the end of the line and there is no “/” terminator for the keyword.

According to the SPE SI standard191 The SI Metric System of Units and SPE Metric Standard, Adopted for Use as a Voluntary Standard by the SPE Board of Directors, June 1983, Society of Petroleum Engineers., Relative Density (γ) replaces Specific Gravity as the term used to define the ratio of the density of a known material to the density of reference material, at standard conditions of pressure and temperature. Standard conditions vary throughout the world, but for oil field units one normally uses14.7 psia and 60 oF, while for SI units some areas use 101.325 kPa and 15 oC.

The SI Metric System of Units and SPE Metric Standard, Adopted for Use as a Voluntary Standard by the SPE Board of Directors, June 1983, Society of Petroleum Engineers.

Note that provided the first table has been entered, subsequent tables may be defaulted, in this case the prior table is copied to the current table. See the third example for an illustration on how to use this feature.

See also the DENSITY keyword in the PROPS section.

Records
Fixed number of records
Items per record
3

Parameters

No.NameDescriptionTypeDimensionFieldMetricLabDefault
1API_GRAVITY
manual: OILAPI
OILAPI is a real number defining the API gravity of the oil phase at surface conditions. The American Petroleum Institute (“API”) classifies oils based on an API gravity (γAPI),or degrees API (°API), the relationship between relative density (γo) of oil and API gravity (γAPI) is given by: [%gamma SUB { API } ~ = ~ { 141.5 } OVER { %gamma SUB { o }}~-~ 131.5]DOUBLE1°API°API°APINone
2WATER_SP_GRAVITY
manual: WATGRAV
WATGRAV is a real number defining the specific gravity of the water phase relative to pure water at surface conditions.DOUBLE1(water =1.0) 0.7773(water =1.0) 0.7773(water =1.0) 0.7773Defined
3GAS_SP_GRAVITY
manual: GASGRAV
GASGRAV is a real number defining the specific gravity of the gas phase relative to air at surface conditions.DOUBLE1(air =1.0) 1.000(air =1.0) 1.000(air =1.0) 1.000Defined

Example

The following shows the GRAVITY keyword for when NTPVT on the TABDIMS keyword in the RUNSPEC section is set to one.
--
-- OIL WAT GAS
-- GRAVITY GRAVITY GRAVITY
-- ------- ------- -------
GRAVITY
39.0 1.012 0.650 / GRAVITY PVT DATA REGION 1
The next example shows the GRAVITY keyword for when NTPVT on the TABDIMS keyword in the RUNSPEC section is set to three.
--
-- OIL WAT GAS
-- GRAVITY GRAVITY GRAVITY
-- ------- ------- -------
GRAVITY
37.0 1.012 0.650 / GRAVITY PVT DATA REGION 1
38.0 1.012 0.646 / GRAVITY PVT DATA REGION 2
39.0 1.012 0.640 / GRAVITY PVT DATA REGION 3
The third and final example shows the GRAVITY keyword for when NTPVT on the TABDIMS keyword in the RUNSPEC section is set to four. Here table two defaults to table one, and table four defaults to table three.
--
-- OIL WAT GAS
-- GRAVITY GRAVITY GRAVITY
-- ------- ------- -------
GRAVITY
37.0 1.012 0.650 / GRAVITY PVT DATA REGION 1
/ GRAVITY PVT DATA REGION 2
38.0 1.012 0.646 / GRAVITY PVT DATA REGION 3
/ GRAVITY PVT DATA REGION 4
Again, note that there is no terminating “/” for this keyword.

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