Skip to content
Snippets Groups Projects
Commit 3cd0e4c3 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[navierstokesni][vtkoutput] Rename FreeFlowEnergyVtkOutputFields

* to NavierStokesNonIsothermalVtkOutputFields
parent 37f42490
No related branches found
No related tags found
2 merge requests!695Doc/freeflow,!617[WIP] Next
...@@ -56,9 +56,9 @@ public: ...@@ -56,9 +56,9 @@ public:
SET_TYPE_PROP(NavierStokesNonIsothermal, Indices, NavierStokesNonIsothermalIndices<TypeTag>); SET_TYPE_PROP(NavierStokesNonIsothermal, Indices, NavierStokesNonIsothermalIndices<TypeTag>);
SET_TYPE_PROP(NavierStokesNonIsothermal, VtkOutputFields, FreeFlowEnergyVtkOutputFields<TypeTag>);
SET_BOOL_PROP(NavierStokesNonIsothermal, EnableEnergyBalance, true); SET_BOOL_PROP(NavierStokesNonIsothermal, EnableEnergyBalance, true);
SET_TYPE_PROP(NavierStokesNonIsothermal, VtkOutputFields, NavierStokesNonIsothermalVtkOutputFields<TypeTag>);
SET_TYPE_PROP(NavierStokesNonIsothermal, HeatConductionType, FouriersLaw<TypeTag>); SET_TYPE_PROP(NavierStokesNonIsothermal, HeatConductionType, FouriersLaw<TypeTag>);
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
* \file * \file
* \brief Adds vtk output fields specific to non-isothermal models * \brief Adds vtk output fields specific to non-isothermal models
*/ */
#ifndef DUMUX_FF_ENERGY_OUTPUT_FIELDS_HH #ifndef DUMUX_NAVIERSTOKES_NI_OUTPUT_FIELDS_HH
#define DUMUX_FF_ENERGY_OUTPUT_FIELDS_HH #define DUMUX_NAVIERSTOKES_NI_OUTPUT_FIELDS_HH
#include <dumux/common/properties.hh> #include <dumux/common/properties.hh>
...@@ -33,7 +33,7 @@ namespace Dumux ...@@ -33,7 +33,7 @@ namespace Dumux
* \brief Adds vtk output fields specific to non-isothermal models * \brief Adds vtk output fields specific to non-isothermal models
*/ */
template<class TypeTag> template<class TypeTag>
class FreeFlowEnergyVtkOutputFields class NavierStokesNonIsothermalVtkOutputFields
{ {
using IsothermalVtkOutputFields = typename GET_PROP_TYPE(TypeTag, IsothermalVtkOutputFields); using IsothermalVtkOutputFields = typename GET_PROP_TYPE(TypeTag, IsothermalVtkOutputFields);
using VolumeVariables = typename GET_PROP_TYPE(TypeTag, VolumeVariables); using VolumeVariables = typename GET_PROP_TYPE(TypeTag, VolumeVariables);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment