Skip to content
GitLab
Menu
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
b96ba284
Commit
b96ba284
authored
Dec 21, 2017
by
Sina Ackermann
Browse files
[fluidsystem] Replace OneP fluidsystem in fluidsystem test
* remove test for 1p fluidsystem
parent
ab841abb
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/material/fluidsystems/checkfluidsystem.hh
View file @
b96ba284
...
...
@@ -31,7 +31,6 @@
#include <dune/common/classname.hh>
// include all fluid systems in dumux-stable
#include <dumux/material/fluidsystems/1p.hh>
#include <dumux/material/fluidsystems/2pimmiscible.hh>
#include <dumux/material/fluidsystems/base.hh>
#include <dumux/material/fluidsystems/brineair.hh>
...
...
test/material/fluidsystems/test_fluidsystems.cc
View file @
b96ba284
...
...
@@ -27,7 +27,6 @@
#include "checkfluidsystem.hh"
// include all fluid systems in dumux-stable
#include <dumux/material/fluidsystems/1p.hh>
#include <dumux/material/fluidsystems/2pimmiscible.hh>
#include <dumux/material/fluidsystems/base.hh>
#include <dumux/material/fluidsystems/brineair.hh>
...
...
@@ -120,12 +119,6 @@ int main()
//////////////////////////
// check all fluid systems
// 1p
{
using
FluidSystem
=
Dumux
::
FluidSystems
::
OneP
<
Scalar
,
Liquid
>
;
success
+=
Dumux
::
checkFluidSystem
<
Scalar
,
FluidSystem
>
();
}
{
using
FluidSystem
=
Dumux
::
FluidSystems
::
OneP
<
Scalar
,
Gas
>
;
success
+=
Dumux
::
checkFluidSystem
<
Scalar
,
FluidSystem
>
();
}
// 2p-immiscible
{
using
FluidSystem
=
Dumux
::
FluidSystems
::
TwoPImmiscible
<
Scalar
,
Liquid
,
Liquid
>
;
success
+=
Dumux
::
checkFluidSystem
<
Scalar
,
FluidSystem
>
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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