Skip to content
Snippets Groups Projects
Commit 84b462d4 authored by Timo Koch's avatar Timo Koch
Browse files

[cleanup] Remove property MaterialLaw (extract from SpatialParams)

parent b7a839db
No related branches found
No related tags found
1 merge request!822[spatialparams] Free the base classes from TypeTag
...@@ -113,8 +113,6 @@ NEW_PROP_TAG(PrimaryVariableSwitch); //!< The primary variable swi ...@@ -113,8 +113,6 @@ NEW_PROP_TAG(PrimaryVariableSwitch); //!< The primary variable swi
NEW_PROP_TAG(EffectiveDiffusivityModel); //!< The employed model for the computation of the effective diffusivity NEW_PROP_TAG(EffectiveDiffusivityModel); //!< The employed model for the computation of the effective diffusivity
NEW_PROP_TAG(ThermalConductivityModel); //!< Model to be used for the calculation of the effective conductivity NEW_PROP_TAG(ThermalConductivityModel); //!< Model to be used for the calculation of the effective conductivity
NEW_PROP_TAG(VelocityOutput); //!< specifies the velocity calculation module to be used NEW_PROP_TAG(VelocityOutput); //!< specifies the velocity calculation module to be used
NEW_PROP_TAG(MaterialLaw); //!< The material law which ought to be used (extracted from the spatial parameters)
NEW_PROP_TAG(Formulation); //!< The formulation of the model NEW_PROP_TAG(Formulation); //!< The formulation of the model
// TODO: is this useful? -> everything is a constraint solver just a different type // TODO: is this useful? -> everything is a constraint solver just a different type
NEW_PROP_TAG(UseConstraintSolver); //!< Whether to use a contraint solver for computing the secondary variables NEW_PROP_TAG(UseConstraintSolver); //!< Whether to use a contraint solver for computing the secondary variables
......
...@@ -28,8 +28,10 @@ ...@@ -28,8 +28,10 @@
#include <dumux/common/properties.hh> #include <dumux/common/properties.hh>
#include "sequentialfv1p.hh" #include "sequentialfv1p.hh"
namespace Dumux namespace Dumux {
{ namespace Properties
{ NEW_PROP_TAG( MaterialLaw ); }
/*! /*!
* \ingroup SpatialParameters * \ingroup SpatialParameters
* \brief The base class for spatial parameters of a multi-phase problem using the * \brief The base class for spatial parameters of a multi-phase problem using the
......
...@@ -66,6 +66,7 @@ NEW_TYPE_TAG(SequentialTwoPTwoC, INHERITS_FROM(Pressure, Transport, IMPET)); ...@@ -66,6 +66,7 @@ NEW_TYPE_TAG(SequentialTwoPTwoC, INHERITS_FROM(Pressure, Transport, IMPET));
////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////
NEW_PROP_TAG( Indices ); NEW_PROP_TAG( Indices );
NEW_PROP_TAG( SpatialParams ); //!< The type of the soil properties object NEW_PROP_TAG( SpatialParams ); //!< The type of the soil properties object
NEW_PROP_TAG( MaterialLaw ); //!< The type of the material law
NEW_PROP_TAG( PressureFormulation); //!< The formulation of the model NEW_PROP_TAG( PressureFormulation); //!< The formulation of the model
NEW_PROP_TAG( SaturationFormulation); //!< The formulation of the model NEW_PROP_TAG( SaturationFormulation); //!< The formulation of the model
NEW_PROP_TAG( VelocityFormulation); //!< The formulation of the model NEW_PROP_TAG( VelocityFormulation); //!< The formulation of the model
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment