VTK output module for the black oil model's parameters.  
 More... 
#include <vtkblackoilmodule.hh> 
 |  
| void  | resizeScalarBuffer_ (ScalarBuffer &buffer, BufferType bufferType=DofBuffer) |  
|   | Allocate the space for a buffer storing a scalar quantity.  More...
  |  
|   |  
| void  | resizeTensorBuffer_ (TensorBuffer &buffer, BufferType bufferType=DofBuffer) |  
|   | Allocate the space for a buffer storing a tensorial quantity.  More...
  |  
|   |  
| void  | resizeEqBuffer_ (EqBuffer &buffer, BufferType bufferType=DofBuffer) |  
|   | Allocate the space for a buffer storing a equation specific quantity.  More...
  |  
|   |  
| void  | resizePhaseBuffer_ (PhaseBuffer &buffer, BufferType bufferType=DofBuffer) |  
|   | Allocate the space for a buffer storing a phase-specific quantity.  More...
  |  
|   |  
| void  | resizeComponentBuffer_ (ComponentBuffer &buffer, BufferType bufferType=DofBuffer) |  
|   | Allocate the space for a buffer storing a component specific quantity.  More...
  |  
|   |  
| void  | resizePhaseComponentBuffer_ (PhaseComponentBuffer &buffer, BufferType bufferType=DofBuffer) |  
|   | Allocate the space for a buffer storing a phase and component specific buffer.  More...
  |  
|   |  
| void  | commitScalarBuffer_ (BaseOutputWriter &baseWriter, const char *name, ScalarBuffer &buffer, BufferType bufferType=DofBuffer) |  
|   | Add a buffer containing scalar quantities to the result file.  More...
  |  
|   |  
| void  | commitVectorBuffer_ (BaseOutputWriter &baseWriter, const char *name, VectorBuffer &buffer, BufferType bufferType=DofBuffer) |  
|   | Add a buffer containing vectorial quantities to the result file.  More...
  |  
|   |  
| void  | commitTensorBuffer_ (BaseOutputWriter &baseWriter, const char *name, TensorBuffer &buffer, BufferType bufferType=DofBuffer) |  
|   | Add a buffer containing tensorial quantities to the result file.  More...
  |  
|   |  
| void  | commitPriVarsBuffer_ (BaseOutputWriter &baseWriter, const char *pattern, EqBuffer &buffer, BufferType bufferType=DofBuffer) |  
|   | Add a buffer with as many variables as PDEs to the result file.  More...
  |  
|   |  
| void  | commitEqBuffer_ (BaseOutputWriter &baseWriter, const char *pattern, EqBuffer &buffer, BufferType bufferType=DofBuffer) |  
|   | Add a buffer with as many variables as PDEs to the result file.  More...
  |  
|   |  
| void  | commitPhaseBuffer_ (BaseOutputWriter &baseWriter, const char *pattern, PhaseBuffer &buffer, BufferType bufferType=DofBuffer) |  
|   | Add a phase-specific buffer to the result file.  More...
  |  
|   |  
| void  | commitComponentBuffer_ (BaseOutputWriter &baseWriter, const char *pattern, ComponentBuffer &buffer, BufferType bufferType=DofBuffer) |  
|   | Add a component-specific buffer to the result file.  More...
  |  
|   |  
| void  | commitPhaseComponentBuffer_ (BaseOutputWriter &baseWriter, const char *pattern, PhaseComponentBuffer &buffer, BufferType bufferType=DofBuffer) |  
|   | Add a phase and component specific quantities to the output.  More...
  |  
|   |  
| void  | attachScalarElementData_ (BaseOutputWriter &baseWriter, ScalarBuffer &buffer, const char *name) |  
|   |  
| void  | attachScalarVertexData_ (BaseOutputWriter &baseWriter, ScalarBuffer &buffer, const char *name) |  
|   |  
| void  | attachVectorElementData_ (BaseOutputWriter &baseWriter, VectorBuffer &buffer, const char *name) |  
|   |  
| void  | attachVectorVertexData_ (BaseOutputWriter &baseWriter, VectorBuffer &buffer, const char *name) |  
|   |  
| void  | attachTensorElementData_ (BaseOutputWriter &baseWriter, TensorBuffer &buffer, const char *name) |  
|   |  
| void  | attachTensorVertexData_ (BaseOutputWriter &baseWriter, TensorBuffer &buffer, const char *name) |  
|   |  
 
