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
1cb8d2af
Commit
1cb8d2af
authored
Dec 10, 2017
by
Kilian Weishaupt
Browse files
[navierstokes] Rename fluxVars
parent
559ad8dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
dumux/freeflow/navierstokes/fluxvariables.hh
View file @
1cb8d2af
...
...
@@ -49,7 +49,7 @@ class NavierStokesFluxVariablesImpl;
* \note Not all specializations are currently implemented
*/
template
<
class
TypeTag
>
using
FreeFlow
FluxVariables
=
NavierStokesFluxVariablesImpl
<
TypeTag
,
GET_PROP_VALUE
(
TypeTag
,
DiscretizationMethod
)
>
;
using
NavierStokes
FluxVariables
=
NavierStokesFluxVariablesImpl
<
TypeTag
,
GET_PROP_VALUE
(
TypeTag
,
DiscretizationMethod
)
>
;
}
// end namespace
...
...
dumux/freeflow/navierstokes/model.hh
View file @
1cb8d2af
...
...
@@ -109,7 +109,7 @@
SET_TYPE_PROP
(
NavierStokes
,
VolumeVariables
,
NavierStokesVolumeVariables
<
TypeTag
>
);
//! The NavierStokes FluxVariables
SET_TYPE_PROP
(
NavierStokes
,
FluxVariables
,
FreeFlow
FluxVariables
<
TypeTag
>
);
SET_TYPE_PROP
(
NavierStokes
,
FluxVariables
,
NavierStokes
FluxVariables
<
TypeTag
>
);
//! The flux variables cache class, by default the one for porous media
SET_TYPE_PROP
(
NavierStokes
,
FluxVariablesCache
,
FreeFlowFluxVariablesCache
<
TypeTag
>
);
...
...
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