Skip to content
Snippets Groups Projects
Commit ede2be67 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

box 3p3c: add SpatialParams property name

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8187 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent c59fc16c
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,8 @@ NEW_PROP_TAG(NumPhases); //!< Number of fluid phases in the system ...@@ -56,7 +56,8 @@ 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(NumComponents); //!< Number of fluid components in the system
NEW_PROP_TAG(ThreePThreeCIndices); //!< DEPRECATED Enumerations for the 3p3c models NEW_PROP_TAG(ThreePThreeCIndices); //!< DEPRECATED Enumerations for the 3p3c models
NEW_PROP_TAG(Indices); //!< Enumerations for the model NEW_PROP_TAG(Indices); //!< Enumerations for the model
NEW_PROP_TAG(SpatialParameters); //!< The type of the spatial parameters NEW_PROP_TAG(SpatialParams); //!< The type of the spatial parameters
NEW_PROP_TAG(SpatialParameters); //!< DEPRECATED The type of the spatial parameters
NEW_PROP_TAG(FluidSystem); //!< Type of the multi-component relations NEW_PROP_TAG(FluidSystem); //!< Type of the multi-component relations
NEW_PROP_TAG(MaterialLaw); //!< The material law which ought to be used (extracted from the spatial parameters) NEW_PROP_TAG(MaterialLaw); //!< The material law which ought to be used (extracted from the spatial parameters)
......
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