#include <ViewfactorVectorPostprocessor.h>
Public Member Functions | |
ViewfactorVectorPostprocessor (const InputParameters ¶meters) | |
void | execute () override |
void | initialize () override |
Protected Attributes | |
const GrayLambertSurfaceRadiationBase & | _glsr_uo |
the surface radiation user object More... | |
VectorPostprocessorValue & | _surface_ids |
The surface ids of the data. More... | |
std::vector< VectorPostprocessorValue * > | _vf |
The data that this VPP harvests off the surface radiation userobject. More... | |
Definition at line 21 of file ViewfactorVectorPostprocessor.h.
ViewfactorVectorPostprocessor::ViewfactorVectorPostprocessor | ( | const InputParameters & | parameters | ) |
Definition at line 27 of file ViewfactorVectorPostprocessor.C.
|
override |
Definition at line 60 of file ViewfactorVectorPostprocessor.C.
|
override |
Definition at line 35 of file ViewfactorVectorPostprocessor.C.
|
protected |
the surface radiation user object
Definition at line 31 of file ViewfactorVectorPostprocessor.h.
Referenced by execute(), and initialize().
|
protected |
The surface ids of the data.
Definition at line 34 of file ViewfactorVectorPostprocessor.h.
Referenced by execute(), and initialize().
|
protected |
The data that this VPP harvests off the surface radiation userobject.
Definition at line 37 of file ViewfactorVectorPostprocessor.h.
Referenced by execute(), and initialize().