opm-common icon indicating copy to clipboard operation
opm-common copied to clipboard

use DENSITY in CO2STORE runs

Open totto82 opened this issue 1 year ago • 5 comments

In the current implementation the surface density is computed internally using pressure and temperature at stcond and thus DENSITY is ignored. Sometimes it may be beneficial for the user to set the surface density themselves. For instance to make sure that injection rates are consistent etc. This PR changes the behavior of the CO2STORE such that it reads and uses the given surface density from the DENSITY keyword and only compute it internally if DENSITY is not given.

totto82 avatar Jan 29 '24 09:01 totto82

jenkins build this please

totto82 avatar Jan 30 '24 11:01 totto82

jenkins build this please

totto82 avatar Feb 02 '24 09:02 totto82

jenkins build this please

totto82 avatar Apr 15 '24 07:04 totto82

In the current version, what is the value of surface density that is calculated?

atgeirr avatar Apr 19 '24 07:04 atgeirr

In the current version, what is the value of surface density that is calculated?

It is shown in the top of the .PRT file. (It computes it from pressure and temperature in STCOND(usually defaulted))

totto82 avatar Apr 19 '24 08:04 totto82