EOS GAS

Defines the properties of the gas phase. Below an example that model CO2 as an ideal gas:

EOS GAS
  SURFACE_DENSITY 1.9 kg/m^3
  DENSITY IDEAL
  ENTHALPY IDEAL_CO2
  VISCOSITY CONSTANT 0.03 cP
END

The other two properties to set are:

Enthalpy must be defined only for thermal problems, in which case it cannot be defaulted. If the gas is defined by a database option (CO2 database or external), the Enthalpy model is not required, as enthalpy must be defined in the database, if not found the software will return an error. In any other case, the user must specify an Enthalpy model.

If no specifications are given, the gas will default to air, with density and energy computations using the ideal gas law.

SURFACE_DENSITY specification of gas surface density

This keyword specifies the density of the gas phase at surface conditions. The surface density value is used to convert fluid flows in the reservoir into surface volume flows. Surface volumes are used to specify required well rates with targets like TARG_GSV, and surface volume rates and totals are reported in the Mass file and in the Eclipse files. The surface density must be entered or the software will return an error. The density units are optional, if not entered are defaulted to \(kg/m^3.\)

An example is:

SURFACE_DENSITY 0.656 kg/m^3

FORMULA_WEIGHT specification of gas molecular weight

The gas molecular weight can be entered by the user, otherwise will be defaulted to air, 28.96 g/mol.

An example in setting the gas molecular weight to that of methane:

FORMULA_WEIGHT 16.04

If not entered the units will default g/mol.

The molecular weight will be used with some gas density calculation options, such as DENSITY IDEAL. In some cases, such as specification of the reservoir density using a table of formation volume factor with respect to the specified surface density, the density may not depend on the FORMULA_WEIGHT value.