mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-06 22:43:01 -06: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:
parent
3e58df254b
commit
855abc09fc
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user