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
9e293397
Commit
9e293397
authored
Jul 25, 2018
by
Melanie Lipp
Browse files
Rename FluidSystem::BaseFluidSystem to FluidSystem::Base.
parent
49d40c4b
Changes
22
Hide whitespace changes
Inline
Side-by-side
test/porousmediumflow/tracer/constvel/tracertestproblem.hh
View file @
9e293397
...
...
@@ -74,7 +74,7 @@ SET_BOOL_PROP(TracerTest, UseMoles, USEMOLES);
//! A simple fluid system with one tracer component
template
<
class
TypeTag
>
class
TracerFluidSystem
:
public
FluidSystems
::
Base
FluidSystem
<
typename
GET_PROP_TYPE
(
TypeTag
,
Scalar
),
class
TracerFluidSystem
:
public
FluidSystems
::
Base
<
typename
GET_PROP_TYPE
(
TypeTag
,
Scalar
),
TracerFluidSystem
<
TypeTag
>>
{
using
Scalar
=
typename
GET_PROP_TYPE
(
TypeTag
,
Scalar
);
...
...
@@ -124,13 +124,13 @@ public:
}
/*!
* \copydoc Base
FluidSystem
::isCompressible
* \copydoc Base::isCompressible
*/
static
constexpr
bool
isCompressible
(
int
phaseIdx
)
{
return
false
;
}
/*!
* \copydoc Base
FluidSystem
::viscosityIsConstant
* \copydoc Base::viscosityIsConstant
*/
static
constexpr
bool
viscosityIsConstant
(
int
phaseIdx
)
{
return
true
;
}
...
...
test/porousmediumflow/tracer/multicomp/maxwellstefantestproblem.hh
View file @
9e293397
...
...
@@ -67,7 +67,7 @@ SET_TYPE_PROP(MaxwellStefanTestTypeTag, MolecularDiffusionType, MaxwellStefansLa
//! A simple fluid system with one MaxwellStefan component
template
<
class
TypeTag
>
class
H2N2CO2FluidSystem
:
public
FluidSystems
::
Base
FluidSystem
<
typename
GET_PROP_TYPE
(
TypeTag
,
Scalar
),
H2N2CO2FluidSystem
<
TypeTag
>>
:
public
FluidSystems
::
Base
<
typename
GET_PROP_TYPE
(
TypeTag
,
Scalar
),
H2N2CO2FluidSystem
<
TypeTag
>>
{
using
Scalar
=
typename
GET_PROP_TYPE
(
TypeTag
,
Scalar
);
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
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