vtkenergymodule.hh File Reference

VTK output module for quantities which make sense for models which assume thermal equilibrium. More...

#include "vtkmultiwriter.hh"
#include "baseoutputmodule.hh"
#include <ewoms/common/propertysystem.hh>
#include <ewoms/common/parametersystem.hh>
#include <opm/material/common/MathToolbox.hpp>

Go to the source code of this file.

Classes

class  Ewoms::VtkEnergyModule< TypeTag >
 VTK output module for quantities which make sense for models which assume thermal equilibrium. More...
 

Functions

 Ewoms::Properties::NEW_TYPE_TAG (VtkEnergy)
 
 Ewoms::Properties::NEW_PROP_TAG (VtkWriteSolidHeatCapacity)
 
 Ewoms::Properties::NEW_PROP_TAG (VtkWriteHeatConductivity)
 
 Ewoms::Properties::NEW_PROP_TAG (VtkWriteInternalEnergies)
 
 Ewoms::Properties::NEW_PROP_TAG (VtkWriteEnthalpies)
 
 Ewoms::Properties::NEW_PROP_TAG (VtkOutputFormat)
 Specify the format the VTK output is written to disk. More...
 
 Ewoms::Properties::NEW_PROP_TAG (EnableVtkOutput)
 Global switch to enable or disable the writing of VTK output files. More...
 
 Ewoms::Properties::SET_BOOL_PROP (VtkEnergy, VtkWriteSolidHeatCapacity, false)
 
 Ewoms::Properties::SET_BOOL_PROP (VtkEnergy, VtkWriteHeatConductivity, false)
 
 Ewoms::Properties::SET_BOOL_PROP (VtkEnergy, VtkWriteInternalEnergies, false)
 
 Ewoms::Properties::SET_BOOL_PROP (VtkEnergy, VtkWriteEnthalpies, false)
 

Detailed Description

VTK output module for quantities which make sense for models which assume thermal equilibrium.

This module deals with the following quantities:

  • Specific enthalpy of all fluid phases
  • Specific internal energy of all fluid phases
  • Specific heat capacity of the solid phase
  • Lumped heat conductivity (solid phase plus all fluid phases)

Function Documentation

◆ NEW_PROP_TAG() [1/2]

Ewoms::Properties::NEW_PROP_TAG ( EnableVtkOutput  )

Global switch to enable or disable the writing of VTK output files.

If writing VTK files is disabled, then the WriteVtk$FOO options do not have any effect...

◆ NEW_PROP_TAG() [2/2]

Ewoms::Properties::NEW_PROP_TAG ( VtkOutputFormat  )

Specify the format the VTK output is written to disk.

Possible values are:

  • Dune::VTK::ascii (default)
  • Dune::VTK::base64
  • Dune::VTK::appendedraw
  • Dune::VTK::appendedbase64