Opm::VtkTracerModule< TypeTag > Class Template Reference

VTK output module for the tracer model's parameters. More...

#include <VtkTracerModule.hpp>

Inheritance diagram for Opm::VtkTracerModule< TypeTag >:
Inheritance graph

Public Member Functions

 VtkTracerModule (const Simulator &simulator)
 
void allocBuffers ()
 Allocate memory for the scalar fields we would like to write to the VTK file. More...
 
void processElement (const ElementContext &elemCtx)
 Modify the internal buffers according to the intensive quantities relevant for an element. More...
 
void commitBuffers (BaseOutputWriter &baseWriter)
 Add all buffers to the VTK output writer. More...
 

Static Public Member Functions

static void registerParameters ()
 Register all run-time parameters for the tracer VTK output module. More...
 

Detailed Description

template<class TypeTag>
class Opm::VtkTracerModule< TypeTag >

VTK output module for the tracer model's parameters.

Constructor & Destructor Documentation

◆ VtkTracerModule()

template<class TypeTag >
Opm::VtkTracerModule< TypeTag >::VtkTracerModule ( const Simulator &  simulator)
inline

Member Function Documentation

◆ allocBuffers()

template<class TypeTag >
void Opm::VtkTracerModule< TypeTag >::allocBuffers ( )
inline

Allocate memory for the scalar fields we would like to write to the VTK file.

◆ commitBuffers()

template<class TypeTag >
void Opm::VtkTracerModule< TypeTag >::commitBuffers ( BaseOutputWriter &  baseWriter)
inline

Add all buffers to the VTK output writer.

◆ processElement()

template<class TypeTag >
void Opm::VtkTracerModule< TypeTag >::processElement ( const ElementContext &  elemCtx)
inline

Modify the internal buffers according to the intensive quantities relevant for an element.

◆ registerParameters()

template<class TypeTag >
static void Opm::VtkTracerModule< TypeTag >::registerParameters ( )
inlinestatic

Register all run-time parameters for the tracer VTK output module.

Referenced by Opm::FlowProblem< TypeTag >::registerParameters().


The documentation for this class was generated from the following file: