mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
commit
ec3d7e7702
@ -68,7 +68,9 @@ namespace Opm
|
|||||||
OpmLog::warning("Can only handle a single region in ROCK ("
|
OpmLog::warning("Can only handle a single region in ROCK ("
|
||||||
+ std::to_string(rockKeyword.size())
|
+ std::to_string(rockKeyword.size())
|
||||||
+ " regions specified)."
|
+ " regions specified)."
|
||||||
+ " Ignoring all except for the first.");
|
+ " Ignoring all except for the first.\nSee " + rockKeyword.getFileName()
|
||||||
|
+ ", in line:" + std::to_string(rockKeyword.getLineNumber())
|
||||||
|
+ " for more information.");
|
||||||
}
|
}
|
||||||
|
|
||||||
pref_ = rockKeyword.getRecord(0).getItem("PREF").getSIDouble(0);
|
pref_ = rockKeyword.getRecord(0).getItem("PREF").getSIDouble(0);
|
||||||
|
@ -33,7 +33,7 @@ namespace Opm {
|
|||||||
Opm::DeckConstPtr deck,
|
Opm::DeckConstPtr deck,
|
||||||
const GridT& grid)
|
const GridT& grid)
|
||||||
{
|
{
|
||||||
OpmLog::info("***************Saturation Functions Diagnostics***************");
|
OpmLog::info("\n***************Saturation Functions Diagnostics***************");
|
||||||
phaseCheck_(deck);
|
phaseCheck_(deck);
|
||||||
satFamilyCheck_(eclState);
|
satFamilyCheck_(eclState);
|
||||||
tableCheck_(eclState, deck);
|
tableCheck_(eclState, deck);
|
||||||
|
Loading…
Reference in New Issue
Block a user