NonwettingPhase -> NonWettingPhase

also call fluidState_.pressure() instead of
fluidState_.phasePressure() in the TwoPVolumeVariables.
This commit is contained in:
Andreas Lauser 2011-11-01 12:17:20 +00:00 committed by Andreas Lauser
parent b7aab50731
commit 710ee0ae4e
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ public: typedef Dumux::LiquidPhase<Scalar, Dumux::H2O<Scalar> > type; /*@\label{
};
// Set the non-wetting phase
SET_PROP(TutorialProblemCoupled, NonwettingPhase)
SET_PROP(TutorialProblemCoupled, NonWettingPhase)
{
private: typedef typename GET_PROP_TYPE(TypeTag, PTAG(Scalar)) Scalar;
public: typedef Dumux::LiquidPhase<Scalar, Dumux::Oil<Scalar> > type; /*@\label{tutorial-coupled:nonwettingPhase}@*/

View File

@ -93,7 +93,7 @@ public:
};
// Set the non-wetting phase
SET_PROP(TutorialProblemDecoupled, NonwettingPhase)
SET_PROP(TutorialProblemDecoupled, NonWettingPhase)
{
private:
typedef typename GET_PROP_TYPE(TypeTag, PTAG(Scalar)) Scalar;