mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
Activate MDU option, making SMU method its default.
This commit is contained in:
parent
1a59e7360b
commit
631498bd06
@ -443,11 +443,11 @@ namespace Opm
|
||||
double weightFunc(const double w)
|
||||
{
|
||||
// SPU
|
||||
return 0.0;
|
||||
// return 0.0;
|
||||
// TMU
|
||||
// return w > 0.0 ? std::min(w, 1.0) : 0.0;
|
||||
// SMU
|
||||
// return w > 0.0 ? w/(1.0 + w) : 0.0;
|
||||
return w > 0.0 ? w/(1.0 + w) : 0.0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user