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-course
Commits
d20d0d4c
Commit
d20d0d4c
authored
Jul 18, 2018
by
Martin Schneider
Browse files
Update injection2pniproblem.hh
parent
fbe25c99
Changes
1
Hide whitespace changes
Inline
Side-by-side
exercises/solution/exercise-basic/injection2pniproblem.hh
View file @
d20d0d4c
...
...
@@ -54,7 +54,8 @@ SET_TYPE_PROP(Injection2pNITypeTag, SpatialParams,
typename
GET_PROP_TYPE
(
TypeTag
,
Scalar
)
>
);
// Set fluid configuration
SET_TYPE_PROP
(
Injection2pNITypeTag
,
FluidSystem
,
FluidSystems
::
H2ON2
<
typename
GET_PROP_TYPE
(
TypeTag
,
Scalar
),
false
>
);
SET_TYPE_PROP
(
Injection2pNITypeTag
,
FluidSystem
,
FluidSystems
::
H2ON2
<
typename
GET_PROP_TYPE
(
TypeTag
,
Scalar
),
FluidSystems
::
H2ON2DefaultPolicy
<
/*fastButSimplifiedRelations=*/
true
>>
);
}
// end namespace Properties
/*!
...
...
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