vtktemperaturemodule.hh File Reference

VTK output module for the temperature in which assume thermal equilibrium. More...

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

Go to the source code of this file.

Classes

class  Ewoms::VtkTemperatureModule< TypeTag >
 VTK output module for the temperature in which assume thermal equilibrium. More...
 

Functions

 Ewoms::Properties::NEW_TYPE_TAG (VtkTemperature)
 
 Ewoms::Properties::NEW_PROP_TAG (VtkWriteTemperature)
 
 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 (VtkTemperature, VtkWriteTemperature, true)
 

Detailed Description

VTK output module for the temperature in which assume thermal equilibrium.

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