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
a6283646
Commit
a6283646
authored
Dec 21, 2017
by
Gabi Seitz
Committed by
Dennis Gläser
Dec 21, 2017
Browse files
[steamn2cao2h2] remove remaining typedefs
parent
78f7ca90
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/material/fluidsystems/steamn2cao2h2.hh
View file @
a6283646
...
...
@@ -61,21 +61,21 @@ template <class Scalar,
class
SteamN2CaO2H2
:
public
BaseFluidSystem
<
Scalar
,
SteamN2CaO2H2
<
Scalar
,
H2Otype
,
useComplexRelations
>
>
{
typedef
SteamN2CaO2H2
<
Scalar
,
H2Otype
,
useComplexRelations
>
ThisType
;
typedef
BaseFluidSystem
<
Scalar
,
ThisType
>
Base
;
using
ThisType
=
SteamN2CaO2H2
<
Scalar
,
H2Otype
,
useComplexRelations
>
;
using
Base
=
BaseFluidSystem
<
Scalar
,
ThisType
>
;
typedef
Dumux
::
IdealGas
<
Scalar
>
IdealGas
;
using
IdealGas
=
Dumux
::
IdealGas
<
Scalar
>
;
public:
typedef
H2Otype
H2O
;
typedef
Dumux
::
BinaryCoeff
::
H2O_N2
H2O_N2
;
typedef
Dumux
::
N2
<
Scalar
>
N2
;
using
H2O
=
H2Otype
;
using
H2O_N2
=
Dumux
::
BinaryCoeff
::
H2O_N2
;
using
N2
=
Dumux
::
N2
<
Scalar
>
;
typedef
Dumux
::
CaOTest
<
Scalar
>
CaO
;
typedef
Dumux
::
CaO2H2
<
Scalar
>
CaO2H2
;
using
CaO
=
Dumux
::
CaOTest
<
Scalar
>
;
using
CaO2H2
=
Dumux
::
CaO2H2
<
Scalar
>
;
// the type of parameter cache objects. this fluid system does not
typedef
Dumux
::
Null
ParameterCache
ParameterCache
;
using
ParameterCache
=
Dumux
::
Null
ParameterCache
;
/****************************************
* Fluid phase related static parameters
...
...
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