vtkcompositionmodule.hh File Reference

VTK output module for the fluid composition. 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::VtkCompositionModule< TypeTag >
 VTK output module for the fluid composition. More...
 

Functions

 Ewoms::Properties::NEW_TYPE_TAG (VtkComposition)
 
 Ewoms::Properties::NEW_PROP_TAG (VtkWriteMassFractions)
 
 Ewoms::Properties::NEW_PROP_TAG (VtkWriteMoleFractions)
 
 Ewoms::Properties::NEW_PROP_TAG (VtkWriteTotalMassFractions)
 
 Ewoms::Properties::NEW_PROP_TAG (VtkWriteTotalMoleFractions)
 
 Ewoms::Properties::NEW_PROP_TAG (VtkWriteMolarities)
 
 Ewoms::Properties::NEW_PROP_TAG (VtkWriteFugacities)
 
 Ewoms::Properties::NEW_PROP_TAG (VtkWriteFugacityCoeffs)
 
 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 (VtkComposition, VtkWriteMassFractions, false)
 
 Ewoms::Properties::SET_BOOL_PROP (VtkComposition, VtkWriteMoleFractions, true)
 
 Ewoms::Properties::SET_BOOL_PROP (VtkComposition, VtkWriteTotalMassFractions, false)
 
 Ewoms::Properties::SET_BOOL_PROP (VtkComposition, VtkWriteTotalMoleFractions, false)
 
 Ewoms::Properties::SET_BOOL_PROP (VtkComposition, VtkWriteMolarities, false)
 
 Ewoms::Properties::SET_BOOL_PROP (VtkComposition, VtkWriteFugacities, false)
 
 Ewoms::Properties::SET_BOOL_PROP (VtkComposition, VtkWriteFugacityCoeffs, false)
 

Detailed Description

VTK output module for the fluid composition.

This module deals with the following quantities:

  • Mole fraction of a component in a fluid phase
  • Mass fraction of a component in a fluid phase
  • Molarity (i.e. molar concentration) of a component in a fluid phase
  • Fugacity of all components
  • FugacityCoefficient of all components in all 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