Skip to content
Snippets Groups Projects
Commit 88635855 authored by Markus Wolff's avatar Markus Wolff
Browse files

added index for total phase

   - additional to wPhaseIdx and nPhaseIdx there is an index
     totalPhaseIdx



git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6558 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 047ad011
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ struct DecoupledTwoPCommonIndices
// Phase indices
static const int wPhaseIdx = 0; //!< Index of the wetting phase in a phase vector
static const int nPhaseIdx = 1; //!< Index of the non-wetting phase in a phase vector
static const int totalPhaseIdx = 2; //!< Index of the total phase (wetting + nonwetting)
//saturation flags
static const int saturationW = 0;
......
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