mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
lens problem: set the residual phase saturations again
this makes the results of the lens test problem match with those obtained using dumux exactly. (if the time step sizes are forced to be the same.)
This commit is contained in:
parent
4019896b84
commit
db073ed7e3
@ -248,6 +248,12 @@ public:
|
||||
lensUpperRight_[2] = EWOMS_GET_PARAM(TypeTag, Scalar, LensUpperRightZ);
|
||||
}
|
||||
|
||||
// residual saturations
|
||||
lensMaterialParams_.setResidualSaturation(wettingPhaseIdx, 0.18);
|
||||
lensMaterialParams_.setResidualSaturation(nonWettingPhaseIdx, 0.0);
|
||||
outerMaterialParams_.setResidualSaturation(wettingPhaseIdx, 0.05);
|
||||
outerMaterialParams_.setResidualSaturation(nonWettingPhaseIdx, 0.0);
|
||||
|
||||
// parameters for the Van Genuchten law: alpha and n
|
||||
lensMaterialParams_.setVgAlpha(0.00045);
|
||||
lensMaterialParams_.setVgN(7.3);
|
||||
|
Loading…
Reference in New Issue
Block a user