Hello MRST users,
I am running a simple black oil simulation using MRST. For the model, I am using the example that is already available, namely blackoilTutorialSPE1.m. In addition, I also use the SPE1 dataset to build the same model in another simulator, namely CMG. All the input data has been synchronized with the dataset.
In MRST, I added some additional lines of code to calculate the volume in place values (OOIP, OGIP, OWIP). However, after I compared the results with the simulation in CMG, I found that the values are quite different.
I would like to ask, is there perhaps an error in the way I calculated or in the code I added, especially in determining the initial saturation value?
For reference, I also attached the code I used. Thank you
Hi Olav,I have tried your suggestion and the results are the same as CMG for OOIP and OWIP values. but why is the OGIP value different, in MRST the OGIP value still shows a value of 0. is the saturation value taken to calculate the volume in place in the last step? because in the first step saturation is still 0 for the gas [0.12, 0.88, 0].Thank you
Hi Olav,
Thank you so much for your suggestion! I tried the approach you recommended, and it worked perfectly. It was very helpful!