Skip to content
Snippets Groups Projects
Commit ddc96002 authored by Timo Koch's avatar Timo Koch
Browse files

[test][2p1c] Fixup properties

parent dbda0207
No related branches found
No related tags found
1 merge request!2546[test][2p1c] Fixup properties
......@@ -24,17 +24,10 @@
#include <config.h>
#include "properties.hh"
#include <ctime>
#include <iostream>
#include <dune/common/parallel/mpihelper.hh>
#include <dune/common/timer.hh>
#include <dune/grid/io/file/vtk.hh>
#include <dune/istl/io.hh>
#include <dumux/discretization/method.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/parameters.hh>
......@@ -46,7 +39,9 @@
#include <dumux/assembly/fvassembler.hh>
#include <dumux/io/vtkoutputmodule.hh>
#include <dumux/io/grid/gridmanager.hh>
#include <dumux/io/grid/gridmanager_yasp.hh>
#include "properties.hh"
int main(int argc, char** argv)
{
......
......@@ -27,11 +27,12 @@
#include <dumux/common/properties.hh>
#include <dumux/common/parameters.hh>
#include <dumux/common/boundarytypes.hh>
#include <dumux/porousmediumflow/problem.hh>
namespace Dumux {
/*!
* \ingroup TwoPOneCTests
* \brief Non-isothermal 2D problem where steam is injected on the lower left side of the domain.
......
......@@ -38,7 +38,9 @@
#include "problem.hh"
#include "spatialparams.hh"
namespace Dumux::Properties {
// Create new type tags
namespace TTag {
struct InjectionProblem { using InheritsFrom = std::tuple<TwoPOneCNI>; };
......@@ -77,6 +79,7 @@ struct SpatialParams<TypeTag, TTag::InjectionProblem>
//Define whether spurious cold-water flow into the steam is blocked
template<class TypeTag>
struct UseBlockingOfSpuriousFlow<TypeTag, TTag::InjectionProblem> { static constexpr bool value = true; };
} // end namespace Dumux::Properties
#endif
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