Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
2e7c3222
Commit
2e7c3222
authored
Oct 31, 2020
by
Kilian Weishaupt
Browse files
Add missing includes to fix headercheck
parent
5e6c03a0
Changes
11
Hide whitespace changes
Inline
Side-by-side
dumux/material/fluidmatrixinteractions/2p/efftoabsdefaultpolicy.hh
View file @
2e7c3222
...
...
@@ -26,6 +26,9 @@
#ifndef DUMUX_MATERIAL_FLUIDMATRIX_TWOP_EFF_TO_ABS_DEFAULT_POLICY_HH
#define DUMUX_MATERIAL_FLUIDMATRIX_TWOP_EFF_TO_ABS_DEFAULT_POLICY_HH
#include
<dune/common/float_cmp.hh>
#include
<dumux/common/parameters.hh>
namespace
Dumux
::
FluidMatrix
{
/*!
...
...
dumux/material/fluidmatrixinteractions/2p/heatpipelaw.hh
View file @
2e7c3222
...
...
@@ -174,6 +174,7 @@ private:
#include
<dumux/common/parameters.hh>
#include
<dumux/common/spline.hh>
#include
<dumux/material/fluidmatrixinteractions/fluidmatrixinteraction.hh>
#include
<dumux/material/fluidmatrixinteractions/2p/efftoabsdefaultpolicy.hh>
namespace
Dumux
::
FluidMatrix
{
...
...
dumux/material/fluidmatrixinteractions/2p/interfacialarea/interfacialarea.hh
View file @
2e7c3222
...
...
@@ -25,6 +25,7 @@
#define DUMUX_MATERIAL_FLUIDMATRIX_TWO_P_INTERFACIAL_AREA_HH
#include
<dumux/common/parameters.hh>
#include
<dumux/material/fluidmatrixinteractions/fluidmatrixinteraction.hh>
#include
<dumux/material/fluidmatrixinteractions/2p/efftoabsdefaultpolicy.hh>
#include
<dumux/material/fluidmatrixinteractions/2p/noregularization.hh>
...
...
dumux/material/fluidmatrixinteractions/3p/napladsorption.hh
View file @
2e7c3222
...
...
@@ -26,6 +26,8 @@
#include
<algorithm>
#include
<dune/common/float_cmp.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/material/fluidmatrixinteractions/fluidmatrixinteraction.hh>
namespace
Dumux
::
FluidMatrix
{
...
...
dumux/material/fluidmatrixinteractions/3p/parkervangenuchten.hh
View file @
2e7c3222
...
...
@@ -25,10 +25,11 @@
#define PARKER_VANGENUCHTEN_3P_HH
#include
<algorithm>
#include
<dumux/material/fluidmatrixinteractions/fluidmatrixinteraction.hh>
#include
<dumux/material/fluidmatrixinteractions/2p/noregularization.hh>
#include
<dumux/common/optionalscalar.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/spline.hh>
#include
<dumux/material/fluidmatrixinteractions/fluidmatrixinteraction.hh>
#include
<dumux/material/fluidmatrixinteractions/2p/noregularization.hh>
namespace
Dumux
::
FluidMatrix
{
...
...
dumux/python/common/fvproblem.hh
View file @
2e7c3222
...
...
@@ -33,6 +33,7 @@
#include
<dune/python/pybind11/pybind11.h>
#include
<dumux/common/boundarytypes.hh>
#include
<dumux/discretization/method.hh>
#include
<dumux/python/common/boundarytypes.hh>
namespace
Dumux
::
Python
{
...
...
test/freeflow/navierstokes/channel/3d/problem.hh
View file @
2e7c3222
...
...
@@ -31,6 +31,10 @@
#include
<dune/common/float_cmp.hh>
#include
<dune/grid/yaspgrid.hh>
#ifndef GRID_DIM
#define GRID_DIM 3
#endif
#if HAVE_DUNE_SUBGRID && GRID_DIM == 3
#include
<dune/subgrid/subgrid.hh>
#endif
...
...
test/freeflow/rans/problem.hh
View file @
2e7c3222
...
...
@@ -28,8 +28,10 @@
#define DUMUX_PIPE_LAUFER_PROBLEM_HH
#include
<dumux/common/properties.hh>
#include
<dumux/freeflow/navierstokes/boundarytypes.hh>
#include
<dumux/freeflow/rans/problem.hh>
#include
<dumux/freeflow/turbulencemodel.hh>
#include
<dumux/freeflow/turbulenceproperties.hh>
namespace
Dumux
{
...
...
test/multidomain/boundary/stokesdarcy/1p2c_2p2c/problem_stokes.hh
View file @
2e7c3222
...
...
@@ -36,6 +36,8 @@
#include
<dumux/material/fluidsystems/1padapter.hh>
#include
<dumux/material/fluidsystems/h2oair.hh>
#include
<dumux/multidomain/boundary/stokesdarcy/couplingdata.hh>
namespace
Dumux
{
template
<
class
TypeTag
>
class
StokesSubProblem
;
...
...
test/multidomain/boundary/stokesdarcy/1p3c_1p3c/problem_stokes.hh
View file @
2e7c3222
...
...
@@ -33,6 +33,8 @@
#include
<dumux/freeflow/navierstokes/boundarytypes.hh>
#include
<dumux/freeflow/navierstokes/problem.hh>
#include
<dumux/multidomain/boundary/stokesdarcy/couplingdata.hh>
#include
<dumux/flux/maxwellstefanslaw.hh>
#include
"h2n2co2fluidsystem.hh"
...
...
test/porousmediumflow/1p/implicit/periodicbc/problem.hh
View file @
2e7c3222
...
...
@@ -28,9 +28,6 @@
#if HAVE_DUNE_SPGRID
#include
<dune/grid/spgrid.hh>
#endif
#if HAVE_DUNE_ALUGRID
#include
<dune/alugrid/grid.hh>
#endif
#include
<dumux/common/boundarytypes.hh>
...
...
@@ -66,9 +63,10 @@ struct OnePIncompressibleBox { using InheritsFrom = std::tuple<OnePIncompressibl
}
// end namespace TTag
// Set the grid type
#if HAVE_DUNE_SPGRID
template
<
class
TypeTag
>
struct
Grid
<
TypeTag
,
TTag
::
OnePIncompressible
>
{
using
type
=
Dune
::
SPGrid
<
double
,
2
>
;
};
// struct Grid<TypeTag, TTag::OnePIncompressible> { using type = Dune::ALUGrid<2, 2, Dune::cube, Dune::nonconforming>; };
#endif
// Set the problem type
template
<
class
TypeTag
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment