Skip to content
Snippets Groups Projects
Commit f1ca3477 authored by Martin Schneider's avatar Martin Schneider
Browse files

slight changes in doxygen docu

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11602 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent bbfeaba3
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ SET_INT_PROP(DecoupledTwoP, NumPhases, 2);//!< The number of phases in the 2p mo ...@@ -101,7 +101,7 @@ SET_INT_PROP(DecoupledTwoP, NumPhases, 2);//!< The number of phases in the 2p mo
//! Set number of components to 1 for immiscible two-phase models //! Set number of components to 1 for immiscible two-phase models
SET_INT_PROP(DecoupledTwoP, NumComponents, 1); //!< Each phase consists of 1 pure component SET_INT_PROP(DecoupledTwoP, NumComponents, 1); //!< Each phase consists of 1 pure component
//! Set \f$p_w\f$-\f$S_n\f$ formulation as default two-phase formulation //! Set \f$p_w\f$-\f$S_w\f$ formulation as default two-phase formulation
SET_INT_PROP(DecoupledTwoP, SET_INT_PROP(DecoupledTwoP,
Formulation, Formulation,
DecoupledTwoPCommonIndices::pwsw); DecoupledTwoPCommonIndices::pwsw);
...@@ -149,8 +149,7 @@ public: ...@@ -149,8 +149,7 @@ public:
typedef IsothermalImmiscibleFluidState<Scalar, FluidSystem> type; typedef IsothermalImmiscibleFluidState<Scalar, FluidSystem> type;
}; };
//! The spatial parameters to be employed. //! The spatial parameters to be employed. Use FVSpatialParams by default.
//! Use BoxSpatialParams by default.
SET_TYPE_PROP(DecoupledTwoP, SpatialParams, FVSpatialParams<TypeTag>); SET_TYPE_PROP(DecoupledTwoP, SpatialParams, FVSpatialParams<TypeTag>);
/*! /*!
......
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