![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <LBWalberlaImpl.hpp>
Inheritance diagram for walberla::LBWalberlaImpl< FloatType, Architecture >::PressureTensorVTKWriter< OutputType >:
Collaboration diagram for walberla::LBWalberlaImpl< FloatType, Architecture >::PressureTensorVTKWriter< OutputType >:Public Types | |
| using | Base = VTKWriter< PdfField, 9u, OutputType > |
Public Member Functions | |
| PressureTensorVTKWriter (ConstBlockDataID const &block_id, std::string const &id, FloatType unit_conversion, FloatType off_diag_factor) | |
Public Member Functions inherited from walberla::LBWalberlaImpl< FloatType, Architecture >::VTKWriter< Field_T, F_SIZE_ARG, OutputType > | |
| VTKWriter (ConstBlockDataID const &block_id, std::string const &id, FloatType unit_conversion) | |
Protected Member Functions | |
| OutputType | evaluate (cell_idx_t const x, cell_idx_t const y, cell_idx_t const z, cell_idx_t const f) override |
Protected Member Functions inherited from walberla::LBWalberlaImpl< FloatType, Architecture >::VTKWriter< Field_T, F_SIZE_ARG, OutputType > | |
| void | configure () override |
Protected Attributes | |
| FloatType const | m_off_diag_factor |
Protected Attributes inherited from walberla::LBWalberlaImpl< FloatType, Architecture >::VTKWriter< Field_T, F_SIZE_ARG, OutputType > | |
| ConstBlockDataID const | m_block_id |
| Field_T const * | m_field |
| FloatType const | m_conversion |
Definition at line 1925 of file LBWalberlaImpl.hpp.
| using walberla::LBWalberlaImpl< FloatType, Architecture >::PressureTensorVTKWriter< OutputType >::Base = VTKWriter<PdfField, 9u, OutputType> |
Definition at line 1927 of file LBWalberlaImpl.hpp.
|
inline |
Definition at line 1931 of file LBWalberlaImpl.hpp.
|
inlineoverrideprotected |
Definition at line 1938 of file LBWalberlaImpl.hpp.
References walberla::lbm::accessor::PressureTensor::get(), walberla::LBWalberlaImpl< FloatType, Architecture >::VTKWriter< Field_T, F_SIZE_ARG, OutputType >::m_conversion, walberla::LBWalberlaImpl< FloatType, Architecture >::VTKWriter< Field_T, F_SIZE_ARG, OutputType >::m_field, walberla::LBWalberlaImpl< FloatType, Architecture >::PressureTensorVTKWriter< OutputType >::m_off_diag_factor, and stream.
|
protected |
Definition at line 1948 of file LBWalberlaImpl.hpp.
Referenced by walberla::LBWalberlaImpl< FloatType, Architecture >::PressureTensorVTKWriter< OutputType >::evaluate().