BinWang0213 / MRST_Shale

Shale gas simulation environment
32 stars 12 forks source link

MRST_Shale results not matching reference solutions #2

Closed mszulcz closed 3 years ago

mszulcz commented 3 years ago

Dear Mr. Wang,

I recently installed MRST_Shale and ran all of the example cases. For Case 1 and Case 4, the MRST_Shale results for gas production rate do not match the reference solution. I've tried to attached pictures of the gas production plots to show the comparisons. Are the results supposed to match for the cases? If so, do you know why they aren't?

Thank you for your time.

Case1_MRST_EDFM_benchmark_GasProductionRate Case4_NaturalFrac_Geomechanics_Barnett_GasProductionRate

BinWang0213 commented 3 years ago

Hi,

You can find my history simulation results @ MRST_Shale/examples/results/ folder.

To match the reference solution, you need to check the following things in these two cases:

For example, in Case1_MRST_LGR_benchmark.m To match the reference solution of LGR250.csv that uses k_frac = 10*Darcy, you need to

[perm_rock,perm_frac]=deal(0.0005*milli*darcy,0.5*darcy); @ Line 48 by [perm_rock,perm_frac]=deal(0.0005*milli*darcy,10*darcy);

And uncomment data_file='LGR250.csv'; @ Line 106

Now. you will get the matched results for the cumulative production: image