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
da99be07
Commit
da99be07
authored
Nov 17, 2017
by
Kilian Weishaupt
Browse files
[freeflow] Use new ConstantComponent
parent
8a240448
Changes
4
Hide whitespace changes
Inline
Side-by-side
test/freeflow/staggered/channeltestproblem.hh
View file @
da99be07
...
...
@@ -61,7 +61,7 @@ public:
#if NONISOTHERMAL
using
type
=
FluidSystems
::
LiquidPhase
<
Scalar
,
Dumux
::
SimpleH2O
<
Scalar
>
>
;
#else
using
type
=
FluidSystems
::
LiquidPhase
<
Scalar
,
Dumux
::
Co
nstant
<
TypeTag
,
Scalar
>
>
;
using
type
=
FluidSystems
::
LiquidPhase
<
Scalar
,
Dumux
::
Co
mponents
::
Constant
<
1
,
Scalar
>
>
;
#endif
};
...
...
test/freeflow/staggered/closedsystemtestproblem.hh
View file @
da99be07
...
...
@@ -54,7 +54,7 @@ SET_PROP(ClosedSystemTestProblem, Fluid)
private:
typedef
typename
GET_PROP_TYPE
(
TypeTag
,
Scalar
)
Scalar
;
public:
typedef
FluidSystems
::
LiquidPhase
<
Scalar
,
Dumux
::
Co
nstant
<
TypeTag
,
Scalar
>
>
type
;
typedef
FluidSystems
::
LiquidPhase
<
Scalar
,
Dumux
::
Co
mponents
::
Constant
<
1
,
Scalar
>
>
type
;
};
// Set the grid type
...
...
test/freeflow/staggered/doneatestproblem.hh
View file @
da99be07
...
...
@@ -57,7 +57,7 @@ SET_PROP(DoneaTestProblem, Fluid)
private:
typedef
typename
GET_PROP_TYPE
(
TypeTag
,
Scalar
)
Scalar
;
public:
typedef
FluidSystems
::
LiquidPhase
<
Scalar
,
Dumux
::
Co
nstant
<
TypeTag
,
Scalar
>
>
type
;
typedef
FluidSystems
::
LiquidPhase
<
Scalar
,
Dumux
::
Co
mponents
::
Constant
<
1
,
Scalar
>
>
type
;
};
// Set the grid type
...
...
test/freeflow/staggered/kovasznaytestproblem.hh
View file @
da99be07
...
...
@@ -58,7 +58,7 @@ SET_PROP(KovasznayTestProblem, Fluid)
private:
typedef
typename
GET_PROP_TYPE
(
TypeTag
,
Scalar
)
Scalar
;
public:
typedef
FluidSystems
::
LiquidPhase
<
Scalar
,
Dumux
::
Co
nstant
<
TypeTag
,
Scalar
>
>
type
;
typedef
FluidSystems
::
LiquidPhase
<
Scalar
,
Dumux
::
Co
mponents
::
Constant
<
1
,
Scalar
>
>
type
;
};
// Set the grid type
...
...
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