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
3cd0e4c3
Commit
3cd0e4c3
authored
Dec 20, 2017
by
Kilian Weishaupt
Browse files
[navierstokesni][vtkoutput] Rename FreeFlowEnergyVtkOutputFields
* to NavierStokesNonIsothermalVtkOutputFields
parent
37f42490
Changes
2
Hide whitespace changes
Inline
Side-by-side
dumux/freeflow/nonisothermal/model.hh
View file @
3cd0e4c3
...
...
@@ -56,9 +56,9 @@ public:
SET_TYPE_PROP
(
NavierStokesNonIsothermal
,
Indices
,
NavierStokesNonIsothermalIndices
<
TypeTag
>
);
SET_TYPE_PROP
(
NavierStokesNonIsothermal
,
VtkOutputFields
,
FreeFlowEnergyVtkOutputFields
<
TypeTag
>
);
SET_BOOL_PROP
(
NavierStokesNonIsothermal
,
EnableEnergyBalance
,
true
);
SET_TYPE_PROP
(
NavierStokesNonIsothermal
,
VtkOutputFields
,
NavierStokesNonIsothermalVtkOutputFields
<
TypeTag
>
);
SET_TYPE_PROP
(
NavierStokesNonIsothermal
,
HeatConductionType
,
FouriersLaw
<
TypeTag
>
);
...
...
dumux/freeflow/nonisothermal/vtkoutputfields.hh
View file @
3cd0e4c3
...
...
@@ -20,8 +20,8 @@
* \file
* \brief Adds vtk output fields specific to non-isothermal models
*/
#ifndef DUMUX_
FF_ENERGY
_OUTPUT_FIELDS_HH
#define DUMUX_
FF_ENERGY
_OUTPUT_FIELDS_HH
#ifndef DUMUX_
NAVIERSTOKES_NI
_OUTPUT_FIELDS_HH
#define DUMUX_
NAVIERSTOKES_NI
_OUTPUT_FIELDS_HH
#include
<dumux/common/properties.hh>
...
...
@@ -33,7 +33,7 @@ namespace Dumux
* \brief Adds vtk output fields specific to non-isothermal models
*/
template
<
class
TypeTag
>
class
FreeFlowEnergy
VtkOutputFields
class
NavierStokesNonIsothermal
VtkOutputFields
{
using
IsothermalVtkOutputFields
=
typename
GET_PROP_TYPE
(
TypeTag
,
IsothermalVtkOutputFields
);
using
VolumeVariables
=
typename
GET_PROP_TYPE
(
TypeTag
,
VolumeVariables
);
...
...
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