template<class TypeTag> 
class Ewoms::VtkBlackOilModule< TypeTag >
VTK output module for the black oil model's parameters.  
 
| Enumerator | 
|---|
 | DofBuffer  | 
 Buffer contains data associated with the degrees of freedom.  
 |  
| VertexBuffer  | 
 Buffer contains data associated with the grid's vertices.  
 |  
| ElementBuffer  | 
 Buffer contains data associated with the grid's elements.  
 |  
 
 
 
Add a buffer containing scalar quantities to the result file.  
References Ewoms::BaseOutputModule< TypeTag >::attachScalarElementData_(), Ewoms::BaseOutputModule< TypeTag >::attachScalarVertexData_(), Ewoms::BaseOutputModule< TypeTag >::DofBuffer, Ewoms::BaseOutputModule< TypeTag >::ElementBuffer, and Ewoms::BaseOutputModule< TypeTag >::VertexBuffer. 
Referenced by Ewoms::VtkPhasePresenceModule< TypeTag >::commitBuffers(), Ewoms::VtkTemperatureModule< TypeTag >::commitBuffers(), Ewoms::VtkPrimaryVarsModule< TypeTag >::commitBuffers(), Ewoms::VtkEnergyModule< TypeTag >::commitBuffers(), Ewoms::VtkBlackOilModule< TypeTag >::commitBuffers(), Ewoms::VtkDiscreteFractureModule< TypeTag >::commitBuffers(), and Ewoms::VtkMultiPhaseModule< TypeTag >::commitBuffers(). 
 
 
Allocate the space for a buffer storing a scalar quantity.  
References Ewoms::BaseOutputModule< TypeTag >::DofBuffer, Ewoms::BaseOutputModule< TypeTag >::ElementBuffer, Ewoms::Simulator< TypeTag >::gridView(), Ewoms::Simulator< TypeTag >::model(), Ewoms::BaseOutputModule< TypeTag >::simulator_, and Ewoms::BaseOutputModule< TypeTag >::VertexBuffer. 
Referenced by Ewoms::VtkPhasePresenceModule< TypeTag >::allocBuffers(), Ewoms::VtkTemperatureModule< TypeTag >::allocBuffers(), Ewoms::VtkPrimaryVarsModule< TypeTag >::allocBuffers(), Ewoms::VtkEnergyModule< TypeTag >::allocBuffers(), Ewoms::VtkBlackOilModule< TypeTag >::allocBuffers(), Ewoms::VtkDiscreteFractureModule< TypeTag >::allocBuffers(), and Ewoms::VtkMultiPhaseModule< TypeTag >::allocBuffers(). 
 
 
Referenced by Ewoms::VtkDiscreteFractureModule< TypeTag >::allocBuffers(), Ewoms::VtkMultiPhaseModule< TypeTag >::allocBuffers(), Ewoms::VtkDiscreteFractureModule< TypeTag >::commitBuffers(), Ewoms::VtkMultiPhaseModule< TypeTag >::commitBuffers(), Ewoms::BaseOutputModule< TypeTag >::commitPriVarsBuffer_(), Ewoms::VtkPrimaryVarsModule< TypeTag >::processElement(), Ewoms::BaseOutputModule< TypeTag >::resizeComponentBuffer_(), Ewoms::BaseOutputModule< TypeTag >::resizeEqBuffer_(), Ewoms::BaseOutputModule< TypeTag >::resizePhaseBuffer_(), Ewoms::BaseOutputModule< TypeTag >::resizePhaseComponentBuffer_(), Ewoms::BaseOutputModule< TypeTag >::resizeScalarBuffer_(), and Ewoms::BaseOutputModule< TypeTag >::resizeTensorBuffer_(). 
 
 
 The documentation for this class was generated from the following file: 
 
  
 
    
     |