Skip to content
Snippets Groups Projects
Commit 0238f057 authored by Nicolas Schwenck's avatar Nicolas Schwenck
Browse files

minor documentation changes

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7556 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 6137af93
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ struct DecoupledTwoPIndices<DecoupledTwoPCommonIndices::pnSw, PVOffset>
static const int saturationIdx = PVOffset + 1; //!< Index of the saturation of the non-wetting/wetting phase
// indices of the primary variables
static const int pnIdx = PVOffset + 0; //!< Pressure index of the wetting phase
static const int pnIdx = PVOffset + 0; //!< Pressure index of the non-wetting phase
static const int SwIdx = PVOffset + 1; //!< Saturation index of the wetting phase
static const int pressureType = pressureNW;
......@@ -177,8 +177,8 @@ struct DecoupledTwoPIndices<DecoupledTwoPCommonIndices::pnSn, PVOffset>
static const int saturationIdx = PVOffset + 1; //!< Index of the saturation of the non-wetting/wetting phase
// indices of the primary variables
static const int pnIdx = PVOffset + 0; //!< Pressure index of the wetting phase
static const int SnIdx = PVOffset + 1; //!< Saturation index of the wetting phase
static const int pnIdx = PVOffset + 0; //!< Pressure index of the non-wetting phase
static const int SnIdx = PVOffset + 1; //!< Saturation index of the non-wetting phase
static const int pressureType = pressureNW;
static const int saturationType = saturationNW;
......@@ -239,7 +239,7 @@ struct DecoupledTwoPIndices<DecoupledTwoPCommonIndices::pGlobalSn, PVOffset>
// indices of the primary variables
static const int pGlobalIdx = PVOffset + 0; //!< Pressure index of the wetting phase
static const int SnIdx = PVOffset + 1; //!< Saturation index of the wetting phase
static const int SnIdx = PVOffset + 1; //!< Saturation index of the non-wetting phase
static const int pressureType = pressureGlobal;
static const int saturationType = saturationNW;
......
......@@ -162,7 +162,7 @@ public:
* \param scvIdx The local index of the sub-control volume where
* the porosity needs to be defined
*/
double porosity(const Element &element,
Scalar porosity(const Element &element,
const FVElementGeometry &fvElemGeom,
int scvIdx) const
{
......
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