diff --git a/dumux/boxmodels/common/boxdarcyfluxvariables.hh b/dumux/boxmodels/common/boxdarcyfluxvariables.hh index 729863a2f3096f95feab6b921cb890c065aeb441..5b6806f4875e30617e053652d9d23634fd97762a 100644 --- a/dumux/boxmodels/common/boxdarcyfluxvariables.hh +++ b/dumux/boxmodels/common/boxdarcyfluxvariables.hh @@ -43,11 +43,10 @@ namespace Dumux namespace Properties { // forward declaration of properties -NEW_PROP_TAG(MobilityUpwindWeight); +NEW_PROP_TAG(ImplicitMobilityUpwindWeight); NEW_PROP_TAG(SpatialParams); NEW_PROP_TAG(NumPhases); NEW_PROP_TAG(ProblemEnableGravity); -NEW_PROP_TAG(EnableGravity);//DEPRECATED } /*! diff --git a/dumux/boxmodels/richards/richardsproperties.hh b/dumux/boxmodels/richards/richardsproperties.hh index 1d83d73022689dfbd584ea80e61329feaeb3f0d9..392e300cac7a105554f2cf8fac15d058128f81d0 100644 --- a/dumux/boxmodels/richards/richardsproperties.hh +++ b/dumux/boxmodels/richards/richardsproperties.hh @@ -55,7 +55,8 @@ NEW_TYPE_TAG(BoxRichards, INHERITS_FROM(BoxModel)); NEW_PROP_TAG(NumPhases); //!< Number of fluid phases in the system NEW_PROP_TAG(RichardsIndices); //!< DEPRECATED Enumerations used by the Richards models NEW_PROP_TAG(Indices); //!< Enumerations used by the model -NEW_PROP_TAG(SpatialParameters); //!< The type of the spatial parameters object +NEW_PROP_TAG(SpatialParams); //!< The type of the spatial parameters +NEW_PROP_TAG(SpatialParameters); //!< DEPRECATED The type of the spatial parameters NEW_PROP_TAG(MaterialLaw); //!< The material law which ought to be used (by default extracted from the spatial parameters) NEW_PROP_TAG(MaterialLawParams); //!< The type of the parameter object for the material law (by default extracted from the spatial parameters) NEW_PROP_TAG(FluidSystem); //!< The fluid system to be used for the Richards model diff --git a/test/decoupled/1p/test_1p.cc b/test/decoupled/1p/test_1p.cc index 6379cdc75a4592633db3b527e66412cbdc9c0b88..d5150f552d771223b8ba5340b9c4680e470662ab 100644 --- a/test/decoupled/1p/test_1p.cc +++ b/test/decoupled/1p/test_1p.cc @@ -51,9 +51,9 @@ void usage(const char *progName, const std::string &errorMsg) errorMessageOut += "\n\nThe list of mandatory arguments for this program is:\n" "\t-TimeManager.TEnd End of the simulation [s] \n" "\t-TimeManager.DtInitial Initial timestep size [s] \n" - "\t-Grid.NumRefine The refinement level of the grid. [-] \n" + "\t-Grid.NumRefine The refinement level of the grid. [-] \n"; errorMessageOut += "\nAdditionally the following arguments can be specified:\n" - "\t-Problem.Delta Anisotropy of permeability tensor. Value out + "\t-Problem.Delta Anisotropy of permeability tensor. Value out" "\t of (0, 1], with 1 being isotrop. Default: 1e-3.\n"; std::cout << errorMessageOut