#include <SurfaceRadiationVectorPostprocessor.h>
Public Member Functions | |
| SurfaceRadiationVectorPostprocessor (const InputParameters ¶meters) | |
| void | execute () override |
| void | initialize () override |
Protected Attributes | |
| const GrayLambertSurfaceRadiationBase & | _glsr_uo |
| the surface radiation user object More... | |
| MultiMooseEnum | _information_types |
| Type of information that is retrieved. More... | |
| unsigned int | _n_data |
| number of data types More... | |
| std::vector< VectorPostprocessorValue * > | _data |
| The data that this VPP harvests off the surface radiation userobject. More... | |
| VectorPostprocessorValue & | _surface_ids |
| The surface ids of the data. More... | |
Definition at line 21 of file SurfaceRadiationVectorPostprocessor.h.
| SurfaceRadiationVectorPostprocessor::SurfaceRadiationVectorPostprocessor | ( | const InputParameters & | parameters | ) |
Definition at line 35 of file SurfaceRadiationVectorPostprocessor.C.
|
override |
Definition at line 64 of file SurfaceRadiationVectorPostprocessor.C.
|
override |
Definition at line 49 of file SurfaceRadiationVectorPostprocessor.C.
|
protected |
The data that this VPP harvests off the surface radiation userobject.
Definition at line 40 of file SurfaceRadiationVectorPostprocessor.h.
Referenced by execute(), initialize(), and SurfaceRadiationVectorPostprocessor().
|
protected |
the surface radiation user object
Definition at line 31 of file SurfaceRadiationVectorPostprocessor.h.
Referenced by execute(), and initialize().
|
protected |
Type of information that is retrieved.
Definition at line 34 of file SurfaceRadiationVectorPostprocessor.h.
Referenced by execute(), and SurfaceRadiationVectorPostprocessor().
|
protected |
number of data types
Definition at line 37 of file SurfaceRadiationVectorPostprocessor.h.
Referenced by execute(), initialize(), and SurfaceRadiationVectorPostprocessor().
|
protected |
The surface ids of the data.
Definition at line 43 of file SurfaceRadiationVectorPostprocessor.h.
Referenced by execute(), and initialize().
1.8.16