vtkprimaryvarsmodule.hh File Reference

VTK output module for the fluid composition. More...

Go to the source code of this file.

Classes

class  Ewoms::VtkPrimaryVarsModule< TypeTag >
 VTK output module for the fluid composition. More...
 

Functions

 Ewoms::Properties::NEW_PROP_TAG (EnableVtkOutput)
 Global switch to enable or disable the writing of VTK output files. More...
 
 Ewoms::Properties::NEW_TYPE_TAG (VtkPrimaryVars)
 
 Ewoms::Properties::NEW_PROP_TAG (VtkWritePrimaryVars)
 
 Ewoms::Properties::NEW_PROP_TAG (VtkWriteProcessRank)
 
 Ewoms::Properties::NEW_PROP_TAG (VtkWriteDofIndex)
 
 Ewoms::Properties::NEW_PROP_TAG (VtkOutputFormat)
 Specify the format the VTK output is written to disk. More...
 
 Ewoms::Properties::SET_BOOL_PROP (VtkPrimaryVars, VtkWritePrimaryVars, false)
 
 Ewoms::Properties::SET_BOOL_PROP (VtkPrimaryVars, VtkWriteProcessRank, false)
 
 Ewoms::Properties::SET_BOOL_PROP (VtkPrimaryVars, VtkWriteDofIndex, false)
 

Detailed Description

VTK output module for the fluid composition.

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