UnconvRS / shale

22 stars 9 forks source link

Prepare Module for a New MRST Release #1

Closed bska closed 3 years ago

bska commented 3 years ago

This PR has a number of smaller changes that prepare the module's examples to run in the next release of MRST—designation 2020b.

Several classes and fields have been renamed in the new MRST release's implementation of compositional systems and this PR ensures that the shale module uses the appropriate names. Additionally, the ReservoirModel has become more strict about the wells' .compi field summing to one (1.0) for injector wells, so I've made a change to the compositional3D example in order to distinguish the producer well from the injector well to avoid triggering that check.

UnconvRS commented 3 years ago

Thanks for the update, I have now merged it into our MRST branch.