![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Base class for LB field VTK writers. More...
#include <LBVTK.impl.hpp>
Inheritance diagram for walberla::VTKWriter< FloatType, VecType, F_SIZE_ARG, OutputType >:
Collaboration diagram for walberla::VTKWriter< FloatType, VecType, F_SIZE_ARG, OutputType >:Public Member Functions | |
| VTKWriter (ConstBlockDataID const &block_id, std::string const &id, FloatType unit_conversion) | |
| void | set_content (VecType content) |
| void | set_dims (Vector3< uint_t > dims) |
Protected Member Functions | |
| void | configure () override |
| std::size_t | get_first_index (cell_idx_t const x, cell_idx_t const y, cell_idx_t const z) |
Protected Attributes | |
| FloatType | m_conversion |
| VecType | m_content |
| Vector3< uint_t > | m_dims |
Base class for LB field VTK writers.
Provides unit conversion and field access for cell-based VTK output. All field is copied to a Vector container before writing.
| FloatType | Internal LB precision (float or double). |
| VecType | Vector type to copy the field data into. |
| F_SIZE_ARG | Number of components per cell (1, 3, or 9). |
| OutputType | VTK output precision (default: float). |
Definition at line 47 of file LBVTK.impl.hpp.
|
inline |
Definition at line 49 of file LBVTK.impl.hpp.
|
inlineoverrideprotected |
Definition at line 55 of file LBVTK.impl.hpp.
|
inlineprotected |
Definition at line 57 of file LBVTK.impl.hpp.
References walberla::VTKWriter< FloatType, VecType, F_SIZE_ARG, OutputType >::m_dims.
Referenced by walberla::VelocityVTKWriter< FloatType, OutputType >::evaluate(), walberla::PressureTensorVTKWriter< FloatType, OutputType >::evaluate(), and walberla::DensityVTKWriter< FloatType, OutputType >::evaluate().
|
inline |
Definition at line 70 of file LBVTK.impl.hpp.
References walberla::VTKWriter< FloatType, VecType, F_SIZE_ARG, OutputType >::m_content.
|
inline |
Definition at line 72 of file LBVTK.impl.hpp.
References walberla::VTKWriter< FloatType, VecType, F_SIZE_ARG, OutputType >::m_dims.
|
protected |
Definition at line 66 of file LBVTK.impl.hpp.
Referenced by walberla::VelocityVTKWriter< FloatType, OutputType >::evaluate(), walberla::PressureTensorVTKWriter< FloatType, OutputType >::evaluate(), walberla::DensityVTKWriter< FloatType, OutputType >::evaluate(), and walberla::VTKWriter< FloatType, VecType, F_SIZE_ARG, OutputType >::set_content().
|
protected |
|
protected |
Definition at line 67 of file LBVTK.impl.hpp.
Referenced by walberla::VTKWriter< FloatType, VecType, F_SIZE_ARG, OutputType >::get_first_index(), and walberla::VTKWriter< FloatType, VecType, F_SIZE_ARG, OutputType >::set_dims().