mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-24 10:10:18 -06:00
NonwettingPhase -> NonWettingPhase
also call fluidState_.pressure() instead of fluidState_.phasePressure() in the TwoPVolumeVariables.
This commit is contained in:
parent
b7aab50731
commit
710ee0ae4e
@ -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}@*/
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user