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
80a224df
Commit
80a224df
authored
Dec 21, 2017
by
Timo Koch
Browse files
[material] Fix missing includes
parent
1d0b3f95
Changes
6
Hide whitespace changes
Inline
Side-by-side
dumux/material/chemistry/electrochemistry/electrochemistry.hh
View file @
80a224df
...
...
@@ -27,7 +27,9 @@
#include
<cmath>
#include
<dumux/common/properties.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/exceptions.hh>
#include
<dumux/discretization/methods.hh>
#include
<dumux/material/constants.hh>
#include
<dumux/material/components/component.hh>
#include
<dumux/material/fluidsystems/h2on2o2.hh>
...
...
dumux/material/constraintsolvers/compositionalflash.hh
View file @
80a224df
...
...
@@ -261,10 +261,6 @@ public:
const
Scalar
&
porosity
,
const
Scalar
&
temperature
)
{
if
(
saturation
==
0.
||
saturation
==
1.
)
Dune
::
dinfo
<<
"saturation initial and boundary conditions set to zero or one!"
<<
" assuming fully saturated compositional conditions"
<<
std
::
endl
;
// set the temperature, pressure
fluidState
.
setTemperature
(
temperature
);
fluidState
.
setPressure
(
wPhaseIdx
,
phasePressure
[
wPhaseIdx
]);
...
...
dumux/material/fluidmatrixinteractions/permeabilitykozenycarman.hh
View file @
80a224df
...
...
@@ -24,8 +24,11 @@
#ifndef DUMUX_PERMEABILITY_KOZENY_CARMAN_HH
#define DUMUX_PERMEABILITY_KOZENY_CARMAN_HH
namespace
Dumux
{
#include
<cmath>
#include
<dune/common/fmatrix.hh>
#include
<dumux/common/properties.hh>
namespace
Dumux
{
/*!
* \ingroup fluidmatrixinteractionslaws
...
...
dumux/material/fluidstates/nonequilibriumenergy.hh
View file @
80a224df
...
...
@@ -28,6 +28,7 @@
#include
<cmath>
#include
<algorithm>
#include
<iostream>
#include
<dune/common/exceptions.hh>
#include
<dumux/common/valgrind.hh>
...
...
dumux/material/fluidstates/nonequilibriummass.hh
View file @
80a224df
...
...
@@ -29,6 +29,7 @@
#include
<cmath>
#include
<algorithm>
#include
<iostream>
#include
<dune/common/exceptions.hh>
#include
<dumux/common/valgrind.hh>
...
...
dumux/material/fluidstates/pseudo1p2c.hh
View file @
80a224df
...
...
@@ -24,8 +24,10 @@
#ifndef DUMUX_PSEUDO1P2C_FLUID_STATE_HH
#define DUMUX_PSEUDO1P2C_FLUID_STATE_HH
namespace
Dumux
{
#include
<cassert>
namespace
Dumux
{
/*!
* \ingroup FluidStates
* \brief Container for compositional variables in a 1p2c situation
...
...
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