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

added new possibility of cflfluxfunction to impes test problem


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4701 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 588da98e
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,8 @@
#include "test_impes_spatialparams.hh"
//#include<dumux/decoupled/2p/transport/fv/evalcflflux_coats.hh>
namespace Dumux
{
......@@ -122,6 +124,8 @@ public:
// Enable gravity
SET_BOOL_PROP(IMPESTestProblem, EnableGravity, false);
//SET_TYPE_PROP(IMPESTestProblem, EvalCflFluxFunction, Dumux::EvalCflFluxCoats<TypeTag>);
SET_SCALAR_PROP(IMPESTestProblem, CFLFactor, 0.95);
}
......
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