Skip to content
Snippets Groups Projects
Commit 005a819c authored by Martin Beck's avatar Martin Beck
Browse files

[el2p + el1p2c] Removed unnecessary definition of property tags

Most of the properties tags are unneccesary, as they are already defined in 1p2cproperties or 2pproperties, respectively.

(reviewed by martins)
parent 870f8348
No related branches found
No related tags found
1 merge request!31Feature/colebrookwhiteboundarylayer
......@@ -51,15 +51,6 @@ NEW_TYPE_TAG(BoxElasticOnePTwoC, INHERITS_FROM(BoxModel));
//////////////////////////////////////////////////////////////////
// Property tags
//////////////////////////////////////////////////////////////////
NEW_PROP_TAG(NumPhases); //!< Number of fluid phases in the system
NEW_PROP_TAG(PhaseIdx); //!< A phase index in to allow that a two-phase fluidsystem is used
NEW_PROP_TAG(NumComponents); //!< Number of fluid components in the system
NEW_PROP_TAG(Indices); //!< Enumerations for the 1p2c model
NEW_PROP_TAG(FluidSystem ); //!<The fluid systems including the information about the phases
NEW_PROP_TAG(SpatialParams); //!< The type of the soil properties object
NEW_PROP_TAG(UseMoles); //!Defines whether mole (true) or mass (false) fractions are used
NEW_PROP_TAG(ProblemEnableGravity); //!< Returns whether gravity is considered in the problem
NEW_PROP_TAG(ImplicitMassUpwindWeight); //!< The default value of the upwind weight
//! Returns whether the stabilization terms are included in the balance equations
NEW_PROP_TAG(ImplicitWithStabilization);
//! Returns whether the output should be written according to rock mechanics sign convention (compressive stresses > 0)
......
......@@ -48,19 +48,6 @@ NEW_TYPE_TAG(BoxElasticTwoP, INHERITS_FROM(BoxModel));
//////////////////////////////////////////////////////////////////
// Property tags
//////////////////////////////////////////////////////////////////
NEW_PROP_TAG(NumPhases); //!< Number of fluid phases in the system
NEW_PROP_TAG(NumComponents); //!< Number of fluid components in the system
NEW_PROP_TAG(Indices); //!< Enumerations for the linear elasticity model
NEW_PROP_TAG(SpatialParams); //!< The type of the soil properties object
NEW_PROP_TAG(MaterialLaw); //!< The material law which ought to be used (extracted from the soil)
NEW_PROP_TAG(MaterialLawParams); //!< The context material law (extracted from the soil)
NEW_PROP_TAG(WettingPhase); //!< The wetting phase for two-phase models
NEW_PROP_TAG(NonwettingPhase); //!< The non-wetting phase for two-phase models
NEW_PROP_TAG(ImplicitMobilityUpwindWeight); //!< The default value of the upwind parameter
NEW_PROP_TAG(ProblemEnableGravity); //!< Returns whether gravity is considered in the problem
NEW_PROP_TAG(FluidSystem); //!< The fluid systems including the information about the phases
NEW_PROP_TAG(FluidState); //!< The phases state
NEW_PROP_TAG(DisplacementGridFunctionSpace); //!< grid function space for the displacement
NEW_PROP_TAG(PressureGridFunctionSpace); //!< grid function space for the pressure, saturation, ...
NEW_PROP_TAG(GridOperatorSpace); //!< The grid operator space
......
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