VirtualFluids 0.2.0
Parallel CFD LBM Solver
Loading...
Searching...
No Matches
vf::gpu::DistributionDebugInspector Class Reference

Basic debugging class to print out f's in a certain area of the domain. More...

#include <DistributionDebugInspector.h>

Public Member Functions

 DistributionDebugInspector (uint _inspectionLevel, real _minX, real _maxX, real _minY, real _maxY, real _minZ, real _maxZ, std::string _tag)
 
void inspect (Parameter *para, uint level, uint t)
 

Detailed Description

Basic debugging class to print out f's in a certain area of the domain.

Basic debugging class. Needs to be directly added in UpdateGrid (could potentially also be added as a proper Probe in the future) How to use: Define a part of the domain via min/max x, y, and z. The DistributionDebugInspector will print out all f's in that area.

Definition at line 50 of file DistributionDebugInspector.h.

Constructor & Destructor Documentation

◆ DistributionDebugInspector()

vf::gpu::DistributionDebugInspector::DistributionDebugInspector ( uint  _inspectionLevel,
real  _minX,
real  _maxX,
real  _minY,
real  _maxY,
real  _minZ,
real  _maxZ,
std::string  _tag 
)
inline

Definition at line 53 of file DistributionDebugInspector.h.

Member Function Documentation

◆ inspect()

void vf::gpu::DistributionDebugInspector::inspect ( Parameter para,
uint  level,
uint  t 
)

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