Skip to content
Snippets Groups Projects
Commit cb1bd4e9 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

box 2p2c: do not use BoxBoundaryVariables anymore

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7420 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 6d98661b
No related branches found
No related tags found
No related merge requests found
...@@ -41,8 +41,6 @@ ...@@ -41,8 +41,6 @@
#include "2p2cproperties.hh" #include "2p2cproperties.hh"
#include "2p2cnewtoncontroller.hh" #include "2p2cnewtoncontroller.hh"
#include <dumux/boxmodels/common/boxboundaryvariables.hh>
namespace Dumux namespace Dumux
{ {
...@@ -127,7 +125,7 @@ SET_TYPE_PROP(BoxTwoPTwoC, VolumeVariables, TwoPTwoCVolumeVariables<TypeTag>); ...@@ -127,7 +125,7 @@ SET_TYPE_PROP(BoxTwoPTwoC, VolumeVariables, TwoPTwoCVolumeVariables<TypeTag>);
SET_TYPE_PROP(BoxTwoPTwoC, FluxVariables, TwoPTwoCFluxVariables<TypeTag>); SET_TYPE_PROP(BoxTwoPTwoC, FluxVariables, TwoPTwoCFluxVariables<TypeTag>);
//! the BoundaryVariables property //! the BoundaryVariables property
SET_TYPE_PROP(BoxTwoPTwoC, BoundaryVariables, Dumux::BoxBoundaryVariables<TypeTag>); SET_TYPE_PROP(BoxTwoPTwoC, BoundaryVariables, TwoPTwoCFluxVariables<TypeTag>);
//! the upwind weight for the mass conservation equations. //! the upwind weight for the mass conservation equations.
SET_SCALAR_PROP(BoxTwoPTwoC, MassUpwindWeight, 1.0); SET_SCALAR_PROP(BoxTwoPTwoC, MassUpwindWeight, 1.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