mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
change the default grid used for the lens problem back to Dune::YaspGrid
this is because the reference solution changes for newer versions of dune-alugrid and one of the main purposes of the lens problem is to allow comparison with Dumux relatively easily. (Dumux usese YaspGrid for its version of the lens problem.)
This commit is contained in:
@@ -65,6 +65,9 @@ NEW_PROP_TAG(LensUpperRightZ);
|
||||
// Set the problem property
|
||||
SET_TYPE_PROP(LensBaseProblem, Problem, Ewoms::LensProblem<TypeTag>);
|
||||
|
||||
// Use Dune-grid's YaspGrid
|
||||
SET_TYPE_PROP(LensBaseProblem, Grid, Dune::YaspGrid<2>);
|
||||
|
||||
// Set the wetting phase
|
||||
SET_PROP(LensBaseProblem, WettingPhase)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user