GrainCentersPostprocessor is a type of VectorPostprocessor that outputs center and volume of grains calculated in GrainCenterUserObject. More...
#include <GrainCentersPostprocessor.h>
Public Member Functions | |
| GrainCentersPostprocessor (const InputParameters ¶meters) | |
| virtual | ~GrainCentersPostprocessor () |
| virtual void | initialize () |
| virtual void | execute () |
Protected Attributes | |
| VectorPostprocessorValue & | _grain_volume_center_vector |
| The VectorPostprocessorValue object where the results are stored. More... | |
| const ComputeGrainCenterUserObject & | _grain_data |
| Userobject that calculates volumes and centers of grains. More... | |
| const std::vector< Real > & | _grain_volumes |
| Extracting grain volumes from Userobject. More... | |
| const std::vector< Point > & | _grain_centers |
| Extracting grain centers from Userobject. More... | |
| unsigned int | _total_grains |
GrainCentersPostprocessor is a type of VectorPostprocessor that outputs center and volume of grains calculated in GrainCenterUserObject.
Definition at line 26 of file GrainCentersPostprocessor.h.
| GrainCentersPostprocessor::GrainCentersPostprocessor | ( | const InputParameters & | parameters | ) |
Definition at line 24 of file GrainCentersPostprocessor.C.
|
inlinevirtual |
Definition at line 31 of file GrainCentersPostprocessor.h.
|
virtual |
Definition at line 36 of file GrainCentersPostprocessor.C.
|
inlinevirtual |
Definition at line 32 of file GrainCentersPostprocessor.h.
|
protected |
Extracting grain centers from Userobject.
Definition at line 44 of file GrainCentersPostprocessor.h.
Referenced by execute().
|
protected |
Userobject that calculates volumes and centers of grains.
Definition at line 40 of file GrainCentersPostprocessor.h.
|
protected |
The VectorPostprocessorValue object where the results are stored.
Definition at line 37 of file GrainCentersPostprocessor.h.
Referenced by execute(), and GrainCentersPostprocessor().
|
protected |
Extracting grain volumes from Userobject.
Definition at line 42 of file GrainCentersPostprocessor.h.
Referenced by execute().
|
protected |
Definition at line 46 of file GrainCentersPostprocessor.h.
Referenced by execute(), and GrainCentersPostprocessor().
1.8.16