opm-common
opm-common copied to clipboard
Common components for OPM, in particular build system (cmake).
-- added mixing model for thermal blackoil -- TEMP is now set energy=enthalpy -- THERMAL use enthalpy and energy different This is draft pullrequest befor all commits are removed.
We have a [test PORV](https://github.com/OPM/opm-common/blob/486882624d4cea17956fe5f681367246977aba7d/tests/parser/FieldPropsTests.cpp#L339-L465) in FieldPropsTests.cpp with: ``` EDIT BOX 1 10 1 10 4 4 / MULTPV 100*4 / ENDBOX BOX 1 10 1 10 3 3 /...
Test PORV2 is nearly the same as PORV. The only difference is in the EDIT section where we but MULTPV after PORV (instead of the other way around). As these...
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...
These are required changes to enable float support in opm-simulators. I only open the PR to give visibility to those who want to test with float. You are free to...
Changes to make it possible to set energy and enthalpy equal for blackoil simulations. This remove possible work terms form the simulator. It builds on to other pull requests. Finally...
Change to mixing model for blackoil
- Changed code to include a mixing rule for blackoil. - Settings do not change results: will be done in separate pullrequest
This cuts a lot of time off Norne for me, and is noticable even on SPE9. Norne summaries: ``` Number of MPI processes: 6 Threads per MPI process: 1 Setup...
While comparing the PRT files of a serial with a parallel run, I noticed that in parallel the report are written in quite an arbitrary order. That make comparing rather...